Class Marker

    Definition

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

    The marker map object.

    public class Marker : MapObject, IDisposable
    Inheritance
    object
    MapObject
    Marker
    Derived
    Pin
    Pin
    Pin
    Pin
    Pin
    Pin
    Pin
    Pin
    Sticker
    Sticker
    Sticker
    Sticker
    Sticker
    Sticker
    Sticker
    Sticker
    Implements
    System.IDisposable

    Properties

    View Source

    Coordinates

    Gets or sets the geographical coordinates for this marker.

    Declaration
    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
    public string ImagePath { get; set; }
    Property Value
    Type Description
    string
    View Source

    IsVisible

    Gets or sets the marker's visibility.

    Declaration
    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
    public Size MarkerSize { get; set; }
    Property Value
    Type Description
    Size
    View Source

    ZOrder

    Gets or sets the z-order for this marker.

    Declaration
    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
    public void Dispose()
    View Source

    Dispose(bool)

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

    Declaration
    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
    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
    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
    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