Class Sticker

    Definition

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

    Sticker type marker map object.

    public class Sticker : Marker, IDisposable
    Inheritance
    object
    MapObject
    Marker
    Sticker
    Implements
    IDisposable

    Constructors

    View Source

    Sticker(Geocoordinates, string)

    Creates a sticker type marker.

    Declaration
    public Sticker(Geocoordinates coordinates, string imagePath)
    Parameters
    Type Name Description
    Geocoordinates coordinates

    Marker coordinates.

    string imagePath

    Image file path for Marker.

    Remarks

    http://tizen.org/privilege/mediastorage is needed if the input or output path are relevant to media storage. http://tizen.org/privilege/externalstorage is needed if the input or output path are relevant to external storage.

    View Source

    Sticker(Geocoordinates)

    Creates a sticker type marker.

    Declaration
    public Sticker(Geocoordinates coordinates)
    Parameters
    Type Name Description
    Geocoordinates coordinates

    Marker coordinates.

    Implements

    IDisposable

    Extension Methods

    EXamlExtensions.LoadFromEXaml<T>(T, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, string)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX