| Interface | Description |
|---|---|
| CompassEngine |
Interface defining the source of compass heading data that is
consumed by the
LocationComponent when in compass related
RenderMode or
CameraModes. |
| CompassListener |
Callbacks related to the compass
|
| OnCameraTrackingChangedListener |
Listener that gets invoked when camera tracking state changes.
|
| OnLocationClickListener |
The Location Component exposes an API for listening to when the user clicks on the location
layer icon visible on the map.
|
| OnLocationLongClickListener |
The Location Component exposes an API for listening to when the user long clicks on the location
layer icon visible on the map.
|
| OnLocationStaleListener |
Listener that can be added as a callback when the last location update
is considered stale.
|
| Class | Description |
|---|---|
| LocationComponent |
The Location Component provides location awareness to your mobile application.
|
| LocationComponentOptions |
This class exposes options for the Location Component.
|
| LocationComponentOptions.Builder |
Builder class for constructing a new instance of
LocationComponentOptions. |
| Utils |