Class Overlay

    Definition

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

    Overlay map object.

    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public class Overlay : MapObject, IDisposable
    Inheritance
    object
    MapObject
    Overlay
    Derived
    BoxOverlay
    BoxOverlay
    BubbleOverlay
    BubbleOverlay
    Implements
    System.IDisposable

    Constructors

    View Source

    Overlay(Geocoordinates, EvasObject)

    Creates a normal overlay map object.

    Declaration
    [Obsolete("Deprecated since API10. Might be removed in API12.")]
    public Overlay(Geocoordinates coordinates, EvasObject objectToContain)
    Parameters
    Type Name Description
    Geocoordinates coordinates
    EvasObject objectToContain
    Exceptions
    Type Condition
    System.ArgumentException

    Thrown when the input coordinates or objectToContain are invalid.

    Properties

    View Source

    Coordinates

    Gets or sets geographical coordinates for an overlay map object.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public Geocoordinates Coordinates { get; set; }
    Property Value
    Type Description
    Geocoordinates
    View Source

    IsVisible

    Gets or sets the visibility of an overlay map object.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public override bool IsVisible { get; set; }
    Property Value
    Type Description
    bool
    Overrides
    MapObject.IsVisible
    View Source

    MaximumZoomLevel

    Gets or sets maximum zoom lever for an overlay map object.

    Declaration
    [Obsolete("Deprecated since API10. Might be removed in API12.")]
    public int MaximumZoomLevel { get; set; }
    Property Value
    Type Description
    int
    View Source

    MinimumZoomLevel

    Gets or sets minimum zoom level for an overlay map object.

    Declaration
    [Obsolete("Deprecated since API10. Might be removed in API12.")]
    public int MinimumZoomLevel { get; set; }
    Property Value
    Type Description
    int

    Methods

    View Source

    Dispose()

    Releases all the resources used by this object.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public void Dispose()
    View Source

    Dispose(bool)

    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing

    If true, managed and unmanaged resources can be disposed, otherwise only unmanaged resources can be disposed.

    View Source

    ~Overlay()

    Destroy the Overlay object.

    Declaration
    protected ~Overlay()

    Implements

    System.IDisposable
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX