|
Online Maps v3
|
Class to limit the position and zoom of the map. More...
Public Member Functions | |
| OnlineMapsSavableItem[] | GetSavableItems () |
| Returns an array of items to save. | |
Public Attributes | |
| float | minZoom = OnlineMaps.MINZOOM |
| The minimum zoom value. | |
| float | maxZoom = OnlineMaps.MAXZOOM_EXT |
| The maximum zoom value. | |
| float | minLatitude = -90 |
| The minimum latitude value. | |
| float | maxLatitude = 90 |
| The maximum latitude value. | |
| float | minLongitude = -180 |
| The minimum longitude value. | |
| float | maxLongitude = 180 |
| The maximum longitude value. | |
| OnlineMapsPositionRangeType | positionRangeType = OnlineMapsPositionRangeType.center |
| Type of limitation position map. | |
| bool | useZoomRange |
| Flag indicating that need to limit the zoom. | |
| bool | usePositionRange |
| Flag indicating that need to limit the position. | |
Class to limit the position and zoom of the map.
| OnlineMapsSavableItem[] OnlineMapsLimits.GetSavableItems | ( | ) |
Returns an array of items to save.
Implements IOnlineMapsSavableComponent.