Enum ZoomControlPosition
Enumeration for the Zoom control position of the GoogleMapView.
Namespace: Tizen.Wearable.CircularUI.Forms
Assembly: Tizen.Wearable.CircularUI.Forms.dll
Syntax
public enum ZoomControlPosition
Fields
Name | Description |
---|---|
BottomCenter | The control should be placed along the bottom center of the map |
LeftBottom | The control should be placed along the bottom left of the map |
LeftCenter | The control should be placed along the left center of the map. |
LeftTop | The control should be placed along the top left of the map. |
RightBottom | The control should be placed along the bottom right of the map |
RightCenter | The control should be placed along the right center of the map. |
RightTop | The control should be placed along the top right of the map. |
TopCenter | The control should be placed along the top center of the map |