Class Marker

    Definition

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

    The marker map object.

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

    Properties

    View Source

    Coordinates

    Gets or sets the geographical coordinates for this marker.

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

    ImagePath

    Gets or sets a string representing the image file path for this marker.

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

    IsVisible

    Gets or sets the marker's visibility.

    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

    MarkerSize

    Gets or sets the screen size for this marker.

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

    ZOrder

    Gets or sets the z-order for this marker.

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

    The integer value is 0 by default, and must be in the range of -100 to 100.

    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

    ~Marker()

    Destroy the Marker object.

    Declaration
    protected ~Marker()
    View Source

    Move(Geocoordinates)

    Changes the marker coordinates.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public void Move(Geocoordinates newPosition)
    Parameters
    Type Name Description
    Geocoordinates newPosition

    New position for the marker.

    View Source

    Resize(Size)

    Changes the marker size.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public void Resize(Size newSize)
    Parameters
    Type Name Description
    Size newSize

    New size.

    Events

    View Source

    Clicked

    Gets or sets the clicked event handlers.

    Declaration
    [Obsolete("Deprecated since API10. Might be removed in API12.")]
    public event EventHandler Clicked
    Event Type
    Type Description
    System.EventHandler

    Implements

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