IsVisible: Boolean;
The IsVisible property determines whether the factor is shown on the map.
Use JSON or the setIsVisible method to set the property value and the getIsVisible method to get the property value.
Available values:
true. The factor is shown on the map (default).
false. The factor is not shown on the map.
The example of use is given on the page with description of the PP.MapVisualItem class constructor.
See also: