public class ProximityKitGeofenceRegion extends Object
Modifier and Type | Method and Description |
---|---|
Map |
getAttributes()
Set of custom attributes configured for this geofence on Proximity Kit.
|
Double |
getLatitude()
Getter for accessing this geofence's latitude.
|
Double |
getLongitude()
Getter for accessing this geofence's longitude.
|
String |
getName()
Getter for accessing this geofence's name.
|
Double |
getRadius()
Getter for accessing this geofence's configured radius.
|
String |
getRequestId()
Custom ID representation of this geofence to identify it in a map.
|
public Double getLatitude()
public Double getLongitude()
public Double getRadius()
public String getRequestId()
public Map getAttributes()
public String getName()
String
of the geofence's name.