Contains classes used to submit device location to Urban Airship for use with Segments.
Interfaces
Classes
CircularRegion |
A CircularRegion defines a circular region with a radius, latitude and longitude. |
LocationRequestOptions |
High level location requirements to be used for UALocationManager and service. |
LocationRequestOptions.Builder |
Builder to construct LocationRequestOptions. |
LocationService |
A service that handles requesting location from either the Fused Location
Provider or standard Android location. |
LocationService.IncomingHandler |
Service handler to handle communicating with clients through messages. |
ProximityRegion |
A ProximityRegion defines a proximity region with an identifier, major, minor
and optional latitude, longitude and RSSI. |
RegionEvent |
A RegionEvent defines a region with an identifier, major and minor and optional
proximityRegion and/or circularRegion. |
UALocationManager |
High level interface for interacting with location. |