Class MapObject

    Definition

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

    The map object.

    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public abstract class MapObject
    Inheritance
    object
    MapObject
    Derived
    Marker
    Marker
    Overlay
    Overlay
    Polygon
    Polygon
    Polyline
    Polyline

    Properties

    View Source

    IsVisible

    Gets or sets visibility of the map object.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public abstract bool IsVisible { get; set; }
    Property Value
    Type Description
    bool
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX