public class KitMap extends Object
Constructor and Description |
---|
KitMap() |
Modifier and Type | Method and Description |
---|---|
List |
asGeofences() |
static KitMap |
fromJson(JSONObject json)
Creates a new
KitMap from the provided json . |
ArrayList |
getOverlays()
Deprecated.
As of 0.13.0, replaced by
KitMap.asGeofences() . |
public static KitMap fromJson(JSONObject json) throws JSONException
KitMap
from the provided json
.json
- JSON representation of this map as provided by the Proximity Kit cloud.JSONException
- Thrown when there is a problem accessing elements from json
.NullPointerException
- Thrown when json
is null
.@Deprecated public ArrayList getOverlays()
KitMap.asGeofences()
.public List asGeofences()
ProximityKitGeofenceRegion
objects contained within this KitMap
.