Class Marker
A struct that has a latitude and longitude.
Inheritance
System.Object
Marker
Assembly: Tizen.Wearable.CircularUI.Forms.dll
public class Marker : Element
Fields
BindableProperty. Identifies the Address bindable property.
Declaration
public static readonly BindableProperty AddressProperty
Field Value
Type |
Description |
BindableProperty |
|
BindableProperty. Identifies the Description bindable property.
Declaration
public static readonly BindableProperty DescriptionProperty
Field Value
Type |
Description |
BindableProperty |
|
BindableProperty. Identifies the IsPopupOpened bindable property.
Declaration
public static readonly BindableProperty IsPopupOpenedProperty
Field Value
Type |
Description |
BindableProperty |
|
BindableProperty. Identifies the Position bindable property.
Declaration
public static readonly BindableProperty PositionProperty
Field Value
Type |
Description |
BindableProperty |
|
Properties
Gets or sets an address string of Marker.
Declaration
public string Address { get; set; }
Property Value
Type |
Description |
System.String |
|
Gets or sets a label string of Marker pop-up.
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|
Gets or sets a position of Marker.
Declaration
public LatLng Position { get; set; }
Property Value
Methods
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Operators
Declaration
public static bool operator ==(Marker left, Marker right)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Declaration
public static bool operator !=(Marker left, Marker right)
Parameters
Returns
Type |
Description |
System.Boolean |
|