-
public final class RadarContextRepresents the context for a location.
-
-
Field Summary
Fields Modifier and Type Field Description private final Array<RadarGeofence>geofencesprivate final RadarPlaceplaceprivate final RadarRegioncountryprivate final RadarRegionstateprivate final RadarRegiondmaprivate final RadarRegionpostalCode
-
Constructor Summary
Constructors Constructor Description RadarContext(Array<RadarGeofence> geofences, RadarPlace place, RadarRegion country, RadarRegion state, RadarRegion dma, RadarRegion postalCode)
-
Method Summary
Modifier and Type Method Description final Array<RadarGeofence>getGeofences()An array of the geofences for the location. final RadarPlacegetPlace()The place for the location. final RadarRegiongetCountry()The country of the location. final RadarRegiongetState()The state of the location. final RadarRegiongetDma()The designated market area (DMA) of the location. final RadarRegiongetPostalCode()The postal code of the location. final JSONObjecttoJson()-
-
Constructor Detail
-
RadarContext
RadarContext(Array<RadarGeofence> geofences, RadarPlace place, RadarRegion country, RadarRegion state, RadarRegion dma, RadarRegion postalCode)
-
-
Method Detail
-
getGeofences
final Array<RadarGeofence> getGeofences()
-
getPlace
final RadarPlace getPlace()
-
getCountry
final RadarRegion getCountry()
-
getState
final RadarRegion getState()
-
getDma
final RadarRegion getDma()
-
getPostalCode
final RadarRegion getPostalCode()
-
toJson
final JSONObject toJson()
-
-
-
-