Class MapObject

Definition

Namespace:
Tizen.Maps
Assembly:
Tizen.Maps.dll

The map object.

C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")] public abstract class MapObject
Inheritance
object
MapObject
Derived

Properties

View Source

IsVisible

Gets or sets visibility of the map object.

Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")] public abstract bool IsVisible { get; set; }
Property Value
Type Description
bool