- accuracyAlpha() - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerOptions
-
Set the opacity of the accuracy view to a value from 0 to 1, where 0 means the accuracy view is
completely transparent and 1 means the view is completely opaque.
- accuracyAlpha(float) - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerOptions.Builder
-
Set the opacity of the accuracy view to a value from 0 to 1, where 0 means the accuracy view
is completely transparent and 1 means the view is completely opaque.
- accuracyColor() - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerOptions
-
Solid color to use as the accuracy view color property.
- accuracyColor(int) - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerOptions.Builder
-
Solid color to use as the accuracy view color property.
- addCompassListener(CompassListener) - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerPlugin
-
Add a compass listener to get heading updates every second.
- addOnCameraTrackingChangedListener(OnCameraTrackingChangedListener) - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerPlugin
-
Adds a listener that gets invoked when camera tracking state changes.
- addOnLocationClickListener(OnLocationLayerClickListener) - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerPlugin
-
Adds a listener that gets invoked when the user clicks the location layer.
- addOnLocationLongClickListener(OnLocationLayerLongClickListener) - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerPlugin
-
Adds a listener that gets invoked when the user long clicks the location layer.
- addOnLocationStaleListener(OnLocationStaleListener) - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerPlugin
-
Adds the passed listener that gets invoked when user updates have stopped long enough for the last update
to be considered stale.
- applyStyle(int) - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerPlugin
-
Apply a new LocationLayer style with a style resource.
- applyStyle(LocationLayerOptions) - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerPlugin
-
Apply a new LocationLayer style with location layer options.