Package 

Class RadarContext


  • 
    public final class RadarContext
    
                        

    Represents the context for a location.

    • Method Detail

      • getGeofences

         final Array<RadarGeofence> getGeofences()

        An array of the geofences for the location. May be empty if the location is not in any geofences. See .

      • getPlace

         final RadarPlace getPlace()

        The place for the location. May be null if the location is not at a place or if Places is not enabled. See .

      • getCountry

         final RadarRegion getCountry()

        The country of the location. May be null if country is not available or if Regions is not enabled. See .

      • getState

         final RadarRegion getState()

        The state of the location. May be null if state is not available or if Regions is not enabled. See .

      • getDma

         final RadarRegion getDma()

        The designated market area (DMA) of the location. May be null if DMA is not available or if Regions is not enabled. See .

      • getPostalCode

         final RadarRegion getPostalCode()

        The postal code of the location. May be null if postal code is not available or if Regions is not enabled. See .