- 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 interface com.mapbox.mapboxsdk.plugins.locationlayer.CompassEngine
-
Adds a
CompassListener
that can be used to
receive heading and state changes.
- addCompassListener(CompassListener) - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerPlugin
-
Deprecated.
Add a compass listener to get heading updates every second.
- addOnCameraTrackingChangedListener(OnCameraTrackingChangedListener) - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerPlugin
-
Deprecated.
Adds a listener that gets invoked when camera tracking state changes.
- addOnLocationClickListener(OnLocationLayerClickListener) - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerPlugin
-
Deprecated.
Adds a listener that gets invoked when the user clicks the location layer.
- addOnLocationLongClickListener(OnLocationLayerLongClickListener) - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerPlugin
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
Apply a new LocationLayer style with a style resource.
- applyStyle(LocationLayerOptions) - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerPlugin
-
Deprecated.
Apply a new LocationLayer style with location layer options.
- backgroundDrawable() - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerOptions
-
Defines the drawable used for the background state icon.
- backgroundDrawable(int) - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerOptions.Builder
-
Defines the drawable used for the background state icon.
- backgroundDrawableStale() - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerOptions
-
Defines the drawable used for the stale background icon.
- backgroundDrawableStale(int) - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerOptions.Builder
-
Defines the drawable used for the stale background icon.
- backgroundName() - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerOptions
-
String image name, identical to one used in
the first parameter of com.mapbox.mapboxsdk.maps.MapboxMap#addImage(String, Bitmap)
, the
plugin, will used this image in place of the provided or default mapbox_backgroundDrawable.
- backgroundName(String) - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerOptions.Builder
-
Given a String image name, identical to one used in
the first parameter of com.mapbox.mapboxsdk.maps.MapboxMap#addImage(String, Bitmap)
, the
plugin, will used this image in place of the provided or default mapbox_backgroundDrawable.
- backgroundStaleName() - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerOptions
-
String image name, identical to one used in
the first parameter of com.mapbox.mapboxsdk.maps.MapboxMap#addImage(String, Bitmap)
, the
plugin, will used this image in place of the provided or default mapbox_foregroundDrawableStale.
- backgroundStaleName(String) - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerOptions.Builder
-
Given a String image name, identical to one used in
the first parameter of com.mapbox.mapboxsdk.maps.MapboxMap#addImage(String, Bitmap)
, the
plugin, will used this image in place of the provided or default mapbox_backgroundDrawableStale.
- backgroundStaleTintColor() - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerOptions
-
Defines the background stale color as an integer.
- backgroundStaleTintColor(Integer) - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerOptions.Builder
-
Defines the background stale color as an integer.
- backgroundTintColor() - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerOptions
-
Defines the background color as an integer.
- backgroundTintColor(Integer) - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerOptions.Builder
-
Defines the background color as an integer.
- bearingDrawable() - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerOptions
-
Defines the drawable used for the bearing icon.
- bearingDrawable(int) - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerOptions.Builder
-
Defines the drawable used for the bearing icon.
- bearingName() - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerOptions
-
String image name, identical to one used in
the first parameter of com.mapbox.mapboxsdk.maps.MapboxMap#addImage(String, Bitmap)
, the
plugin, will used this image in place of the provided or default mapbox_bearingDrawable.
- bearingName(String) - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerOptions.Builder
-
Given a String image name, identical to one used in
the first parameter of com.mapbox.mapboxsdk.maps.MapboxMap#addImage(String, Bitmap)
, the
plugin, will used this image in place of the provided or default mapbox_bearingDrawable.
- bearingTintColor() - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerOptions
-
Defines the bearing icon color as an integer.
- bearingTintColor(Integer) - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerOptions.Builder
-
Defines the bearing icon color as an integer.
- build() - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerOptions.Builder
-
- builder(Context) - Static method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerOptions
-
Build a new instance of the
LocationLayerOptions
class with all the attributes set
automatically to their defined defaults in this library.
- forceLocationUpdate(Location) - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerPlugin
-
Deprecated.
Use to either force a location update or to manually control when the user location gets
updated.
- foregroundDrawable(int) - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerOptions.Builder
-
Supply a Drawable that is to be rendered on top of all of the content in the Location Layer
Plugin layer stack.
- foregroundDrawable() - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerOptions
-
Supply a Drawable that is to be rendered on top of all of the content in the Location Layer
Plugin layer stack.
- foregroundDrawableStale(int) - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerOptions.Builder
-
Defines the drawable used for the stale foreground icon.
- foregroundDrawableStale() - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerOptions
-
Defines the drawable used for the stale foreground icon.
- foregroundName(String) - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerOptions.Builder
-
Given a String image name, identical to one used in
the first parameter of com.mapbox.mapboxsdk.maps.MapboxMap#addImage(String, Bitmap)
, the
plugin, will used this image in place of the provided or default mapbox_foregroundDrawable.
- foregroundName() - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerOptions
-
String image name, identical to one used in
the first parameter of com.mapbox.mapboxsdk.maps.MapboxMap#addImage(String, Bitmap)
, the
plugin, will used this image in place of the provided or default mapbox_foregroundDrawable.
- foregroundStaleName(String) - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerOptions.Builder
-
Given a String image name, identical to one used in
the first parameter of com.mapbox.mapboxsdk.maps.MapboxMap#addImage(String, Bitmap)
, the
plugin, will used this image in place of the provided or default mapbox_foregroundDrawableStale.
- foregroundStaleName() - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerOptions
-
String image name, identical to one used in
the first parameter of com.mapbox.mapboxsdk.maps.MapboxMap#addImage(String, Bitmap)
, the
plugin, will used this image in place of the provided or default mapbox_foregroundDrawableStale.
- foregroundStaleTintColor(Integer) - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerOptions.Builder
-
Defines the foreground stale color as an integer.
- foregroundStaleTintColor() - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerOptions
-
Defines the foreground stale color as an integer.
- foregroundTintColor(Integer) - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerOptions.Builder
-
Defines the foreground color as an integer.
- foregroundTintColor() - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerOptions
-
Defines the foreground color as an integer.
- getCameraMode() - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerPlugin
-
Deprecated.
Provides the current camera mode being used to track
the location or compass updates.
- getCompassEngine() - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerPlugin
-
Deprecated.
Returns the compass engine used to provide compass heading values.
- getLastAccuracySensorStatus() - Method in interface com.mapbox.mapboxsdk.plugins.locationlayer.CompassEngine
-
Provides the last know accuracy status from the sensor manager.
- getLastHeading() - Method in interface com.mapbox.mapboxsdk.plugins.locationlayer.CompassEngine
-
Returns the last heading value produced and pushed via
a compass listener.
- getLastKnownCompassAccuracyStatus() - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerPlugin
-
Deprecated.
Return the last known
CompassEngine
accuracy status of the location layer plugin.
- getLastKnownLocation() - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerPlugin
-
Deprecated.
Get the last know location of the location layer plugin.
- getLocationEngine() - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerPlugin
-
Deprecated.
Returns the current LocationEngine
being used for updating the user location layer.
- getLocationLayerOptions() - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerPlugin
-
Deprecated.
Returns the current location options being used.
- getRenderMode() - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerPlugin
-
Deprecated.
Provides the current render mode being used to show
the location and/or compass updates on the map.
- GPS - Static variable in class com.mapbox.mapboxsdk.plugins.locationlayer.modes.RenderMode
-
Tracking the user location with bearing considered from
Location
.
- gpsDrawable(int) - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerOptions.Builder
-
Defines the drawable used for the navigation state icon.
- gpsDrawable() - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerOptions
-
Defines the drawable used for the navigation state icon.
- gpsName(String) - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerOptions.Builder
-
Given a String image name, identical to one used in
the first parameter of com.mapbox.mapboxsdk.maps.MapboxMap#addImage(String, Bitmap)
, the
plugin, will used this image in place of the provided or default mapbox_gpsDrawable.
- gpsName() - Method in class com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerOptions
-
String image name, identical to one used in
the first parameter of com.mapbox.mapboxsdk.maps.MapboxMap#addImage(String, Bitmap)
, the
plugin, will used this image in place of the provided or default mapbox_gpsDrawable.