Class GoogleMapView
The MapView class is used to display a map on the screen.
Inheritance
System.Object
GoogleMapView
Namespace: Tizen.Wearable.CircularUI.Forms
Assembly: Tizen.Wearable.CircularUI.Forms.dll
Syntax
public class GoogleMapView : View, IGoogleMapViewController, IViewController
Constructors
GoogleMapView()
Declaration
public GoogleMapView()
Fields
ItemsSourceProperty
BindableProperty. Identifies the ItemsSource bindable property.
Declaration
public static readonly BindableProperty ItemsSourceProperty
Field Value
Type | Description |
---|---|
BindableProperty |
ItemTemplateProperty
BindableProperty. Identifies the ItemTemplate bindable property.
Declaration
public static readonly BindableProperty ItemTemplateProperty
Field Value
Type | Description |
---|---|
BindableProperty |
Properties
ItemsSource
Gets or sets the source of items to template and display.
Declaration
public IEnumerable ItemsSource { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.IEnumerable |
ItemTemplate
Gets or sets the DataTemplate to apply to the ItemsSource.
Declaration
public DataTemplate ItemTemplate { get; set; }
Property Value
Type | Description |
---|---|
DataTemplate |
Markers
An IList of the Pins on this MapView.
Declaration
public IList<Marker> Markers { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<Marker> |
Methods
Update(GoogleMapOption)
Set GoogleMapOption value to MapView.
Declaration
public void Update(GoogleMapOption value)
Parameters
Type | Name | Description |
---|---|---|
GoogleMapOption | value |
Implements
IViewController