See: Description
| Interface | Description |
|---|---|
| LocationSource |
Interface that provides location data, typically to a TomtomMap object.
|
| LocationUpdateListener |
Callback interface to notify about location changes.
|
| Class | Description |
|---|---|
| AbstractLocationSource |
Base class for all LocationSources.
|
| BasicLocationSource |
The basic implementation of the LocationSource which relies on the default Android
mechanism to obtain location: via LocationManager instead of Google Location Services.
|
| FusedLocationSource |
Default location source implementation.
|
| LocationRequestsFactory |
Factory to create various location request, that differs with location update time and accuracy
to save the user battery.
|
| Locations |
Constant with fixed locations
|
| LocationSourceFactory |
Factory for the LocationSources to automatically choose between Android native
location management and Google Location Services.
|