Interface | Description |
---|---|
CompassEngine |
Interface defining the source of compass heading data that is
consumed by the
LocationComponent when in compass related
RenderMode or
CameraMode s. |
CompassListener |
Callbacks related to the compass
|
OnCameraTrackingChangedListener |
Listener that gets invoked when camera tracking state changes.
|
OnIndicatorPositionChangedListener |
Listener that gets invoked when indicator position changes.
|
OnLocationCameraTransitionListener |
Callback for
CameraMode transition state. |
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.
|
OnRenderModeChangedListener |
Listener that gets invoked when layer render mode changes.
|
Class | Description |
---|---|
LocationComponent |
The Location Component provides location awareness to your mobile application.
|
LocationComponentActivationOptions |
A class which holds the various options for activating the Maps SDK's
LocationComponent to eventually
show the device location on the map. |
LocationComponentActivationOptions.Builder |
Builder class for constructing a new instance of
LocationComponentActivationOptions . |
LocationComponentConstants |
Contains all the constants being used for the
LocationComponent . |
LocationComponentOptions |
This class exposes options for the Location Component.
|
LocationComponentOptions.Builder |
Builder class for constructing a new instance of
LocationComponentOptions . |
LocationUpdate |
A class that contains the location update configuration.
|
LocationUpdate.Builder | |
PulsingLocationCircleAnimator |
Manages the logic of the interpolated animation which is applied to the LocationComponent's pulsing circle
|
TrimbleMapsPaddingAnimator | |
Utils |