Online Maps v3
Loading...
Searching...
No Matches
OnlineMapsLimits Class Reference

Class to limit the position and zoom of the map. More...

Inheritance diagram for OnlineMapsLimits:
IOnlineMapsSavableComponent

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.
 

Detailed Description

Class to limit the position and zoom of the map.

Member Function Documentation

◆ GetSavableItems()

OnlineMapsSavableItem[] OnlineMapsLimits.GetSavableItems ( )

Returns an array of items to save.

Returns
Array of items to save

Implements IOnlineMapsSavableComponent.