StopRegion

data class StopRegion(val lat: Double = 0.0, val lng: Double = 0.0, val radius: Double = 0.0) : FoursquareType, Parcelable

This region object is a circular geofence region used monitor for geolocation exit events.

Such events control the start and stop of location monitoring.

Constructors

Link copied to clipboard
fun StopRegion(lat: Double = 0.0, lng: Double = 0.0, radius: Double = 0.0)

Properties

Link copied to clipboard
@SerializedName(value = "lat")
val lat: Double = 0.0

Center point latitude

Link copied to clipboard
@SerializedName(value = "lng")
val lng: Double = 0.0

Center point longitude

Link copied to clipboard
@SerializedName(value = "radius")
val radius: Double = 0.0

Region radius