Struct GoogleMapOption
The GoogleMapOption struct used to define the properties that can be set on a GoogleMapView.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: Tizen.Wearable.CircularUI.Forms.dll
public struct GoogleMapOption
Constructors
Constructor a new GoogleMapOption structure
Declaration
public GoogleMapOption(LatLng center, GoogleMapType type = GoogleMapType.Roadmap, int zoomLevel = 10, bool visibleZoomControl = false, bool enableGesture = true, ZoomControlPosition controlPosition = ZoomControlPosition.RightBottom)
Parameters
Properties
Gets or sets a center postion of GoogleMapOption.
This value set center of MapView. But getting value not mean current center of MapView because value can't reflect user interaction.
Declaration
public LatLng Center { get; set; }
Property Value
Gets or sets a boolean value that indicates whether zoom and pan interaction is enable.
Declaration
public bool HasGestureEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Gets or sets a boolean value that indicates whether zoom control is visible.
Declaration
public bool IsZoomControlVisible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Gets or sets a Google Map type value of GoogleMapOption.
Declaration
public GoogleMapType MapType { get; set; }
Property Value
Gets or sets a zoom level of GoogleMapOption.
This value set zoom level of MapView. But getting value not mean current zoom level of MapView because value can't reflect user interaction.
Declaration
public double Zoom { get; set; }
Property Value
Type |
Description |
System.Double |
|
Gets or sets a boolean value that indicates whether zoom and pan interaction is enable.
Declaration
public ZoomControlPosition ZoomControlPosition { get; set; }
Property Value
Methods
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
System.ValueType.Equals(System.Object)
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.ValueType.GetHashCode()
Returns the values of GoogleMapOption".
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.ValueType.ToString()
Operators
Declaration
public static bool operator ==(GoogleMapOption left, GoogleMapOption right)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Declaration
public static bool operator !=(GoogleMapOption left, GoogleMapOption right)
Parameters
Returns
Type |
Description |
System.Boolean |
|