Show / Hide Table of Contents

    Class Marker

    A struct that has a latitude and longitude.

    Inheritance
    System.Object
    Marker
    Namespace: Tizen.Wearable.CircularUI.Forms
    Assembly: Tizen.Wearable.CircularUI.Forms.dll
    Syntax
    public class Marker : Element

    Fields

    AddressProperty

    BindableProperty. Identifies the Address bindable property.

    Declaration
    public static readonly BindableProperty AddressProperty
    Field Value
    Type Description
    BindableProperty

    DescriptionProperty

    BindableProperty. Identifies the Description bindable property.

    Declaration
    public static readonly BindableProperty DescriptionProperty
    Field Value
    Type Description
    BindableProperty

    IsPopupOpenedProperty

    BindableProperty. Identifies the IsPopupOpened bindable property.

    Declaration
    public static readonly BindableProperty IsPopupOpenedProperty
    Field Value
    Type Description
    BindableProperty

    PositionProperty

    BindableProperty. Identifies the Position bindable property.

    Declaration
    public static readonly BindableProperty PositionProperty
    Field Value
    Type Description
    BindableProperty

    Properties

    Address

    Gets or sets an address string of Marker.

    Declaration
    public string Address { get; set; }
    Property Value
    Type Description
    System.String

    Description

    Gets or sets a label string of Marker pop-up.

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    System.String

    IsPopupOpened

    Gets or sets a boolean value that indicates whether Marker popup is opened.

    Declaration
    public bool IsPopupOpened { get; set; }
    Property Value
    Type Description
    System.Boolean

    Position

    Gets or sets a position of Marker.

    Declaration
    public LatLng Position { get; set; }
    Property Value
    Type Description
    LatLng

    Methods

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32

    Operators

    Equality(Marker, Marker)

    Declaration
    public static bool operator ==(Marker left, Marker right)
    Parameters
    Type Name Description
    Marker left
    Marker right
    Returns
    Type Description
    System.Boolean

    Inequality(Marker, Marker)

    Declaration
    public static bool operator !=(Marker left, Marker right)
    Parameters
    Type Name Description
    Marker left
    Marker right
    Returns
    Type Description
    System.Boolean
    Back to top Copyright © 2018-2019 Samsung
    Generated by DocFX