Class MapObject

Definition

Namespace:
Tizen.Maps
Assembly:
Tizen.Maps.dll
API Level:
3

The map object.

C#
Copy
public abstract class MapObject
Inheritance
System.Object
MapObject
Derived

Properties

View Source

IsVisible

Gets or sets visibility of the map object.

Declaration
C#
Copy
public abstract bool IsVisible { get; set; }
Property Value
Type Description
Boolean
API Level: 3