| Interface | Description |
|---|---|
| LocationEngineListener |
Callback used in LocationEngine
|
| Class | Description |
|---|---|
| AndroidLocationEngine |
A location engine that uses core android.location and has no external dependencies
https://developer.android.com/guide/topics/location/strategies.html
|
| GoogleLocationEngine |
Sample LocationEngine using Google Play Services
|
| LocationEngine |
Abstract implementation of a location engine.
|
| LocationEnginePriority |
Same priorities GMS and Lost support:
https://developers.google.com/android/reference/com/google/android/gms/location/LocationRequest
https://github.com/mapzen/lost/blob/master/lost/src/main/java/com/mapzen/android/lost/api/LocationRequest.java
|
| LocationEngineProvider | |
| LostLocationEngine |
Sample LocationEngine using the Open Source Lost library
|
| Enum | Description |
|---|---|
| LocationEngine.Type |