RadarContext

class RadarContext(geofences: Array<RadarGeofence>, place: RadarPlace?, country: RadarRegion?, state: RadarRegion?, dma: RadarRegion?, postalCode: RadarRegion?)

Represents the context for a location.

See also

Constructors

RadarContext
Link copied to clipboard
fun RadarContext(geofences: Array<RadarGeofence>, place: RadarPlace?, country: RadarRegion?, state: RadarRegion?, dma: RadarRegion?, postalCode: RadarRegion?)

Functions

toJson
Link copied to clipboard
fun toJson(): JSONObject

Properties

country
Link copied to clipboard
val country: RadarRegion?
The country of the location.
dma
Link copied to clipboard
val dma: RadarRegion?
The designated market area (DMA) of the location.
geofences
Link copied to clipboard
val geofences: Array<RadarGeofence>
An array of the geofences for the location.
place
Link copied to clipboard
val place: RadarPlace?
The place for the location.
postalCode
Link copied to clipboard
val postalCode: RadarRegion?
The postal code of the location.
state
Link copied to clipboard
val state: RadarRegion?
The state of the location.