-
Notifications
You must be signed in to change notification settings - Fork 18
Class Zone
Il Kadyrov edited this page Nov 9, 2020
·
2 revisions
Zone class is used for storing location polygonal zones.
Referenced from: Sublocation.
public int getId()
Function returns the zone's identifier.
public int getLocationId()
Function returns the zone's location identifier.
public int getSublocationId()
Function returns the zone's sublocation identifier.
public String getName()
Function returns the zone's name.
public String getColor()
Function returns the zone's color.
public String getAlias()
Function returns the zone's alias name (external identifier).
public Polygon getPolygon()
Function returns the list of points composing the polygonal zone.
Tutorials
Classes
- NavigineSdk
- LocationListManager
- LocationManager
- NavigationManager
- RouteManager
- ZoneManager
- NotificationManager
- MeasurementManager
- LocationEditManager
- ResourceManager
- Location
- Sublocation
- Category
- Venue
- Zone
- Beacon
- Eddystone
- Wifi
- LocationView
- LocationViewController
- CircleMapObject
- PolylineMapObject
- IconMapObject
- TouchInput
- ScaleResponder
- PanResponder
- LongPressResponder
- DoubleTapResponder
- TapResponder
- LocationListListener
- LocationListener
- PositionListener
- RouteListener
- ZoneListener
- NotificationListener
- LocationEditListener
- MeasurementListener
- ResourceListener
- ResourceUploadListener
- Notification
- Position
- SignalMeasurement
- SensorMeasurement
- Image
- RoutePath
- RouteEvent
- LocationPoint
- LocationInfo
- BitmapRegionDecoder