- calculateZoom(float) - Method in class com.mapbox.mapboxsdk.maps.Projection
-
Calculates a zoom level based on minimum scale and current scale from MapView
- camera(CameraPosition) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Specifies a the initial camera position for the map view.
- CameraFunction<I extends java.lang.Number,O> - Class in com.mapbox.mapboxsdk.style.functions
-
Camera function.
- CameraPosition - Class in com.mapbox.mapboxsdk.camera
-
Resembles the position, angle, zoom and tilt of the user's viewpoint.
- CameraPosition.Builder - Class in com.mapbox.mapboxsdk.camera
-
Builder for composing CameraPosition objects.
- CameraUpdate - Interface in com.mapbox.mapboxsdk.camera
-
Interface definition for camera updates.
- CameraUpdateFactory - Class in com.mapbox.mapboxsdk.camera
-
Factory for creating CameraUpdate objects.
- CameraUpdateFactory() - Constructor for class com.mapbox.mapboxsdk.camera.CameraUpdateFactory
-
- cancel() - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter
-
Must be called in on the thread
the object was created on.
- cancelTransitions() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Cancels ongoing animations.
- CannotAddLayerException - Exception in com.mapbox.mapboxsdk.style.layers
-
Thrown when adding a layer to a map twice
- CannotAddLayerException(String) - Constructor for exception com.mapbox.mapboxsdk.style.layers.CannotAddLayerException
-
- CannotAddSourceException - Exception in com.mapbox.mapboxsdk.style.sources
-
Thrown when adding a source to a map twice
- CannotAddSourceException(String) - Constructor for exception com.mapbox.mapboxsdk.style.sources.CannotAddSourceException
-
- categorical(Stop<I, O>...) - Static method in class com.mapbox.mapboxsdk.style.functions.stops.Stops
-
Convenience method for use in function declarations
- CategoricalStops<I,O> - Class in com.mapbox.mapboxsdk.style.functions.stops
-
Stops
implementation for categorical functions
- CategoricalStops(Stop<I, O>...) - Constructor for class com.mapbox.mapboxsdk.style.functions.stops.CategoricalStops
-
Create a categorical
Stops
implementation.
- chooseConfig(EGL10, EGLDisplay) - Method in class com.mapbox.mapboxsdk.maps.renderer.egl.EGLConfigChooser
-
- CIRCLE_PITCH_ALIGNMENT_MAP - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
The circle is aligned to the plane of the map.
- CIRCLE_PITCH_ALIGNMENT_VIEWPORT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
The circle is aligned to the plane of the viewport.
- CIRCLE_PITCH_SCALE_MAP - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
Circles are scaled according to their apparent distance to the camera.
- CIRCLE_PITCH_SCALE_VIEWPORT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
Circles are not scaled.
- CIRCLE_TRANSLATE_ANCHOR_MAP - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
The circle is translated relative to the map.
- CIRCLE_TRANSLATE_ANCHOR_VIEWPORT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
The circle is translated relative to the viewport.
- circleBlur(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Amount to blur the circle.
- circleBlur(Function<T, Float>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Amount to blur the circle.
- circleColor(int) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
The fill color of the circle.
- circleColor(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
The fill color of the circle.
- circleColor(Function<T, String>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
The fill color of the circle.
- CircleLayer - Class in com.mapbox.mapboxsdk.style.layers
-
A filled circle.
- CircleLayer(long) - Constructor for class com.mapbox.mapboxsdk.style.layers.CircleLayer
-
Creates a CircleLayer.
- CircleLayer(String, String) - Constructor for class com.mapbox.mapboxsdk.style.layers.CircleLayer
-
Creates a CircleLayer.
- circleOpacity(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
The opacity at which the circle will be drawn.
- circleOpacity(Function<T, Float>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
The opacity at which the circle will be drawn.
- circlePitchAlignment(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Orientation of circle when map is pitched.
- circlePitchAlignment(CameraFunction<Z, String>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Orientation of circle when map is pitched.
- circlePitchScale(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Controls the scaling behavior of the circle when the map is pitched.
- circlePitchScale(CameraFunction<Z, String>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Controls the scaling behavior of the circle when the map is pitched.
- circleRadius(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Circle radius.
- circleRadius(Function<T, Float>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Circle radius.
- circleStrokeColor(int) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
The stroke color of the circle.
- circleStrokeColor(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
The stroke color of the circle.
- circleStrokeColor(Function<T, String>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
The stroke color of the circle.
- circleStrokeOpacity(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
The opacity of the circle's stroke.
- circleStrokeOpacity(Function<T, Float>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
The opacity of the circle's stroke.
- circleStrokeWidth(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
The width of the circle's stroke.
- circleStrokeWidth(Function<T, Float>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
The width of the circle's stroke.
- circleTranslate(Float[]) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
The geometry's offset.
- circleTranslate(CameraFunction<Z, Float[]>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
The geometry's offset.
- circleTranslateAnchor(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Controls the translation reference point.
- circleTranslateAnchor(CameraFunction<Z, String>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Controls the translation reference point.
- clear() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Removes all markers, polylines, polygons, overlays, etc from the map.
- color(int) - Method in class com.mapbox.mapboxsdk.annotations.PolylineOptions
-
Sets the color of the polyline as a 32-bit ARGB color.
- colorToRgbaString(int) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
- ColorUtils - Class in com.mapbox.mapboxsdk.utils
-
Color utility class.
- ColorUtils() - Constructor for class com.mapbox.mapboxsdk.utils.ColorUtils
-
- com.almeros.android.multitouch.gesturedetectors - package com.almeros.android.multitouch.gesturedetectors
-
Do not use this package.
- com.mapbox.mapboxsdk - package com.mapbox.mapboxsdk
-
Contains the Mapbox Maps Android API classes.
- com.mapbox.mapboxsdk.annotations - package com.mapbox.mapboxsdk.annotations
-
Contains the Mapbox Maps Android Annotation API classes.
- com.mapbox.mapboxsdk.attribution - package com.mapbox.mapboxsdk.attribution
-
- com.mapbox.mapboxsdk.camera - package com.mapbox.mapboxsdk.camera
-
Contains the Mapbox Maps Android Camera API classes.
- com.mapbox.mapboxsdk.constants - package com.mapbox.mapboxsdk.constants
-
Contains the Mapbox Maps Android Constant API classes.
- com.mapbox.mapboxsdk.exceptions - package com.mapbox.mapboxsdk.exceptions
-
Contains the Mapbox Maps Android Exception API classes.
- com.mapbox.mapboxsdk.geometry - package com.mapbox.mapboxsdk.geometry
-
Contains the Mapbox Maps Android Geometry API classes.
- com.mapbox.mapboxsdk.http - package com.mapbox.mapboxsdk.http
-
Do not use this package.
- com.mapbox.mapboxsdk.location - package com.mapbox.mapboxsdk.location
-
Contains the Mapbox Maps Android Location API classes.
- com.mapbox.mapboxsdk.maps - package com.mapbox.mapboxsdk.maps
-
Contains the Mapbox Maps Android Maps API classes.
- com.mapbox.mapboxsdk.maps.renderer - package com.mapbox.mapboxsdk.maps.renderer
-
- com.mapbox.mapboxsdk.maps.renderer.egl - package com.mapbox.mapboxsdk.maps.renderer.egl
-
- com.mapbox.mapboxsdk.maps.renderer.glsurfaceview - package com.mapbox.mapboxsdk.maps.renderer.glsurfaceview
-
- com.mapbox.mapboxsdk.maps.renderer.textureview - package com.mapbox.mapboxsdk.maps.renderer.textureview
-
- com.mapbox.mapboxsdk.maps.widgets - package com.mapbox.mapboxsdk.maps.widgets
-
Contains the Mapbox Maps Android Widgets API classes.
- com.mapbox.mapboxsdk.net - package com.mapbox.mapboxsdk.net
-
Contains the Mapbox Maps Android Network API classes.
- com.mapbox.mapboxsdk.offline - package com.mapbox.mapboxsdk.offline
-
Contains the Mapbox Maps Android Offline API classes.
- com.mapbox.mapboxsdk.snapshotter - package com.mapbox.mapboxsdk.snapshotter
-
- com.mapbox.mapboxsdk.storage - package com.mapbox.mapboxsdk.storage
-
Contains the Mapbox Maps Android Storage API classes.
- com.mapbox.mapboxsdk.style.functions - package com.mapbox.mapboxsdk.style.functions
-
Contains the Mapbox Maps Android Style Function API classes.
- com.mapbox.mapboxsdk.style.functions.stops - package com.mapbox.mapboxsdk.style.functions.stops
-
Contains the Mapbox Maps Android Style Function Stop implementation API classes.
- com.mapbox.mapboxsdk.style.layers - package com.mapbox.mapboxsdk.style.layers
-
Contains the Mapbox Maps Android Style Layer API classes.
- com.mapbox.mapboxsdk.style.light - package com.mapbox.mapboxsdk.style.light
-
Contains the Mapbox Maps Android Style Light API classes.
- com.mapbox.mapboxsdk.style.sources - package com.mapbox.mapboxsdk.style.sources
-
Contains the Mapbox Maps Android Style Sources API classes.
- com.mapbox.mapboxsdk.text - package com.mapbox.mapboxsdk.text
-
- com.mapbox.mapboxsdk.utils - package com.mapbox.mapboxsdk.utils
-
Contains the Mapbox Maps Android Utility API classes.
- Compare - Class in com.mapbox.mapboxsdk.utils
-
Comparisons from std sdk, which aren't available in API level 15 and below
- Compare() - Constructor for class com.mapbox.mapboxsdk.utils.Compare
-
- compare(int, int) - Static method in class com.mapbox.mapboxsdk.utils.Compare
-
- compare(boolean, boolean) - Static method in class com.mapbox.mapboxsdk.utils.Compare
-
- compareTo(Annotation) - Method in class com.mapbox.mapboxsdk.annotations.Annotation
-
Compares this Annotation object with another Annotation.
- COMPASS - Static variable in class com.mapbox.mapboxsdk.constants.MyBearingTracking
-
Tracking the bearing of the user based on sensor data
- compassEnabled(boolean) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Specifies the visibility state of a mapbox_compass_icon for a map view.
- compassFadesWhenFacingNorth(boolean) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Specifies if the mapbox_compass_icon fades to invisible when facing north.
- compassGravity(int) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Specifies the gravity state of mapbox_compass_icon for a map view.
- compassImage(Drawable) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Specifies the image of the CompassView.
- compassMargins(int[]) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Specifies the margin state of mapbox_compass_icon for a map view
- CompassView - Class in com.mapbox.mapboxsdk.maps.widgets
-
UI element overlaid on a map to show the map's bearing when it isn't true north (0.0).
- CompassView(Context) - Constructor for class com.mapbox.mapboxsdk.maps.widgets.CompassView
-
- CompassView(Context, AttributeSet) - Constructor for class com.mapbox.mapboxsdk.maps.widgets.CompassView
-
- CompassView(Context, AttributeSet, int) - Constructor for class com.mapbox.mapboxsdk.maps.widgets.CompassView
-
- composite(String, CategoricalStops<Stop.CompositeValue<Z, I>, O>) - Static method in class com.mapbox.mapboxsdk.style.functions.Function
-
Create a composite, categorical function.
- composite(String, ExponentialStops<Stop.CompositeValue<Z, I>, O>) - Static method in class com.mapbox.mapboxsdk.style.functions.Function
-
Create a composite, exponential function.
- composite(String, IntervalStops<Stop.CompositeValue<Z, I>, O>) - Static method in class com.mapbox.mapboxsdk.style.functions.Function
-
Create a composite, interval function.
- CompositeFunction<Z extends java.lang.Number,I,O> - Class in com.mapbox.mapboxsdk.style.functions
-
Composite functions combine Camera and SourceFunctions.
- ConnectivityListener - Interface in com.mapbox.mapboxsdk.net
-
Receives updates on connectivity state
- ConnectivityReceiver - Class in com.mapbox.mapboxsdk.net
-
Interface definition for a callback to be invoked when connectivity changes.
- contains(ILatLng) - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
-
Determines whether this LatLngBounds contains a point.
- contains(LatLngBounds) - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
-
Determines whether this LatLngBounds contains another bounds.
- context - Variable in class com.almeros.android.multitouch.gesturedetectors.BaseGestureDetector
-
- ConversionException - Exception in com.mapbox.mapboxsdk.exceptions
-
A ConversionException is thrown when a conversion failed to execute.
- ConversionException(String) - Constructor for exception com.mapbox.mapboxsdk.exceptions.ConversionException
-
- createAttributionString() - Method in class com.mapbox.mapboxsdk.attribution.AttributionParser
-
Get parsed attribution string.
- createAttributionString(boolean) - Method in class com.mapbox.mapboxsdk.attribution.AttributionParser
-
Get parsed attribution string.
- createBitmapFromView(View) - Static method in class com.mapbox.mapboxsdk.utils.BitmapUtils
-
Convert a view to a bitmap.
- createFragmentArgs(MapboxMapOptions) - Static method in class com.mapbox.mapboxsdk.utils.MapFragmentUtils
-
Convert MapboxMapOptions to a bundle of fragment arguments.
- createFromAttributes(Context, AttributeSet) - Static method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Creates a MapboxMapsOptions from the attribute set.s
- createOfflineRegion(OfflineRegionDefinition, byte[], OfflineManager.CreateOfflineRegionCallback) - Method in class com.mapbox.mapboxsdk.offline.OfflineManager
-
Create an offline region in the database.
- CREATOR - Static variable in class com.mapbox.mapboxsdk.annotations.MarkerOptions
-
- CREATOR - Static variable in class com.mapbox.mapboxsdk.annotations.MarkerViewOptions
-
Deprecated.
- CREATOR - Static variable in class com.mapbox.mapboxsdk.annotations.PolygonOptions
-
- CREATOR - Static variable in class com.mapbox.mapboxsdk.annotations.PolylineOptions
-
- CREATOR - Static variable in class com.mapbox.mapboxsdk.camera.CameraPosition
-
- CREATOR - Static variable in class com.mapbox.mapboxsdk.geometry.LatLng
-
Inner class responsible for recreating Parcels into objects.
- CREATOR - Static variable in class com.mapbox.mapboxsdk.geometry.LatLngBounds
-
Inner class responsible for recreating Parcels into objects.
- CREATOR - Static variable in class com.mapbox.mapboxsdk.geometry.LatLngQuad
-
- CREATOR - Static variable in class com.mapbox.mapboxsdk.geometry.LatLngSpan
-
Inner class responsible for recreating Parcels into objects.
- CREATOR - Static variable in class com.mapbox.mapboxsdk.geometry.ProjectedMeters
-
Inner class responsible for recreating Parcels into objects.
- CREATOR - Static variable in class com.mapbox.mapboxsdk.geometry.VisibleRegion
-
Inner class responsible for recreating Parcels into objects.
- CREATOR - Static variable in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
- CREATOR - Static variable in class com.mapbox.mapboxsdk.offline.OfflineTilePyramidRegionDefinition
-
- currEvent - Variable in class com.almeros.android.multitouch.gesturedetectors.BaseGestureDetector
-
- currFingerDiffX - Variable in class com.almeros.android.multitouch.gesturedetectors.TwoFingerGestureDetector
-
- currFingerDiffY - Variable in class com.almeros.android.multitouch.gesturedetectors.TwoFingerGestureDetector
-
- currPressure - Variable in class com.almeros.android.multitouch.gesturedetectors.BaseGestureDetector
-
- CustomLayer - Class in com.mapbox.mapboxsdk.style.layers
-
Custom layer.
- CustomLayer(String, long, long, long, long) - Constructor for class com.mapbox.mapboxsdk.style.layers.CustomLayer
-
- CustomLayer(String, long, long, long, long, long) - Constructor for class com.mapbox.mapboxsdk.style.layers.CustomLayer
-
- CustomLayer(long) - Constructor for class com.mapbox.mapboxsdk.style.layers.CustomLayer
-
- cycleDebugOptions() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Cycles through the map debug options.
- GeoJsonOptions - Class in com.mapbox.mapboxsdk.style.sources
-
Builder class for composing GeoJsonSource objects.
- GeoJsonOptions() - Constructor for class com.mapbox.mapboxsdk.style.sources.GeoJsonOptions
-
- GeoJsonSource - Class in com.mapbox.mapboxsdk.style.sources
-
GeoJson source, allows using FeatureCollections from Json.
- GeoJsonSource(long) - Constructor for class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
-
Internal use
- GeoJsonSource(String) - Constructor for class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
-
Create an empty GeoJsonSource
- GeoJsonSource(String, GeoJsonOptions) - Constructor for class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
-
Create an empty GeoJsonSource with non-default GeoJsonOptions.
- GeoJsonSource(String, String) - Constructor for class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
-
Create a GeoJsonSource from a raw json string
- GeoJsonSource(String, String, GeoJsonOptions) - Constructor for class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
-
Create a GeoJsonSource from a raw json string and non-default GeoJsonOptions
- GeoJsonSource(String, URL) - Constructor for class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
-
Create a GeoJsonSource from a remote geo json file
- GeoJsonSource(String, URL, GeoJsonOptions) - Constructor for class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
-
Create a GeoJsonSource from a remote geo json file and non-default GeoJsonOptions
- GeoJsonSource(String, FeatureCollection) - Constructor for class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
-
Create a GeoJsonSource from a FeatureCollection.
- GeoJsonSource(String, FeatureCollection, GeoJsonOptions) - Constructor for class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
-
Create a GeoJsonSource from a FeatureCollection and non-default GeoJsonOptions.
- GeoJsonSource(String, Feature) - Constructor for class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
-
Create a GeoJsonSource from a Feature
- GeoJsonSource(String, Feature, GeoJsonOptions) - Constructor for class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
-
- GeoJsonSource(String, Geometry) - Constructor for class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
-
Create a GeoJsonSource from a Geometry
- GeoJsonSource(String, Geometry, GeoJsonOptions) - Constructor for class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
-
- gestureInProgress - Variable in class com.almeros.android.multitouch.gesturedetectors.BaseGestureDetector
-
- getAccentColor(Context) - Static method in class com.mapbox.mapboxsdk.utils.ColorUtils
-
Returns a color integer associated as accent color from a theme based on a Context.
- getAccessToken() - Static method in class com.mapbox.mapboxsdk.Mapbox
-
Access token for this application.
- getAccessToken() - Method in class com.mapbox.mapboxsdk.storage.FileSource
-
- getAccuracyAlpha() - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationViewSettings
-
Deprecated.
Get the alpha value of the accuracy circle of MyLocationView
- getAccuracyThreshold() - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationViewSettings
-
Deprecated.
Returns current accuracy threshold value (in meters).
- getAccuracyTintColor() - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationViewSettings
-
Deprecated.
Get the accuracy tint color of MyLocationView.
- getAlpha() - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
-
Deprecated.
Get the alpha of the MarkerView.
- getAlpha() - Method in class com.mapbox.mapboxsdk.annotations.BasePointCollection
-
Value between 0 and 1 defining the polyline alpha.
- getAlpha() - Method in class com.mapbox.mapboxsdk.annotations.MarkerView
-
Deprecated.
Get the alpha value of the MarkerView.
- getAlpha() - Method in class com.mapbox.mapboxsdk.annotations.PolygonOptions
-
- getAlpha() - Method in class com.mapbox.mapboxsdk.annotations.PolylineOptions
-
- getAltitude() - Method in interface com.mapbox.mapboxsdk.geometry.ILatLng
-
Get the altitude, in meters.
- getAltitude() - Method in class com.mapbox.mapboxsdk.geometry.LatLng
-
Get the altitude, in meters.
- getAnchor() - Method in class com.mapbox.mapboxsdk.style.light.Light
-
Get the Anchor property.
- getAnchorPoint() - Method in class com.mapbox.mapboxsdk.attribution.AttributionLayout
-
- getAnchorU() - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
-
Deprecated.
- getAnchorU() - Method in class com.mapbox.mapboxsdk.annotations.MarkerView
-
Deprecated.
Get the horizontal distance, normalized to [0, 1], of the anchor from the left edge.
- getAnchorV() - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
-
Deprecated.
- getAnchorV() - Method in class com.mapbox.mapboxsdk.annotations.MarkerView
-
Deprecated.
Get the vertical distance, normalized to [0, 1], of the anchor from the top edge.
- getAnnotation(long) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Return a annotation based on its id.
- getAnnotations() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Returns a list of all the annotations on the map.
- getApiBaseUrl() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Get the current configured API endpoint base URL.
- getApplicationContext() - Static method in class com.mapbox.mapboxsdk.Mapbox
-
Application context
- getArrowDirection() - Method in class com.mapbox.mapboxsdk.annotations.BubbleLayout
-
Get the arrow direction.
- getArrowHeight() - Method in class com.mapbox.mapboxsdk.annotations.BubbleLayout
-
Get the arrow height
- getArrowPosition() - Method in class com.mapbox.mapboxsdk.annotations.BubbleLayout
-
Get the arrow position.
- getArrowWidth() - Method in class com.mapbox.mapboxsdk.annotations.BubbleLayout
-
Get the arrow width.
- getAttribution() - Method in class com.mapbox.mapboxsdk.style.sources.Source
-
Retrieve the source attribution.
- getAttribution() - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
-
- getAttributionEnabled() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Get the current configured visibility state for attribution for a map view.
- getAttributionGravity() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Get the current configured gravity state for attribution for a map view.
- getAttributionGravity() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Returns the gravity value of the logo
- getAttributionMarginBottom() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Returns the bottom side margin of the logo
- getAttributionMarginLeft() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Returns the left side margin of the attribution view.
- getAttributionMarginRight() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Returns the right side margin of the attribution view.
- getAttributionMargins() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Get the current configured margins for attribution for a map view.
- getAttributionMarginTop() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Returns the top side margin of the attribution view.
- getAttributions() - Method in class com.mapbox.mapboxsdk.attribution.AttributionParser
-
Get parsed attributions.
- getAttributions() - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshot
-
- getAttributionTintColor() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Get the current configured tint color for attribution for a map view.
- getBackgroundColor() - Method in class com.mapbox.mapboxsdk.style.layers.BackgroundLayer
-
Get the BackgroundColor property
- getBackgroundColorAsInt() - Method in class com.mapbox.mapboxsdk.style.layers.BackgroundLayer
-
The color with which the background will be drawn.
- getBackgroundColorTransition() - Method in class com.mapbox.mapboxsdk.style.layers.BackgroundLayer
-
Get the BackgroundColor property transition options
- getBackgroundDrawable() - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationViewSettings
-
Deprecated.
Get the background drawable of MyLocationView.
- getBackgroundOffset() - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationViewSettings
-
Deprecated.
Get the background offset.
- getBackgroundOpacity() - Method in class com.mapbox.mapboxsdk.style.layers.BackgroundLayer
-
Get the BackgroundOpacity property
- getBackgroundOpacityTransition() - Method in class com.mapbox.mapboxsdk.style.layers.BackgroundLayer
-
Get the BackgroundOpacity property transition options
- getBackgroundPattern() - Method in class com.mapbox.mapboxsdk.style.layers.BackgroundLayer
-
Get the BackgroundPattern property
- getBackgroundPatternTransition() - Method in class com.mapbox.mapboxsdk.style.layers.BackgroundLayer
-
Get the BackgroundPattern property transition options
- getBackgroundTintColor() - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationViewSettings
-
Deprecated.
Get the background tint color.
- getBase() - Method in class com.mapbox.mapboxsdk.style.functions.stops.ExponentialStops
-
- getBitmap() - Method in class com.mapbox.mapboxsdk.annotations.Icon
-
Get the bitmap being used for this icon.
- getBitmap() - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshot
-
- getBitmapFromDrawable(Drawable) - Static method in class com.mapbox.mapboxsdk.utils.BitmapUtils
-
Extract an underlying bitmap from a drawable
- getBottomLeft() - Method in class com.mapbox.mapboxsdk.geometry.LatLngQuad
-
- getBottomRight() - Method in class com.mapbox.mapboxsdk.geometry.LatLngQuad
-
- getBounds() - Method in interface com.mapbox.mapboxsdk.offline.OfflineRegionDefinition
-
- getBounds() - Method in class com.mapbox.mapboxsdk.offline.OfflineTilePyramidRegionDefinition
-
- getBounds() - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
-
- getBubbleColor() - Method in class com.mapbox.mapboxsdk.annotations.BubbleLayout
-
Get the bubble color.
- getByteArrayFromDrawable(Drawable) - Static method in class com.mapbox.mapboxsdk.utils.BitmapUtils
-
Create a byte array out of drawable
- getCachePath(Context) - Static method in class com.mapbox.mapboxsdk.storage.FileSource
-
Get the cache path for a context.
- getCamera() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Get the current configured initial camera position for a map view.
- getCameraForGeometry(Geometry, double, int[]) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Get a camera position that fits a provided shape with a given bearing and padding.
- getCameraForLatLngBounds(LatLngBounds, int[]) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Get a camera position that fits a provided bounds and padding.
- getCameraPosition(MapboxMap) - Method in interface com.mapbox.mapboxsdk.camera.CameraUpdate
-
Get the camera position from the camera update.
- getCameraPosition() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Gets the current position of the camera.
- getCameraPosition() - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter.Options
-
- getCenter() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
-
Calculates the centerpoint of this LatLngBounds by simple interpolation and returns
it as a point.
- getCenter() - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationView
-
Deprecated.
Get the center of this view in screen coordinates.
- getCenter() - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
-
- getCircleBlur() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
-
Get the CircleBlur property
- getCircleBlurTransition() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
-
Get the CircleBlur property transition options
- getCircleColor() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
-
Get the CircleColor property
- getCircleColorAsInt() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
-
The fill color of the circle.
- getCircleColorTransition() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
-
Get the CircleColor property transition options
- getCircleOpacity() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
-
Get the CircleOpacity property
- getCircleOpacityTransition() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
-
Get the CircleOpacity property transition options
- getCirclePitchAlignment() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
-
Get the CirclePitchAlignment property
- getCirclePitchScale() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
-
Get the CirclePitchScale property
- getCircleRadius() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
-
Get the CircleRadius property
- getCircleRadiusTransition() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
-
Get the CircleRadius property transition options
- getCircleStrokeColor() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
-
Get the CircleStrokeColor property
- getCircleStrokeColorAsInt() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
-
The stroke color of the circle.
- getCircleStrokeColorTransition() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
-
Get the CircleStrokeColor property transition options
- getCircleStrokeOpacity() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
-
Get the CircleStrokeOpacity property
- getCircleStrokeOpacityTransition() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
-
Get the CircleStrokeOpacity property transition options
- getCircleStrokeWidth() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
-
Get the CircleStrokeWidth property
- getCircleStrokeWidthTransition() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
-
Get the CircleStrokeWidth property transition options
- getCircleTranslate() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
-
Get the CircleTranslate property
- getCircleTranslateAnchor() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
-
Get the CircleTranslateAnchor property
- getCircleTranslateTransition() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
-
Get the CircleTranslate property transition options
- getColor() - Method in class com.mapbox.mapboxsdk.annotations.Polyline
-
Gets the color of this polyline.
- getColor() - Method in class com.mapbox.mapboxsdk.annotations.PolylineOptions
-
- getColor() - Method in class com.mapbox.mapboxsdk.style.light.Light
-
Get the Color property.
- getColorInt() - Method in class com.mapbox.mapboxsdk.style.layers.PropertyValue
-
Get the color int value of the property if the value is a color.
- getColorTransition() - Method in class com.mapbox.mapboxsdk.style.light.Light
-
Get the Color property transition options.
- getCompassEnabled() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Get the current configured visibility state for mapbox_compass_icon for a map view.
- getCompassFadeFacingNorth() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Get the current configured state for fading the mapbox_compass_icon when facing north.
- getCompassGravity() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Get the current configured gravity state for mapbox_compass_icon for a map view.
- getCompassGravity() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Returns the gravity value of the CompassView
- getCompassImage() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Get the current configured CompassView image.
- getCompassImage() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Get the current configured CompassView image.
- getCompassImage() - Method in class com.mapbox.mapboxsdk.maps.widgets.CompassView
-
Get the current configured CompassView image.
- getCompassMarginBottom() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Returns the bottom side margin of CompassView
- getCompassMarginLeft() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Returns the left side margin of CompassView
- getCompassMarginRight() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Returns the right side margin of CompassView
- getCompassMargins() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Get the current configured margins for mapbox_compass_icon for a map view.
- getCompassMarginTop() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Returns the top side margin of CompassView
- getCompletedResourceCount() - Method in class com.mapbox.mapboxsdk.offline.OfflineRegionStatus
-
Get the number of resources (inclusive of tiles) that have been fully downloaded
and are ready for offline access.
- getCompletedResourceSize() - Method in class com.mapbox.mapboxsdk.offline.OfflineRegionStatus
-
The cumulative size, in bytes, of all resources (inclusive of tiles) that have
been fully downloaded.
- getCompletedTileCount() - Method in class com.mapbox.mapboxsdk.offline.OfflineRegionStatus
-
Get the number of tiles that have been fully downloaded and are ready for
offline access.
- getCompletedTileSize() - Method in class com.mapbox.mapboxsdk.offline.OfflineRegionStatus
-
Get the cumulative size, in bytes, of all tiles that have been fully downloaded.
- getContext() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap.MarkerViewAdapter
-
Deprecated.
Returns the context associated to the hosting MapView.
- getCornersRadius() - Method in class com.mapbox.mapboxsdk.annotations.BubbleLayout
-
Get the corner radius
- getCurrentSpan() - Method in class com.almeros.android.multitouch.gesturedetectors.TwoFingerGestureDetector
-
Return the current distance between the two pointers forming the gesture
in progress.
- getData() - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
-
- getDebugActive() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Get the current configured debug state for a map view.
- getDefaultValue() - Method in class com.mapbox.mapboxsdk.style.functions.CompositeFunction
-
- getDefaultValue() - Method in class com.mapbox.mapboxsdk.style.functions.SourceFunction
-
- getDefinition() - Method in class com.mapbox.mapboxsdk.offline.OfflineRegion
-
- getDelay() - Method in class com.mapbox.mapboxsdk.style.layers.TransitionOptions
-
Get the transition delay.
- getDescription() - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
-
- getDoubleTapGesturesEnabled() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Get the current configured double tap gesture state for a map view.
- getDownloadState() - Method in class com.mapbox.mapboxsdk.offline.OfflineRegionStatus
-
Returns the download state.
- getDrawableFromByteArray(Context, byte[]) - Static method in class com.mapbox.mapboxsdk.utils.BitmapUtils
-
Decode byte array to drawable object
- getDuration() - Method in class com.mapbox.mapboxsdk.style.layers.TransitionOptions
-
Get the transition duration.
- getEasting() - Method in interface com.mapbox.mapboxsdk.geometry.IProjectedMeters
-
Get the east projection, in meters.
- getEasting() - Method in class com.mapbox.mapboxsdk.geometry.ProjectedMeters
-
Get projected meters in east direction.
- getEventTime() - Method in class com.almeros.android.multitouch.gesturedetectors.BaseGestureDetector
-
Return the event time of the current GestureDetector event being
processed.
- getFillAntialias() - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
-
Get the FillAntialias property
- getFillColor() - Method in class com.mapbox.mapboxsdk.annotations.Polygon
-
Get the color of the fill region of the polygon.
- getFillColor() - Method in class com.mapbox.mapboxsdk.annotations.PolygonOptions
-
- getFillColor() - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
-
Get the FillColor property
- getFillColorAsInt() - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
-
The color of the filled part of this layer.
- getFillColorTransition() - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
-
Get the FillColor property transition options
- getFillExtrusionBase() - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
-
Get the FillExtrusionBase property
- getFillExtrusionBaseTransition() - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
-
Get the FillExtrusionBase property transition options
- getFillExtrusionColor() - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
-
Get the FillExtrusionColor property
- getFillExtrusionColorAsInt() - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
-
The base color of the extruded fill.
- getFillExtrusionColorTransition() - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
-
Get the FillExtrusionColor property transition options
- getFillExtrusionHeight() - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
-
Get the FillExtrusionHeight property
- getFillExtrusionHeightTransition() - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
-
Get the FillExtrusionHeight property transition options
- getFillExtrusionOpacity() - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
-
Get the FillExtrusionOpacity property
- getFillExtrusionOpacityTransition() - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
-
Get the FillExtrusionOpacity property transition options
- getFillExtrusionPattern() - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
-
Get the FillExtrusionPattern property
- getFillExtrusionPatternTransition() - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
-
Get the FillExtrusionPattern property transition options
- getFillExtrusionTranslate() - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
-
Get the FillExtrusionTranslate property
- getFillExtrusionTranslateAnchor() - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
-
Get the FillExtrusionTranslateAnchor property
- getFillExtrusionTranslateTransition() - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
-
Get the FillExtrusionTranslate property transition options
- getFillOpacity() - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
-
Get the FillOpacity property
- getFillOpacityTransition() - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
-
Get the FillOpacity property transition options
- getFillOutlineColor() - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
-
Get the FillOutlineColor property
- getFillOutlineColorAsInt() - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
-
The outline color of the fill.
- getFillOutlineColorTransition() - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
-
Get the FillOutlineColor property transition options
- getFillPattern() - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
-
Get the FillPattern property
- getFillPatternTransition() - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
-
Get the FillPattern property transition options
- getFillTranslate() - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
-
Get the FillTranslate property
- getFillTranslateAnchor() - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
-
Get the FillTranslateAnchor property
- getFillTranslateTransition() - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
-
Get the FillTranslate property transition options
- getFocalPoint() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Returns the gesture focal point
- getFocusDelta() - Method in class com.almeros.android.multitouch.gesturedetectors.MoveGestureDetector
-
- getFocusX() - Method in class com.almeros.android.multitouch.gesturedetectors.MoveGestureDetector
-
- getFocusX() - Method in class com.almeros.android.multitouch.gesturedetectors.TwoFingerGestureDetector
-
- getFocusY() - Method in class com.almeros.android.multitouch.gesturedetectors.MoveGestureDetector
-
- getFocusY() - Method in class com.almeros.android.multitouch.gesturedetectors.TwoFingerGestureDetector
-
- getForegroundBearingDrawable() - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationViewSettings
-
Deprecated.
Get the foreground drawable when bearing is enabled.
- getForegroundDrawable() - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationViewSettings
-
Deprecated.
Get the foreground drawable when bearing is disabled.
- getForegroundTintColor() - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationViewSettings
-
Deprecated.
Get the foreground tint color.
- getFunction() - Method in class com.mapbox.mapboxsdk.style.layers.PropertyValue
-
- getGrids() - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
-
- getHeight() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Returns the measured height of the Map.
- getHeight() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Returns the measured height of the MapView
- getHeight() - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter.Options
-
- getHoles() - Method in class com.mapbox.mapboxsdk.annotations.Polygon
-
Returns a copy of the holes.
- getHoles() - Method in class com.mapbox.mapboxsdk.annotations.PolygonOptions
-
- getIcon() - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
-
Deprecated.
- getIcon() - Method in class com.mapbox.mapboxsdk.annotations.Marker
-
Gets the
Icon
currently used for the marker.
- getIcon() - Method in class com.mapbox.mapboxsdk.annotations.MarkerOptions
-
- getIcon() - Method in class com.mapbox.mapboxsdk.annotations.MarkerView
-
Deprecated.
Get the icon of the MarkerView.
- getIconAllowOverlap() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the IconAllowOverlap property
- getIconAnchor() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the IconAnchor property
- getIconColor() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the IconColor property
- getIconColorAsInt() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
The color of the icon.
- getIconColorTransition() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the IconColor property transition options
- getIconHaloBlur() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the IconHaloBlur property
- getIconHaloBlurTransition() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the IconHaloBlur property transition options
- getIconHaloColor() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the IconHaloColor property
- getIconHaloColorAsInt() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
The color of the icon's halo.
- getIconHaloColorTransition() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the IconHaloColor property transition options
- getIconHaloWidth() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the IconHaloWidth property
- getIconHaloWidthTransition() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the IconHaloWidth property transition options
- getIconIgnorePlacement() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the IconIgnorePlacement property
- getIconImage() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the IconImage property
- getIconKeepUpright() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the IconKeepUpright property
- getIconOffset() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the IconOffset property
- getIconOpacity() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the IconOpacity property
- getIconOpacityTransition() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the IconOpacity property transition options
- getIconOptional() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the IconOptional property
- getIconPadding() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the IconPadding property
- getIconPitchAlignment() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the IconPitchAlignment property
- getIconRotate() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the IconRotate property
- getIconRotationAlignment() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the IconRotationAlignment property
- getIconSize() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the IconSize property
- getIconTextFit() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the IconTextFit property
- getIconTextFitPadding() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the IconTextFitPadding property
- getIconTranslate() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the IconTranslate property
- getIconTranslateAnchor() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the IconTranslateAnchor property
- getIconTranslateTransition() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the IconTranslate property transition options
- getId() - Method in class com.mapbox.mapboxsdk.annotations.Annotation
-
Gets the annotation's unique ID.
- getId() - Method in class com.mapbox.mapboxsdk.annotations.Icon
-
String identifier for this icon.
- getID() - Method in class com.mapbox.mapboxsdk.offline.OfflineRegion
-
- getId() - Method in class com.mapbox.mapboxsdk.style.layers.Layer
-
- getId() - Method in class com.mapbox.mapboxsdk.style.sources.Source
-
Retrieve the source id
- getImage(String) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
- getInfoWindow() - Method in class com.mapbox.mapboxsdk.annotations.Marker
-
- getInfoWindow(Marker) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.InfoWindowAdapter
-
Called when an info window will be shown as a result of a marker click.
- getInfoWindowAdapter() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Gets the callback to be invoked when an info window will be shown.
- getInfoWindowAnchorU() - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
-
Deprecated.
Get the u-value of the MarkerView InfoWindow anchor.
- getInfoWindowAnchorU() - Method in class com.mapbox.mapboxsdk.annotations.MarkerView
-
Deprecated.
Get the horizontal distance, normalized to [0, 1], of the info window anchor from the left edge.
- getInfoWindowAnchorV() - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
-
Deprecated.
Get the v-value of the MarkerView InfoWindow anchor.
- getInfoWindowAnchorV() - Method in class com.mapbox.mapboxsdk.annotations.MarkerView
-
Deprecated.
Get the vertical distance, normalized to [0, 1], of the info window anchor from the top edge.
- getInstance(Context) - Static method in class com.mapbox.mapboxsdk.annotations.IconFactory
-
Get a single instance of IconFactory.
- getInstance(Context, String) - Static method in class com.mapbox.mapboxsdk.Mapbox
-
Get an instance of Mapbox.
- getInstance(Context) - Static method in class com.mapbox.mapboxsdk.offline.OfflineManager
-
Get the single instance of offline manager.
- getInstance(Context) - Static method in class com.mapbox.mapboxsdk.storage.FileSource
-
Get the single instance of FileSource.
- getIntensity() - Method in class com.mapbox.mapboxsdk.style.light.Light
-
Get the Intensity property.
- getIntensityTransition() - Method in class com.mapbox.mapboxsdk.style.light.Light
-
Get the Intensity property transition options.
- getLastLocation() - Method in class com.mapbox.mapboxsdk.location.LocationSource
-
Deprecated.
Returns the Last known location is the location provider is connected and location permissions are granted.
- getLatitude() - Method in interface com.mapbox.mapboxsdk.geometry.ILatLng
-
Get the latitude, in degrees.
- getLatitude() - Method in class com.mapbox.mapboxsdk.geometry.LatLng
-
Get the latitude, in degrees.
- getLatitudeSpan() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
-
Get the absolute distance, in degrees, between the north and
south boundaries of this LatLngBounds
- getLatitudeSpan() - Method in class com.mapbox.mapboxsdk.geometry.LatLngSpan
-
Returns the latitude span.
- getLatLngForProjectedMeters(ProjectedMeters) - Method in class com.mapbox.mapboxsdk.maps.Projection
-
Returns the LatLng for a spherical Mercator projected meters.
- getLatNorth() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
-
Get the north latitude value of this bounds.
- getLatSouth() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
-
Get the south latitude value of this bounds.
- getLayer(String) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Get the layer by id
- getLayerAs(String) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Tries to cast the Layer to T, returns null if it's another type.
- getLayers() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Retrieve all the layers in the style
- getLegend() - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
-
- getLight() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Get the global light source used to change lighting conditions on extruded fill layers.
- getLineBlur() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
-
Get the LineBlur property
- getLineBlurTransition() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
-
Get the LineBlur property transition options
- getLineCap() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
-
Get the LineCap property
- getLineColor() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
-
Get the LineColor property
- getLineColorAsInt() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
-
The color with which the line will be drawn.
- getLineColorTransition() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
-
Get the LineColor property transition options
- getLineDasharray() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
-
Get the LineDasharray property
- getLineDasharrayTransition() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
-
Get the LineDasharray property transition options
- getLineGapWidth() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
-
Get the LineGapWidth property
- getLineGapWidthTransition() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
-
Get the LineGapWidth property transition options
- getLineJoin() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
-
Get the LineJoin property
- getLineMiterLimit() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
-
Get the LineMiterLimit property
- getLineOffset() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
-
Get the LineOffset property
- getLineOffsetTransition() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
-
Get the LineOffset property transition options
- getLineOpacity() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
-
Get the LineOpacity property
- getLineOpacityTransition() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
-
Get the LineOpacity property transition options
- getLinePattern() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
-
Get the LinePattern property
- getLinePatternTransition() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
-
Get the LinePattern property transition options
- getLineRoundLimit() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
-
Get the LineRoundLimit property
- getLineTranslate() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
-
Get the LineTranslate property
- getLineTranslateAnchor() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
-
Get the LineTranslateAnchor property
- getLineTranslateTransition() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
-
Get the LineTranslate property transition options
- getLineWidth() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
-
Get the LineWidth property
- getLineWidthTransition() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
-
Get the LineWidth property transition options
- getLocalIdeographFontFamily() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Returns the font-family for locally overriding generation of glyphs in the
‘CJK Unified Ideographs’ and ‘Hangul Syllables’ ranges.
- getLocation() - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationView
-
Deprecated.
Get the current location.
- getLocationEnabled() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Get the current configured user location view state for a map view.
- getLocationEngine() - Static method in class com.mapbox.mapboxsdk.Mapbox
-
Returns the location engine used by the SDK.
- getLocationSource() - Static method in class com.mapbox.mapboxsdk.Mapbox
-
- getLogo() - Method in class com.mapbox.mapboxsdk.attribution.AttributionLayout
-
- getLogoEnabled() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Get the current configured visibility state for mapbox_compass_icon for a map view.
- getLogoGravity() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Get the current configured gravity state for logo for a map view.
- getLogoGravity() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Returns the gravity value of the logo
- getLogoMarginBottom() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Returns the bottom side margin of the logo
- getLogoMarginLeft() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Returns the left side margin of the logo
- getLogoMarginRight() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Returns the right side margin of the logo
- getLogoMargins() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Get the current configured margins for logo for a map view.
- getLogoMarginTop() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Returns the top side margin of the logo
- getLonEast() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
-
Get the east longitude value of this bounds.
- getLongitude() - Method in interface com.mapbox.mapboxsdk.geometry.ILatLng
-
Get the longitude, in degrees.
- getLongitude() - Method in class com.mapbox.mapboxsdk.geometry.LatLng
-
Get the longitude, in degrees.
- getLongitudeSpan() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
-
Get the absolute distance, in degrees, between the west and
east boundaries of this LatLngBounds
- getLongitudeSpan() - Method in class com.mapbox.mapboxsdk.geometry.LatLngSpan
-
Returns to longitude span.
- getLonWest() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
-
Get the west longitude value of this bounds.
- getMapAsync(OnMapReadyCallback) - Method in class com.mapbox.mapboxsdk.maps.MapFragment
-
Sets a callback object which will be triggered when the MapboxMap instance is ready to be used.
- getMapAsync(OnMapReadyCallback) - Method in class com.mapbox.mapboxsdk.maps.MapView
-
Sets a callback object which will be triggered when the
MapboxMap
instance is ready to be used.
- getMapAsync(OnMapReadyCallback) - Method in class com.mapbox.mapboxsdk.maps.SupportMapFragment
-
Sets a callback object which will be triggered when the MapboxMap instance is ready to be used.
- getMapboxMap() - Method in class com.mapbox.mapboxsdk.annotations.Annotation
-
Gets the hosting mapbox map.
- getMapView() - Method in class com.mapbox.mapboxsdk.annotations.Annotation
-
Gets the hosting map view.
- getMarker() - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerOptions
-
Get the Marker.
- getMarker() - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
-
Deprecated.
Get the MarkerView.
- getMarker() - Method in class com.mapbox.mapboxsdk.annotations.MarkerOptions
-
Do not use this method.
- getMarker() - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewOptions
-
Deprecated.
- getMarkerClass() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap.MarkerViewAdapter
-
Deprecated.
Returns the generic type of the used MarkerView.
- getMarkers() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Returns a list of all the markers on the map.
- getMarkerViewAdapters() - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewManager
-
Deprecated.
Get all MarkerViewAdapters associated with this MarkerViewManager.
- getMarkerViewContainer() - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewManager
-
Deprecated.
- getMarkerViewManager() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Get the MarkerViewManager associated to the MapView.
- getMarkerViewsInRect(RectF) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
- getMaxZoom() - Method in class com.mapbox.mapboxsdk.offline.OfflineTilePyramidRegionDefinition
-
- getMaxZoom() - Method in class com.mapbox.mapboxsdk.style.layers.Layer
-
- getMaxZoom() - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
-
- getMaxZoomLevel() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Gets the maximum zoom level the map can be displayed at.
- getMaxZoomPreference() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Get the current configured maximum zoom for a map view.
- getMessage() - Method in class com.mapbox.mapboxsdk.offline.OfflineRegionError
-
- getMetadata() - Method in class com.mapbox.mapboxsdk.offline.OfflineRegion
-
- getMetersPerPixelAtLatitude(double) - Method in class com.mapbox.mapboxsdk.maps.Projection
-
Returns the distance spanned by one pixel at the specified latitude and current zoom level.
- getMinZoom() - Method in class com.mapbox.mapboxsdk.offline.OfflineTilePyramidRegionDefinition
-
- getMinZoom() - Method in class com.mapbox.mapboxsdk.style.layers.Layer
-
- getMinZoom() - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
-
- getMinZoomLevel() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Gets the minimum zoom level the map can be displayed at.
- getMinZoomPreference() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Get the current configured min zoom for a map view.
- getMyBearingTrackingMode() - Method in class com.mapbox.mapboxsdk.maps.TrackingSettings
-
Deprecated.
Returns the current user bearing tracking mode.
- getMyBearingTrackingMode() - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationView
-
Deprecated.
Get the bearing tracking mode, for internal use only.
- getMyLocation() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
- getMyLocationAccuracyAlpha() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Get the current configured MyLocationView accuracy circle alpha value.
- getMyLocationAccuracyThreshold() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Returns current accuracy threshold value (in meters).
- getMyLocationAccuracyTintColor() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Get the current configured MyLocationView accuracy circle color tint value.
- getMyLocationBackgroundDrawable() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Get the current configured MyLocationView background drawable.
- getMyLocationBackgroundPadding() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Get the current configured MyLocationView background padding.
- getMyLocationBackgroundTintColor() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Get the current configured MyLocationView background tint color.
- getMyLocationForegroundBearingDrawable() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Get the current configured MyLocationView foreground bearing drawable.
- getMyLocationForegroundDrawable() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Get the current configured MyLocationView foreground drawable.
- getMyLocationForegroundTintColor() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Get the current configured MyLocationView foreground tint color.
- getMyLocationTrackingMode() - Method in class com.mapbox.mapboxsdk.maps.TrackingSettings
-
Deprecated.
Returns the current user location tracking mode.
- getMyLocationTrackingMode() - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationView
-
Deprecated.
Get the location tracking mode, for internal use only.
- getMyLocationViewSettings() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
- getName() - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
-
- getNativePtr() - Method in class com.mapbox.mapboxsdk.style.layers.Layer
-
- getNativePtr() - Method in class com.mapbox.mapboxsdk.style.sources.Source
-
Internal use
- getNorthEast() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
-
Get the latitude-longitude paur if the north east corner of this bounds.
- getNorthing() - Method in interface com.mapbox.mapboxsdk.geometry.IProjectedMeters
-
Get the north projection, in meters.
- getNorthing() - Method in class com.mapbox.mapboxsdk.geometry.ProjectedMeters
-
Get projected meters in north direction.
- getNorthWest() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
-
Get the latitude-longitude pair of the north west corner of this bounds.
- getOnInfoWindowClickListener() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Return the InfoWindow click listener
- getOnInfoWindowCloseListener() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Return the InfoWindow close listener
- getOnInfoWindowLongClickListener() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Return the InfoWindow long click listener
- getPadding() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Returns the current configured content padding on map view.
- getPadding() - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationViewSettings
-
Deprecated.
Get the MyLocationView padding.
- getPixelRatio() - Method in class com.mapbox.mapboxsdk.offline.OfflineTilePyramidRegionDefinition
-
- getPixelRatio() - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter.Options
-
- getPoints() - Method in class com.mapbox.mapboxsdk.annotations.BasePointCollection
-
Returns a copy of the points.
- getPoints() - Method in class com.mapbox.mapboxsdk.annotations.PolygonOptions
-
- getPoints() - Method in class com.mapbox.mapboxsdk.annotations.PolylineOptions
-
- getPolygon() - Method in class com.mapbox.mapboxsdk.annotations.PolygonOptions
-
Do not use this method.
- getPolygons() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Returns a list of all the polygons on the map.
- getPolyline() - Method in class com.mapbox.mapboxsdk.annotations.PolylineOptions
-
Do not use this method.
- getPolylines() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Returns a list of all the polylines on the map.
- getPosition() - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
-
Deprecated.
- getPosition() - Method in class com.mapbox.mapboxsdk.annotations.Marker
-
Returns the position of the marker.
- getPosition() - Method in class com.mapbox.mapboxsdk.annotations.MarkerOptions
-
- getPosition() - Method in class com.mapbox.mapboxsdk.style.light.Light
-
Get the Position property.
- getPositionTransition() - Method in class com.mapbox.mapboxsdk.style.light.Light
-
Get the Position property transition options.
- getPrefetchesTiles() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Check whether tile pre-fetching is enabled or not.
- getPrefetchesTiles() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Check whether tile pre-fetching is enabled.
- getPreviousSpan() - Method in class com.almeros.android.multitouch.gesturedetectors.TwoFingerGestureDetector
-
Return the previous distance between the two pointers forming the gesture
in progress.
- getPrimaryColor(Context) - Static method in class com.mapbox.mapboxsdk.utils.ColorUtils
-
Returns a color integer associated as primary color from a theme based on a Context.
- getPrimaryDarkColor(Context) - Static method in class com.mapbox.mapboxsdk.utils.ColorUtils
-
Returns a color integer associated as primary dark color from a theme based on a Context.
- getProjectedMetersForLatLng(LatLng) - Method in class com.mapbox.mapboxsdk.maps.Projection
-
Returns the spherical Mercator projected meters for a LatLng.
- getProjection() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Get the Projection object that you can use to convert between screen coordinates and latitude/longitude
coordinates.
- getProperty() - Method in class com.mapbox.mapboxsdk.style.functions.CompositeFunction
-
INTERNAL USAGE ONLY
- getProperty() - Method in class com.mapbox.mapboxsdk.style.functions.SourceFunction
-
INTERNAL USAGE ONLY
- getRasterBrightnessMax() - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
-
Get the RasterBrightnessMax property
- getRasterBrightnessMaxTransition() - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
-
Get the RasterBrightnessMax property transition options
- getRasterBrightnessMin() - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
-
Get the RasterBrightnessMin property
- getRasterBrightnessMinTransition() - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
-
Get the RasterBrightnessMin property transition options
- getRasterContrast() - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
-
Get the RasterContrast property
- getRasterContrastTransition() - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
-
Get the RasterContrast property transition options
- getRasterFadeDuration() - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
-
Get the RasterFadeDuration property
- getRasterFadeDurationTransition() - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
-
Get the RasterFadeDuration property transition options
- getRasterHueRotate() - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
-
Get the RasterHueRotate property
- getRasterHueRotateTransition() - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
-
Get the RasterHueRotate property transition options
- getRasterOpacity() - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
-
Get the RasterOpacity property
- getRasterOpacityTransition() - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
-
Get the RasterOpacity property transition options
- getRasterSaturation() - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
-
Get the RasterSaturation property
- getRasterSaturationTransition() - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
-
Get the RasterSaturation property transition options
- getRawX(MotionEvent, int) - Static method in class com.almeros.android.multitouch.gesturedetectors.TwoFingerGestureDetector
-
MotionEvent has no getRawX(int) method; simulate it pending future API
approval.
- getRawY(MotionEvent, int) - Static method in class com.almeros.android.multitouch.gesturedetectors.TwoFingerGestureDetector
-
MotionEvent has no getRawY(int) method; simulate it pending future API
approval.
- getReason() - Method in class com.mapbox.mapboxsdk.offline.OfflineRegionError
-
- getRegion() - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter.Options
-
- getRenderSurfaceOnTop() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Get the flag to render the map surface on top of another surface.
- getRequiredResourceCount() - Method in class com.mapbox.mapboxsdk.offline.OfflineRegionStatus
-
Get the number of resources that are known to be required for this region.
- getRotateGesturesEnabled() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Get the current configured rotate gesture state for a map view.
- getRotation() - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
-
Deprecated.
Get the rotation of the MarkerView.
- getRotation() - Method in class com.mapbox.mapboxsdk.annotations.MarkerView
-
Deprecated.
Get the rotation value of the MarkerView.
- getRotationDegreesDelta() - Method in class com.almeros.android.multitouch.gesturedetectors.RotateGestureDetector
-
Return the rotation difference from the previous rotate event to the
current event.
- getScale() - Method in class com.mapbox.mapboxsdk.annotations.Icon
-
Get the icon bitmap scale.
- getScheme() - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
-
- getScrollGesturesEnabled() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Get the current configured scroll gesture state for a map view.
- getSelectedMarkers() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Gets the currently selected marker.
- getSelector(int) - Static method in class com.mapbox.mapboxsdk.utils.ColorUtils
-
Returns a color state list associated with a theme based on a Context.
- getShovePixelsDelta() - Method in class com.almeros.android.multitouch.gesturedetectors.ShoveGestureDetector
-
Return the distance in pixels from the previous shove event to the
current event.
- getSnippet() - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
-
Deprecated.
- getSnippet() - Method in class com.mapbox.mapboxsdk.annotations.Marker
-
Gets the snippet of the marker.
- getSnippet() - Method in class com.mapbox.mapboxsdk.annotations.MarkerOptions
-
- getSource(String) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Retrieve a source by id
- getSourceAs(String) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Tries to cast the Source to T, returns null if it's another type.
- getSourceLayer() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
-
Get the source layer.
- getSourceLayer() - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
-
Get the source layer.
- getSourceLayer() - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
-
Get the source layer.
- getSourceLayer() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
-
Get the source layer.
- getSourceLayer() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the source layer.
- getSources() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Retrieve all the sources in the style
- getSouthEast() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
-
Get the latitude-longitude pair of the south east corner of this bounds.
- getSouthWest() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
-
Get the latitude-longitude pair of the south west corner of this bounds.
- getSpan() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
-
Get the area spanned by this LatLngBounds
- getStatus(OfflineRegion.OfflineRegionStatusCallback) - Method in class com.mapbox.mapboxsdk.offline.OfflineRegion
-
Retrieve the current status of the region.
- getStops() - Method in class com.mapbox.mapboxsdk.style.functions.Function
-
- getStopsAs() - Method in class com.mapbox.mapboxsdk.style.functions.Function
-
Convenience method
- getStrokeColor() - Method in class com.mapbox.mapboxsdk.annotations.BubbleLayout
-
Get the stroke color.
- getStrokeColor() - Method in class com.mapbox.mapboxsdk.annotations.Polygon
-
Get the color of the stroke of the polygon.
- getStrokeColor() - Method in class com.mapbox.mapboxsdk.annotations.PolygonOptions
-
- getStrokeWidth() - Method in class com.mapbox.mapboxsdk.annotations.BubbleLayout
-
Get stroke width.
- getStyle() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Get the current configured style url for a map view.
- getStyleJson() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Returns the map style json currently displayed in the map view.
- getStyleUrl() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Returns the map style url currently displayed in the map view.
- getStyleURL() - Method in class com.mapbox.mapboxsdk.offline.OfflineTilePyramidRegionDefinition
-
- getStyleUrl() - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter.Options
-
- getSymbolAvoidEdges() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the SymbolAvoidEdges property
- getSymbolPlacement() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the SymbolPlacement property
- getSymbolSpacing() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the SymbolSpacing property
- getTemplate() - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
-
- getTextAllowOverlap() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the TextAllowOverlap property
- getTextAnchor() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the TextAnchor property
- getTextColor() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the TextColor property
- getTextColorAsInt() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
The color with which the text will be drawn.
- getTextColorTransition() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the TextColor property transition options
- getTextField() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the TextField property
- getTextFont() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the TextFont property
- getTextHaloBlur() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the TextHaloBlur property
- getTextHaloBlurTransition() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the TextHaloBlur property transition options
- getTextHaloColor() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the TextHaloColor property
- getTextHaloColorAsInt() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
The color of the text's halo, which helps it stand out from backgrounds.
- getTextHaloColorTransition() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the TextHaloColor property transition options
- getTextHaloWidth() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the TextHaloWidth property
- getTextHaloWidthTransition() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the TextHaloWidth property transition options
- getTextIgnorePlacement() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the TextIgnorePlacement property
- getTextJustify() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the TextJustify property
- getTextKeepUpright() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the TextKeepUpright property
- getTextLetterSpacing() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the TextLetterSpacing property
- getTextLineHeight() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the TextLineHeight property
- getTextMaxAngle() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the TextMaxAngle property
- getTextMaxWidth() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the TextMaxWidth property
- getTextOffset() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the TextOffset property
- getTextOpacity() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the TextOpacity property
- getTextOpacityTransition() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the TextOpacity property transition options
- getTextOptional() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the TextOptional property
- getTextPadding() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the TextPadding property
- getTextPitchAlignment() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the TextPitchAlignment property
- getTextRotate() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the TextRotate property
- getTextRotationAlignment() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the TextRotationAlignment property
- getTextSize() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the TextSize property
- getTextTransform() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the TextTransform property
- getTextTranslate() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the TextTranslate property
- getTextTranslateAnchor() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the TextTranslateAnchor property
- getTextTranslateTransition() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the TextTranslate property transition options
- getTextureMode() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Returns true if TextureView is being used the render view.
- getTextView() - Method in class com.mapbox.mapboxsdk.attribution.AttributionMeasure
-
- getThis() - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerOptions
-
Get the instance of the object for which this method was called.
- getThis() - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
-
Deprecated.
Get the instance of the object for which this method was called.
- getThis() - Method in class com.mapbox.mapboxsdk.annotations.MarkerOptions
-
- getThis() - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewOptions
-
Deprecated.
Get the instance of the object for which this method was called.
- getTilejson() - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
-
- getTiles() - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
-
- getTiltGesturesEnabled() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Get the current configured tilt gesture state for a map view.
- getTimeDelta() - Method in class com.almeros.android.multitouch.gesturedetectors.BaseGestureDetector
-
Return the time difference in milliseconds between the previous accepted
GestureDetector event and the current GestureDetector event.
- getTitle() - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
-
Deprecated.
- getTitle() - Method in class com.mapbox.mapboxsdk.annotations.Marker
-
Gets the snippet of the marker.
- getTitle() - Method in class com.mapbox.mapboxsdk.annotations.MarkerOptions
-
- getTitle() - Method in class com.mapbox.mapboxsdk.attribution.Attribution
-
- getTitleAbbreviated() - Method in class com.mapbox.mapboxsdk.attribution.Attribution
-
- getTopLeft() - Method in class com.mapbox.mapboxsdk.geometry.LatLngQuad
-
- getTopRight() - Method in class com.mapbox.mapboxsdk.geometry.LatLngQuad
-
- getTrackingSettings() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
- getTransitionDelay() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Get the animation delay for style changes.
- getTransitionDuration() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Get the animation duration for style changes.
- getTypeName() - Method in class com.mapbox.mapboxsdk.style.functions.stops.CategoricalStops
-
INTERNAL USAGE ONLY
- getTypeName() - Method in class com.mapbox.mapboxsdk.style.functions.stops.ExponentialStops
-
INTERNAL USAGE ONLY
- getTypeName() - Method in class com.mapbox.mapboxsdk.style.functions.stops.IdentityStops
-
INTERNAL USAGE ONLY
- getTypeName() - Method in class com.mapbox.mapboxsdk.style.functions.stops.IntervalStops
-
INTERNAL USAGE ONLY
- getTypeName() - Method in class com.mapbox.mapboxsdk.style.functions.stops.Stops
-
INTERNAL USAGE ONLY
- getUiSettings() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Gets the user interface settings for the map.
- getUrl() - Method in class com.mapbox.mapboxsdk.attribution.Attribution
-
- getUrl() - Method in class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
-
- getUrl() - Method in class com.mapbox.mapboxsdk.style.sources.ImageSource
-
- getUrl() - Method in class com.mapbox.mapboxsdk.style.sources.RasterSource
-
- getUrl() - Method in class com.mapbox.mapboxsdk.style.sources.VectorSource
-
- getValue() - Method in class com.mapbox.mapboxsdk.style.layers.PropertyValue
-
Get the value of the property.
- getVersion() - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
-
- getView() - Method in class com.mapbox.mapboxsdk.annotations.InfoWindow
-
Retrieve this
InfoWindow
's current view being used.
- getView(MarkerView) - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewManager
-
Deprecated.
Get view representation from a MarkerView.
- getView(U, View, ViewGroup) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap.MarkerViewAdapter
-
Deprecated.
Called when an MarkerView will be added to the MapView.
- getViewAdapter(MarkerView) - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewManager
-
Deprecated.
Get the view adapter for a marker.
- getViewReusePool() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap.MarkerViewAdapter
-
Deprecated.
Returns the pool used to store reusable Views.
- getVisibility() - Method in class com.mapbox.mapboxsdk.style.layers.Layer
-
- getVisibleRegion() - Method in class com.mapbox.mapboxsdk.maps.Projection
-
Gets a projection of the viewing frustum for converting between screen coordinates and
geo-latitude/longitude coordinates.
- getWidth() - Method in class com.mapbox.mapboxsdk.annotations.Polyline
-
Gets the width of this polyline.
- getWidth() - Method in class com.mapbox.mapboxsdk.annotations.PolylineOptions
-
- getWidth() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Returns the measured width of the Map.
- getWidth() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Returns the measured width of the MapView
- getWidth() - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter.Options
-
- getZoomControlsEnabled() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Get the current configured zoom controls state for a map view.
- getZoomGesturesEnabled() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Get the current configured zoom gesture state for a map view.
- GLSurfaceViewMapRenderer - Class in com.mapbox.mapboxsdk.maps.renderer.glsurfaceview
-
- GLSurfaceViewMapRenderer(Context, GLSurfaceView, String) - Constructor for class com.mapbox.mapboxsdk.maps.renderer.glsurfaceview.GLSurfaceViewMapRenderer
-
- GLYPHS - Static variable in class com.mapbox.mapboxsdk.storage.Resource
-
Signed distance field glyphs for text rendering.
- GPS - Static variable in class com.mapbox.mapboxsdk.constants.MyBearingTracking
-
Tracking the bearing of the user based on GPS data
- gt(String, Object) - Static method in class com.mapbox.mapboxsdk.style.layers.Filter
-
Check the property exceeds the given value
- gte(String, Object) - Static method in class com.mapbox.mapboxsdk.style.layers.Filter
-
Check the property exceeds or equals the given value
- icon - Variable in class com.mapbox.mapboxsdk.annotations.BaseMarkerOptions
-
- icon(Icon) - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerOptions
-
Set the icon of the Marker.
- icon - Variable in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
-
Deprecated.
- icon(Icon) - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
-
Deprecated.
Set the icon of the MarkerView.
- Icon - Class in com.mapbox.mapboxsdk.annotations
-
Icon is the visual representation of a Marker on a MapView.
- ICON_ANCHOR_BOTTOM - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
The bottom of the icon is placed closest to the anchor.
- ICON_ANCHOR_BOTTOM_LEFT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
The bottom left corner of the icon is placed closest to the anchor.
- ICON_ANCHOR_BOTTOM_RIGHT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
The bottom right corner of the icon is placed closest to the anchor.
- ICON_ANCHOR_CENTER - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
The center of the icon is placed closest to the anchor.
- ICON_ANCHOR_LEFT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
The left side of the icon is placed closest to the anchor.
- ICON_ANCHOR_RIGHT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
The right side of the icon is placed closest to the anchor.
- ICON_ANCHOR_TOP - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
The top of the icon is placed closest to the anchor.
- ICON_ANCHOR_TOP_LEFT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
The top left corner of the icon is placed closest to the anchor.
- ICON_ANCHOR_TOP_RIGHT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
The top right corner of the icon is placed closest to the anchor.
- ICON_MARKERVIEW_BITMAP - Static variable in class com.mapbox.mapboxsdk.annotations.IconFactory
-
- ICON_MARKERVIEW_ID - Static variable in class com.mapbox.mapboxsdk.annotations.IconFactory
-
- ICON_PITCH_ALIGNMENT_AUTO - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
- ICON_PITCH_ALIGNMENT_MAP - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
The icon is aligned to the plane of the map.
- ICON_PITCH_ALIGNMENT_VIEWPORT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
The icon is aligned to the plane of the viewport.
- ICON_ROTATION_ALIGNMENT_AUTO - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
- ICON_ROTATION_ALIGNMENT_MAP - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
- ICON_ROTATION_ALIGNMENT_VIEWPORT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
Produces icons whose x-axes are aligned with the x-axis of the viewport, regardless of the value of
Property.SYMBOL_PLACEMENT
.
- ICON_TEXT_FIT_BOTH - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
The icon is scaled in both x- and y-dimensions.
- ICON_TEXT_FIT_HEIGHT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
The icon is scaled in the y-dimension to fit the height of the text.
- ICON_TEXT_FIT_NONE - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
The icon is displayed at its intrinsic aspect ratio.
- ICON_TEXT_FIT_WIDTH - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
The icon is scaled in the x-dimension to fit the width of the text.
- ICON_TRANSLATE_ANCHOR_MAP - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
Icons are translated relative to the map.
- ICON_TRANSLATE_ANCHOR_VIEWPORT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
Icons are translated relative to the viewport.
- iconAllowOverlap(Boolean) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
If true, the icon will be visible even if it collides with other previously drawn symbols.
- iconAllowOverlap(CameraFunction<Z, Boolean>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
If true, the icon will be visible even if it collides with other previously drawn symbols.
- iconAnchor(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Part of the icon placed closest to the anchor.
- iconAnchor(Function<T, String>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Part of the icon placed closest to the anchor.
- IconBitmapChangedException - Exception in com.mapbox.mapboxsdk.exceptions
-
An IconBitmapChangedException is thrown by MapView when a Marker is added
that has an Icon with a Bitmap that has been modified since the creation of the Icon.
- IconBitmapChangedException() - Constructor for exception com.mapbox.mapboxsdk.exceptions.IconBitmapChangedException
-
- iconColor(int) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
The color of the icon.
- iconColor(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
The color of the icon.
- iconColor(Function<T, String>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
The color of the icon.
- IconFactory - Class in com.mapbox.mapboxsdk.annotations
-
Factory for creating Icons from bitmap images.
- iconHaloBlur(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Fade out the halo towards the outside.
- iconHaloBlur(Function<T, Float>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Fade out the halo towards the outside.
- iconHaloColor(int) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
The color of the icon's halo.
- iconHaloColor(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
The color of the icon's halo.
- iconHaloColor(Function<T, String>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
The color of the icon's halo.
- iconHaloWidth(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Distance of halo to the icon outline.
- iconHaloWidth(Function<T, Float>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Distance of halo to the icon outline.
- iconIgnorePlacement(Boolean) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
If true, other symbols can be visible even if they collide with the icon.
- iconIgnorePlacement(CameraFunction<Z, Boolean>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
If true, other symbols can be visible even if they collide with the icon.
- iconImage(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Name of image in sprite to use for drawing an image background.
- iconImage(Function<T, String>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Name of image in sprite to use for drawing an image background.
- iconKeepUpright(Boolean) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
If true, the icon may be flipped to prevent it from being rendered upside-down.
- iconKeepUpright(CameraFunction<Z, Boolean>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
If true, the icon may be flipped to prevent it from being rendered upside-down.
- iconOffset(Float[]) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Offset distance of icon from its anchor.
- iconOffset(Function<T, Float[]>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Offset distance of icon from its anchor.
- iconOpacity(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
The opacity at which the icon will be drawn.
- iconOpacity(Function<T, Float>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
The opacity at which the icon will be drawn.
- iconOptional(Boolean) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
If true, text will display without their corresponding icons when the icon collides with other symbols and the text does not.
- iconOptional(CameraFunction<Z, Boolean>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
If true, text will display without their corresponding icons when the icon collides with other symbols and the text does not.
- iconPadding(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Size of the additional area around the icon bounding box used for detecting symbol collisions.
- iconPadding(CameraFunction<Z, Float>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Size of the additional area around the icon bounding box used for detecting symbol collisions.
- iconPitchAlignment(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Orientation of icon when map is pitched.
- iconPitchAlignment(CameraFunction<Z, String>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Orientation of icon when map is pitched.
- iconRotate(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Rotates the icon clockwise.
- iconRotate(Function<T, Float>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Rotates the icon clockwise.
- iconRotationAlignment(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
- iconRotationAlignment(CameraFunction<Z, String>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
- iconSize(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Scales the original size of the icon by the provided factor.
- iconSize(Function<T, Float>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Scales the original size of the icon by the provided factor.
- iconTextFit(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Scales the icon to fit around the associated text.
- iconTextFit(CameraFunction<Z, String>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Scales the icon to fit around the associated text.
- iconTextFitPadding(Float[]) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Size of the additional area added to dimensions determined by
Property.ICON_TEXT_FIT
, in clockwise order: top, right, bottom, left.
- iconTextFitPadding(CameraFunction<Z, Float[]>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Size of the additional area added to dimensions determined by
Property.ICON_TEXT_FIT
, in clockwise order: top, right, bottom, left.
- iconTranslate(Float[]) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Distance that the icon's anchor is moved from its original placement.
- iconTranslate(CameraFunction<Z, Float[]>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Distance that the icon's anchor is moved from its original placement.
- iconTranslateAnchor(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Controls the translation reference point.
- iconTranslateAnchor(CameraFunction<Z, String>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Controls the translation reference point.
- identity() - Static method in class com.mapbox.mapboxsdk.style.functions.stops.Stops
-
Convenience method for use in function declarations
- IdentityStops<T> - Class in com.mapbox.mapboxsdk.style.functions.stops
-
The
Stops
implementation for identity functions
- IdentityStops() - Constructor for class com.mapbox.mapboxsdk.style.functions.stops.IdentityStops
-
- ILatLng - Interface in com.mapbox.mapboxsdk.geometry
-
Describes a latitude, longitude, and altitude tuple.
- ImageSource - Class in com.mapbox.mapboxsdk.style.sources
-
Image source, allows a georeferenced raster image to be shown on the map.
- ImageSource(long) - Constructor for class com.mapbox.mapboxsdk.style.sources.ImageSource
-
Internal use
- ImageSource(String, LatLngQuad, URL) - Constructor for class com.mapbox.mapboxsdk.style.sources.ImageSource
-
Create an ImageSource from coordinates and an image URL
- ImageSource(String, LatLngQuad, Bitmap) - Constructor for class com.mapbox.mapboxsdk.style.sources.ImageSource
-
Create an ImageSource from coordinates and a bitmap image
- ImageSource(String, LatLngQuad, int) - Constructor for class com.mapbox.mapboxsdk.style.sources.ImageSource
-
Create an ImageSource from coordinates and a bitmap image resource
- in - Variable in class com.mapbox.mapboxsdk.style.functions.stops.Stop
-
The input type
- in(String, Object...) - Static method in class com.mapbox.mapboxsdk.style.layers.Filter
-
Check the property is within the given set
- include(LatLng) - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds.Builder
-
Adds a LatLng object to the LatLngBounds.Builder.
- include(LatLng) - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
-
Constructs a LatLngBounds from current bounds with an additional latitude-longitude pair.
- includes(List<LatLng>) - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds.Builder
-
Adds a LatLng object to the LatLngBounds.Builder.
- InfoWindow - Class in com.mapbox.mapboxsdk.annotations
-
- infoWindowAnchor(float, float) - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
-
Deprecated.
- infoWindowAnchorU - Variable in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
-
Deprecated.
- infoWindowAnchorV - Variable in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
-
Deprecated.
- init(LocationEngine) - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationView
-
Deprecated.
- initialise(MapboxMapOptions) - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationViewSettings
-
Deprecated.
Initialise this with MapboxMapOptions.
- initialize(String) - Method in class com.mapbox.mapboxsdk.style.layers.BackgroundLayer
-
- initialize(String, String) - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
-
- initialize(String, long, long, long, long, long) - Method in class com.mapbox.mapboxsdk.style.layers.CustomLayer
-
- initialize(String, String) - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
-
- initialize(String, String) - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
-
- initialize(String, String) - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
-
- initialize(String, String) - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
-
- initialize(String, String) - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
- initialize() - Method in class com.mapbox.mapboxsdk.style.layers.UnknownLayer
-
- initialize(String, Object) - Method in class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
-
- initialize(String, LatLngQuad) - Method in class com.mapbox.mapboxsdk.style.sources.ImageSource
-
- initialize(String, Object, int) - Method in class com.mapbox.mapboxsdk.style.sources.RasterSource
-
- initialize() - Method in class com.mapbox.mapboxsdk.style.sources.UnknownSource
-
- initialize(String, Object) - Method in class com.mapbox.mapboxsdk.style.sources.VectorSource
-
- injectCompassAnimationListener(MapboxMap.OnCompassAnimationListener) - Method in class com.mapbox.mapboxsdk.maps.widgets.CompassView
-
- instance(Context) - Static method in class com.mapbox.mapboxsdk.net.ConnectivityReceiver
-
Get a single instance of ConnectivityReceiver.
- intersect(LatLngBounds) - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
-
Returns a new LatLngBounds that is the intersection of this with another box
- intersect(double, double, double, double) - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
-
Returns a new LatLngBounds that is the intersection of this with another LatLngBounds
- interval(Stop<I, O>...) - Static method in class com.mapbox.mapboxsdk.style.functions.stops.Stops
-
Convenience method for use in function declarations
- IntervalStops<I,O> - Class in com.mapbox.mapboxsdk.style.functions.stops
-
The
Stops
implementation for interval functions
- IntervalStops(Stop<I, O>...) - Constructor for class com.mapbox.mapboxsdk.style.functions.stops.IntervalStops
-
- invalidate() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Invalidates the ViewSettings instances shown on top of the MapView
- invalidateContentPadding(int[]) - Method in class com.mapbox.mapboxsdk.maps.Projection
-
- invalidateViewMarkersInVisibleRegion() - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewManager
-
Deprecated.
Invalidate the ViewMarkers found in the viewport.
- InvalidLatLngBoundsException - Exception in com.mapbox.mapboxsdk.exceptions
-
An InvalidLatLngBoundsException is thrown by LatLngBounds
when there aren't enough LatLng to create a bounds.
- InvalidLatLngBoundsException(int) - Constructor for exception com.mapbox.mapboxsdk.exceptions.InvalidLatLngBoundsException
-
- InvalidMarkerPositionException - Exception in com.mapbox.mapboxsdk.exceptions
-
A InvalidMarkerPositionException is thrown when a Marker object is created with an invalid LatLng position.
- InvalidMarkerPositionException() - Constructor for exception com.mapbox.mapboxsdk.exceptions.InvalidMarkerPositionException
-
Creates a invalid marker position exception thrown when a Marker object is created with an invalid LatLng position.
- IProjectedMeters - Interface in com.mapbox.mapboxsdk.geometry
-
Describes a projection in Mercator meters.
- isAllDismissTrackingOnGesture() - Method in class com.mapbox.mapboxsdk.maps.TrackingSettings
-
Deprecated.
Returns if all tracking modes will be dismissed when a gesture occurs.
- isAllowConcurrentMultipleOpenInfoWindows() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Returns whether the map allows concurrent multiple infowindows to be shown.
- isAnimating(boolean) - Method in class com.mapbox.mapboxsdk.maps.widgets.CompassView
-
- isAttributionEnabled() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Returns whether the attribution is enabled.
- isBearingTrackingDisabled() - Method in class com.mapbox.mapboxsdk.maps.TrackingSettings
-
Deprecated.
Returns if bearing tracking disabled
- isCompassEnabled() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Returns whether the compass is enabled.
- isCompassFadeWhenFacingNorth() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Returns whether the compass performs a fading animation out when facing north.
- isComplete() - Method in class com.mapbox.mapboxsdk.offline.OfflineRegionStatus
-
Validates if the region download has completed
- isConnected() - Method in class com.mapbox.mapboxsdk.location.LocationSource
-
Deprecated.
Check if your location provider has been activated/connected.
- isConnected() - Static method in class com.mapbox.mapboxsdk.Mapbox
-
Determines whether we have an internet connection available.
- isConnected(Context) - Method in class com.mapbox.mapboxsdk.net.ConnectivityReceiver
-
Get current connectivity state
- isCustomLocationSource() - Method in class com.mapbox.mapboxsdk.maps.TrackingSettings
-
Deprecated.
- isDebugActive() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Returns whether the map debug information is currently shown.
- isDeliveringInactiveMessages() - Method in class com.mapbox.mapboxsdk.offline.OfflineRegion
-
Gets whether or not the `OfflineRegionObserver` will continue to deliver messages even if
the region state has been set as STATE_INACTIVE.
- isDeselectMarkersOnTap() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Gets whether the markers are automatically deselected (and therefore, their infowindows
closed) when a map tap is detected.
- isDismissBearingTrackingOnGesture() - Method in class com.mapbox.mapboxsdk.maps.TrackingSettings
-
Deprecated.
Returns if bearing will disabled when a gesture occurs
- isDismissLocationTrackingOnGesture() - Method in class com.mapbox.mapboxsdk.maps.TrackingSettings
-
Deprecated.
Returns if the location tracking will be disabled when a gesture occurs
- isDoubleTapGesturesEnabled() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Returns whether the user may zoom the map with a double tap.
- isEmptySpan() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
-
Validate if LatLngBounds is empty, determined if absolute distance is
- isEnabled() - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationViewSettings
-
Deprecated.
Returns if the MyLocationView is enabled
- isExternalStorageReadable() - Static method in class com.mapbox.mapboxsdk.storage.FileSource
-
Checks if external storage is available to at least read.
- isFacingNorth() - Method in class com.mapbox.mapboxsdk.maps.widgets.CompassView
-
- isFadeCompassViewFacingNorth() - Method in class com.mapbox.mapboxsdk.maps.widgets.CompassView
-
- isFlat() - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
-
Deprecated.
- isFlat() - Method in class com.mapbox.mapboxsdk.annotations.MarkerView
-
Deprecated.
Get the flat state of a MarkerView.
- isFunction() - Method in class com.mapbox.mapboxsdk.style.layers.PropertyValue
-
Returns if this is a function.
- isHidden() - Method in class com.mapbox.mapboxsdk.maps.widgets.CompassView
-
- isInfoWindowShown() - Method in class com.mapbox.mapboxsdk.annotations.Marker
-
Do not use this method, used internally by the SDK.
- isInProgress() - Method in class com.almeros.android.multitouch.gesturedetectors.BaseGestureDetector
-
Returns true
if a gesture is currently in progress.
- isLocationChangeAnimationEnabled() - Method in class com.mapbox.mapboxsdk.maps.TrackingSettings
-
Deprecated.
- isLocationTrackingDisabled() - Method in class com.mapbox.mapboxsdk.maps.TrackingSettings
-
Deprecated.
Returns if location tracking is disabled
- isLogoEnabled() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Returns whether the logo is enabled.
- isMyLocationEnabled() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
- isNull() - Method in class com.mapbox.mapboxsdk.style.layers.PropertyValue
-
Returns if this is null
- isRequiredResourceCountPrecise() - Method in class com.mapbox.mapboxsdk.offline.OfflineRegionStatus
-
Returns when the value of requiredResourceCount is a precise
count of the number of required resources, and false when it is merely a lower
bound.
- isRotateGestureCurrentlyEnabled() - Method in class com.mapbox.mapboxsdk.maps.TrackingSettings
-
Deprecated.
Returns if rotate gesture are currently enabled.
- isRotateGesturesEnabled() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Returns whether the user may rotate the map.
- isScrollGestureCurrentlyEnabled() - Method in class com.mapbox.mapboxsdk.maps.TrackingSettings
-
Deprecated.
Returns if scroll gesture are currently enabled.
- isScrollGesturesEnabled() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Returns whether the user may scroll around the map.
- isSelected() - Method in class com.mapbox.mapboxsdk.annotations.MarkerView
-
Deprecated.
- isShortText() - Method in class com.mapbox.mapboxsdk.attribution.AttributionLayout
-
- isSloppyGesture(MotionEvent) - Method in class com.almeros.android.multitouch.gesturedetectors.ShoveGestureDetector
-
- isSloppyGesture(MotionEvent) - Method in class com.almeros.android.multitouch.gesturedetectors.TwoFingerGestureDetector
-
Check if we have a sloppy gesture.
- isTiltGesturesEnabled() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Returns whether the user may tilt the map.
- isValue() - Method in class com.mapbox.mapboxsdk.style.layers.PropertyValue
-
Returns if this is a value.
- isVisible() - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
-
Deprecated.
Get the visibility state of the MarkerView.
- isVisible() - Method in class com.mapbox.mapboxsdk.annotations.MarkerView
-
Deprecated.
Returns the visible state of the MarkerView.
- isZoomControlsEnabled() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Gets whether the zoom controls are enabled.
- isZoomGesturesEnabled() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Returns whether the user may zoom the map.
- IterableStops<I,O,S> - Class in com.mapbox.mapboxsdk.style.functions.stops
-
Base class for
Stops
implementations with a collection of stops
- IterableStops() - Constructor for class com.mapbox.mapboxsdk.style.functions.stops.IterableStops
-
- iterator() - Method in class com.mapbox.mapboxsdk.style.functions.stops.CategoricalStops
- iterator() - Method in class com.mapbox.mapboxsdk.style.functions.stops.ExponentialStops
- iterator() - Method in class com.mapbox.mapboxsdk.style.functions.stops.IntervalStops
-
- obtainType() - Method in class com.mapbox.mapboxsdk.location.LocationSource
-
Deprecated.
Returns the location engine type.
- OfflineManager - Class in com.mapbox.mapboxsdk.offline
-
The offline manager is the main entry point for offline-related functionality.
- OfflineManager.CreateOfflineRegionCallback - Interface in com.mapbox.mapboxsdk.offline
-
This callback receives an asynchronous response containing the newly created
OfflineRegion in the database or an error message otherwise.
- OfflineManager.ListOfflineRegionsCallback - Interface in com.mapbox.mapboxsdk.offline
-
This callback receives an asynchronous response containing a list of all
OfflineRegion in the database or an error message otherwise.
- OfflineRegion - Class in com.mapbox.mapboxsdk.offline
-
An offline region is the basic building block for offline mobile maps.
- OfflineRegion.DownloadState - Annotation Type in com.mapbox.mapboxsdk.offline
-
A region is either inactive (not downloading, but previously-downloaded
resources are available for use), or active (resources are being downloaded
or will be downloaded, if necessary, when network access is available).
- OfflineRegion.OfflineRegionDeleteCallback - Interface in com.mapbox.mapboxsdk.offline
-
This callback receives an asynchronous response containing a notification when
an offline region has been deleted, or a String
error message otherwise.
- OfflineRegion.OfflineRegionObserver - Interface in com.mapbox.mapboxsdk.offline
-
A region can have a single observer, which gets notified whenever a change
to the region's status occurs.
- OfflineRegion.OfflineRegionStatusCallback - Interface in com.mapbox.mapboxsdk.offline
-
This callback receives an asynchronous response containing the OfflineRegionStatus
of the offline region, or a String
error message otherwise.
- OfflineRegion.OfflineRegionUpdateMetadataCallback - Interface in com.mapbox.mapboxsdk.offline
-
This callback receives an asynchronous response containing the newly update
OfflineMetadata in the database, or an error message otherwise.
- OfflineRegionDefinition - Interface in com.mapbox.mapboxsdk.offline
-
This is the interface that all Offline Region definitions have to implement.
- OfflineRegionError - Class in com.mapbox.mapboxsdk.offline
-
An Offline Region error
- OfflineRegionError.ErrorReason - Annotation Type in com.mapbox.mapboxsdk.offline
-
Error code, as a string, self-explanatory.
- OfflineRegionStatus - Class in com.mapbox.mapboxsdk.offline
-
A region's status includes its active/inactive state as well as counts
of the number of resources that have completed downloading, their total
size in bytes, and the total number of resources that are required.
- OfflineTilePyramidRegionDefinition - Class in com.mapbox.mapboxsdk.offline
-
An offline region defined by a style URL, geographic bounding box, zoom range, and
device pixel ratio.
- OfflineTilePyramidRegionDefinition(String, LatLngBounds, double, double, float) - Constructor for class com.mapbox.mapboxsdk.offline.OfflineTilePyramidRegionDefinition
-
Constructor to create an OfflineTilePyramidDefinition from parameters.
- OfflineTilePyramidRegionDefinition(Parcel) - Constructor for class com.mapbox.mapboxsdk.offline.OfflineTilePyramidRegionDefinition
-
Constructor to create an OfflineTilePyramidDefinition from a Parcel.
- onAnimationEnd() - Method in interface com.mapbox.mapboxsdk.utils.AnimatorUtils.OnAnimationEndListener
-
- onCameraChange(CameraPosition) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnCameraChangeListener
-
Deprecated.
Called after the camera position has changed.
- onCameraIdle() - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnCameraIdleListener
-
Called when camera movement has ended.
- onCameraMove() - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnCameraMoveListener
-
Called repeatedly as the camera continues to move after an onCameraMoveStarted call.
- onCameraMoveCanceled() - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnCameraMoveCanceledListener
-
Called when the developer explicitly calls the cancelTransitions() method or if the reason for camera motion has
changed before the onCameraIdle had a chance to fire after the previous animation.
- onCameraMoveStarted(int) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnCameraMoveStartedListener
-
Called when the camera starts moving after it has been idle or when the reason for camera motion has changed.
- onCancel() - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.CancelableCallback
-
Invoked when a task is cancelled.
- onClickMarkerView(MarkerView) - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewManager
-
Deprecated.
When the provided MarkerView is clicked on by a user, we check if a custom click
event has been created and if not, display a InfoWindow.
- onCompassAnimation() - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnCompassAnimationListener
-
Called repeatedly as the compass continues to move after clicking on it.
- onCompassAnimationFinished() - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnCompassAnimationListener
-
Called when compass animation has ended.
- onConnected() - Method in class com.mapbox.mapboxsdk.location.LocationSource
-
Deprecated.
Invoked when the location provider has connected.
- onConnectionSuspended() - Method in class com.mapbox.mapboxsdk.location.LocationSource
-
Deprecated.
Invoked when the location provider connection has been suspended.
- onCreate(Bundle) - Method in class com.mapbox.mapboxsdk.maps.MapView
-
You must call this method from the parent's Activity#onCreate(Bundle)} or
Fragment#onCreate(Bundle).
- onCreate(OfflineRegion) - Method in interface com.mapbox.mapboxsdk.offline.OfflineManager.CreateOfflineRegionCallback
-
Receives the newly created offline region.
- onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.mapbox.mapboxsdk.maps.MapFragment
-
Creates the fragment view hierarchy.
- onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.mapbox.mapboxsdk.maps.SupportMapFragment
-
Creates the fragment view hierarchy.
- onDelete() - Method in interface com.mapbox.mapboxsdk.offline.OfflineRegion.OfflineRegionDeleteCallback
-
Receives the delete notification
- onDeselect(U, View) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap.MarkerViewAdapter
-
Deprecated.
Called when a MarkerView is deselected from the MapView.
- onDestroy() - Method in class com.mapbox.mapboxsdk.maps.MapView
-
You must call this method from the parent's Activity#onDestroy() or Fragment#onDestroyView().
- onDestroy() - Method in class com.mapbox.mapboxsdk.maps.renderer.MapRenderer
-
- onDestroy() - Method in class com.mapbox.mapboxsdk.maps.renderer.textureview.TextureViewMapRenderer
- onDestroyView() - Method in class com.mapbox.mapboxsdk.maps.MapFragment
-
Called when the fragment is view hiearchy is being destroyed.
- onDestroyView() - Method in class com.mapbox.mapboxsdk.maps.SupportMapFragment
-
Called when the fragment is view hiearchy is being destroyed.
- onDetachedFromWindow() - Method in class com.mapbox.mapboxsdk.maps.MapView
-
- onDetachedFromWindow() - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationView
-
Deprecated.
- onDraw(Canvas) - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationView
-
Deprecated.
- onDrawFrame(GL10) - Method in class com.mapbox.mapboxsdk.maps.renderer.glsurfaceview.GLSurfaceViewMapRenderer
-
- onDrawFrame(GL10) - Method in class com.mapbox.mapboxsdk.maps.renderer.MapRenderer
-
- onDrawFrame(GL10) - Method in class com.mapbox.mapboxsdk.maps.renderer.textureview.TextureViewMapRenderer
-
Overridden to provide package access
- onError(String) - Method in interface com.mapbox.mapboxsdk.offline.OfflineManager.CreateOfflineRegionCallback
-
Receives the error message.
- onError(String) - Method in interface com.mapbox.mapboxsdk.offline.OfflineManager.ListOfflineRegionsCallback
-
Receives the error message.
- onError(String) - Method in interface com.mapbox.mapboxsdk.offline.OfflineRegion.OfflineRegionDeleteCallback
-
Receives the error message
- onError(OfflineRegionError) - Method in interface com.mapbox.mapboxsdk.offline.OfflineRegion.OfflineRegionObserver
-
Implement this method to be notified of errors encountered while downloading
regional resources.
- onError(String) - Method in interface com.mapbox.mapboxsdk.offline.OfflineRegion.OfflineRegionStatusCallback
-
Receives the error message
- onError(String) - Method in interface com.mapbox.mapboxsdk.offline.OfflineRegion.OfflineRegionUpdateMetadataCallback
-
Receives the error message.
- onError(String) - Method in interface com.mapbox.mapboxsdk.snapshotter.MapSnapshotter.ErrorHandler
-
Called on error.
- onFinish() - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.CancelableCallback
-
Invoked when a task is complete.
- onFling() - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnFlingListener
-
Called when the map is flinged.
- onFocalPointChanged(PointF) - Method in interface com.mapbox.mapboxsdk.maps.FocalPointChangeListener
-
- onFpsChanged(double) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnFpsChangedListener
-
Called for every frame rendered to the map view.
- onGenericMotionEvent(MotionEvent) - Method in class com.mapbox.mapboxsdk.maps.MapView
-
- onHoverEvent(MotionEvent) - Method in class com.mapbox.mapboxsdk.maps.MapView
-
- onInfoWindowClick(Marker) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnInfoWindowClickListener
-
Called when the user clicks on an info window.
- onInfoWindowClose(Marker) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnInfoWindowCloseListener
-
Called when the marker's info window is closed.
- onInfoWindowLongClick(Marker) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnInfoWindowLongClickListener
-
Called when the user makes a long-press gesture on the marker's info window.
- onKeyDown(int, KeyEvent) - Method in class com.mapbox.mapboxsdk.maps.MapView
-
- onKeyLongPress(int, KeyEvent) - Method in class com.mapbox.mapboxsdk.maps.MapView
-
- onKeyUp(int, KeyEvent) - Method in class com.mapbox.mapboxsdk.maps.MapView
-
- onLayout(boolean, int, int, int, int) - Method in class com.mapbox.mapboxsdk.annotations.BubbleLayout
-
- onList(OfflineRegion[]) - Method in interface com.mapbox.mapboxsdk.offline.OfflineManager.ListOfflineRegionsCallback
-
Receives the list of offline regions.
- onLocationChanged(Location) - Method in class com.mapbox.mapboxsdk.location.LocationSource
-
Deprecated.
Invoked when the Location has changed.
- onLowMemory() - Method in class com.mapbox.mapboxsdk.maps.MapFragment
-
Called when the fragment receives onLowMemory call from the hosting Activity.
- onLowMemory() - Method in class com.mapbox.mapboxsdk.maps.MapView
-
You must call this method from the parent's Activity#onLowMemory() or Fragment#onLowMemory().
- onLowMemory() - Method in class com.mapbox.mapboxsdk.maps.SupportMapFragment
-
Called when the fragment receives onLowMemory call from the hosting Activity.
- onMapChanged(int) - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewManager
-
Deprecated.
- onMapChanged(int) - Method in interface com.mapbox.mapboxsdk.maps.MapView.OnMapChangedListener
-
Called when the displayed map view changes.
- onMapClick(LatLng) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnMapClickListener
-
Called when the user clicks on the map view.
- onMapLongClick(LatLng) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnMapLongClickListener
-
Called when the user long clicks on the map view.
- onMapReady(MapboxMap) - Method in class com.mapbox.mapboxsdk.maps.MapFragment
-
- onMapReady(MapboxMap) - Method in interface com.mapbox.mapboxsdk.maps.OnMapReadyCallback
-
Called when the map is ready to be used.
- onMapReady(MapboxMap) - Method in class com.mapbox.mapboxsdk.maps.SupportMapFragment
-
- OnMapReadyCallback - Interface in com.mapbox.mapboxsdk.maps
-
Interface definition for a callback to be invoked when the map is ready to be used.
- onMarkerClick(Marker) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnMarkerClickListener
-
Called when the user clicks on a marker.
- onMarkerClick(Marker, View, MapboxMap.MarkerViewAdapter) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnMarkerViewClickListener
-
Called when the user clicks on a MarkerView.
- onMove(MoveGestureDetector) - Method in interface com.almeros.android.multitouch.gesturedetectors.MoveGestureDetector.OnMoveGestureListener
-
- onMove(MoveGestureDetector) - Method in class com.almeros.android.multitouch.gesturedetectors.MoveGestureDetector.SimpleOnMoveGestureListener
-
- onMoveBegin(MoveGestureDetector) - Method in interface com.almeros.android.multitouch.gesturedetectors.MoveGestureDetector.OnMoveGestureListener
-
- onMoveBegin(MoveGestureDetector) - Method in class com.almeros.android.multitouch.gesturedetectors.MoveGestureDetector.SimpleOnMoveGestureListener
-
- onMoveEnd(MoveGestureDetector) - Method in interface com.almeros.android.multitouch.gesturedetectors.MoveGestureDetector.OnMoveGestureListener
-
- onMoveEnd(MoveGestureDetector) - Method in class com.almeros.android.multitouch.gesturedetectors.MoveGestureDetector.SimpleOnMoveGestureListener
-
- onMyBearingTrackingModeChange(int) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnMyBearingTrackingModeChangeListener
-
Called when the tracking mode of My Bearing tracking has changed
- onMyLocationChange(Location) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnMyLocationChangeListener
-
Called when the location of the My Location view has changed
(be it latitude/longitude, bearing or accuracy).
- onMyLocationTrackingModeChange(int) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnMyLocationTrackingModeChangeListener
-
Called when the tracking mode of My Location tracking has changed
- onNetworkStateChanged(boolean) - Method in interface com.mapbox.mapboxsdk.net.ConnectivityListener
-
- onPause() - Method in class com.mapbox.mapboxsdk.maps.MapFragment
-
Called when the fragment is pausing.
- onPause() - Method in class com.mapbox.mapboxsdk.maps.MapView
-
You must call this method from the parent's Activity#onPause() or Fragment#onPause().
- onPause() - Method in class com.mapbox.mapboxsdk.maps.renderer.MapRenderer
-
- onPause() - Method in class com.mapbox.mapboxsdk.maps.SupportMapFragment
-
Called when the fragment is pausing.
- onPolygonClick(Polygon) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnPolygonClickListener
-
Called when the user clicks on a polygon.
- onPolylineClick(Polyline) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnPolylineClickListener
-
Called when the user clicks on a polyline.
- onReceive(Context, Intent) - Method in class com.mapbox.mapboxsdk.net.ConnectivityReceiver
- onRestoreInstanceState(Parcelable) - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationView
-
Deprecated.
Restore the view instance state, for internal use only.
- onRestoreInstanceState(Bundle) - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationViewSettings
-
Deprecated.
- onResume() - Method in class com.mapbox.mapboxsdk.maps.MapFragment
-
Called when the fragment is ready to be interacted with.
- onResume() - Method in class com.mapbox.mapboxsdk.maps.MapView
-
You must call this method from the parent's Activity#onResume() or Fragment#onResume().
- onResume() - Method in class com.mapbox.mapboxsdk.maps.renderer.MapRenderer
-
- onResume() - Method in class com.mapbox.mapboxsdk.maps.SupportMapFragment
-
Called when the fragment is ready to be interacted with.
- onRotate(RotateGestureDetector) - Method in interface com.almeros.android.multitouch.gesturedetectors.RotateGestureDetector.OnRotateGestureListener
-
- onRotate(RotateGestureDetector) - Method in class com.almeros.android.multitouch.gesturedetectors.RotateGestureDetector.SimpleOnRotateGestureListener
-
- onRotateBegin(RotateGestureDetector) - Method in interface com.almeros.android.multitouch.gesturedetectors.RotateGestureDetector.OnRotateGestureListener
-
- onRotateBegin(RotateGestureDetector) - Method in class com.almeros.android.multitouch.gesturedetectors.RotateGestureDetector.SimpleOnRotateGestureListener
-
- onRotateEnd(RotateGestureDetector) - Method in interface com.almeros.android.multitouch.gesturedetectors.RotateGestureDetector.OnRotateGestureListener
-
- onRotateEnd(RotateGestureDetector) - Method in class com.almeros.android.multitouch.gesturedetectors.RotateGestureDetector.SimpleOnRotateGestureListener
-
- onSaveInstanceState(Bundle) - Method in class com.mapbox.mapboxsdk.maps.MapFragment
-
Called when the fragment state needs to be saved.
- onSaveInstanceState(Bundle) - Method in class com.mapbox.mapboxsdk.maps.MapView
-
You must call this method from the parent's Activity#onSaveInstanceState(Bundle)
or Fragment#onSaveInstanceState(Bundle).
- onSaveInstanceState(Bundle) - Method in class com.mapbox.mapboxsdk.maps.SupportMapFragment
-
Called when the fragment state needs to be saved.
- onSaveInstanceState() - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationView
-
Deprecated.
Save the view instance state, for internal use only.
- onSaveInstanceState(Bundle) - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationViewSettings
-
Deprecated.
- onScroll() - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnScrollListener
-
Called when the map is scrolled.
- onSelect(U, View, boolean) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap.MarkerViewAdapter
-
Deprecated.
Called when a MarkerView is selected from the MapView.
- onShove(ShoveGestureDetector) - Method in interface com.almeros.android.multitouch.gesturedetectors.ShoveGestureDetector.OnShoveGestureListener
-
- onShove(ShoveGestureDetector) - Method in class com.almeros.android.multitouch.gesturedetectors.ShoveGestureDetector.SimpleOnShoveGestureListener
-
- onShoveBegin(ShoveGestureDetector) - Method in interface com.almeros.android.multitouch.gesturedetectors.ShoveGestureDetector.OnShoveGestureListener
-
- onShoveBegin(ShoveGestureDetector) - Method in class com.almeros.android.multitouch.gesturedetectors.ShoveGestureDetector.SimpleOnShoveGestureListener
-
- onShoveEnd(ShoveGestureDetector) - Method in interface com.almeros.android.multitouch.gesturedetectors.ShoveGestureDetector.OnShoveGestureListener
-
- onShoveEnd(ShoveGestureDetector) - Method in class com.almeros.android.multitouch.gesturedetectors.ShoveGestureDetector.SimpleOnShoveGestureListener
-
- onSizeChanged(int, int, int, int) - Method in class com.mapbox.mapboxsdk.maps.MapView
-
- onSnapshotFailed(String) - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter
-
Called by JNI peer when snapshot has failed.
- onSnapshotReady(Bitmap) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.SnapshotReadyCallback
-
Invoked when the snapshot has been taken.
- onSnapshotReady(MapSnapshot) - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter
-
Called by JNI peer when snapshot is ready.
- onSnapshotReady(MapSnapshot) - Method in interface com.mapbox.mapboxsdk.snapshotter.MapSnapshotter.SnapshotReadyCallback
-
Called when the snapshot is complete.
- onStart() - Method in class com.mapbox.mapboxsdk.maps.MapFragment
-
Called when the fragment is visible for the users.
- onStart() - Method in class com.mapbox.mapboxsdk.maps.MapView
-
You must call this method from the parent's Activity#onStart() or Fragment#onStart()
- onStart() - Method in class com.mapbox.mapboxsdk.maps.renderer.glsurfaceview.GLSurfaceViewMapRenderer
-
- onStart() - Method in class com.mapbox.mapboxsdk.maps.renderer.MapRenderer
-
- onStart() - Method in class com.mapbox.mapboxsdk.maps.renderer.textureview.TextureViewMapRenderer
- onStart() - Method in class com.mapbox.mapboxsdk.maps.SupportMapFragment
-
Called when the fragment is visible for the users.
- onStart() - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationView
-
Deprecated.
Called when the hosting activity is starting, for internal use only.
- onStatus(OfflineRegionStatus) - Method in interface com.mapbox.mapboxsdk.offline.OfflineRegion.OfflineRegionStatusCallback
-
Receives the status
- onStatusChanged(OfflineRegionStatus) - Method in interface com.mapbox.mapboxsdk.offline.OfflineRegion.OfflineRegionObserver
-
Implement this method to be notified of a change in the status of an
offline region.
- onStop() - Method in class com.mapbox.mapboxsdk.maps.MapFragment
-
Called when the fragment is no longer visible for the user.
- onStop() - Method in class com.mapbox.mapboxsdk.maps.MapView
-
You must call this method from the parent's Activity#onStop() or Fragment#onStop().
- onStop() - Method in class com.mapbox.mapboxsdk.maps.renderer.glsurfaceview.GLSurfaceViewMapRenderer
-
- onStop() - Method in class com.mapbox.mapboxsdk.maps.renderer.MapRenderer
-
- onStop() - Method in class com.mapbox.mapboxsdk.maps.renderer.textureview.TextureViewMapRenderer
- onStop() - Method in class com.mapbox.mapboxsdk.maps.SupportMapFragment
-
Called when the fragment is no longer visible for the user.
- onStop() - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationView
-
Deprecated.
Called when the hosting activity is stopping, for internal use only.
- onStyleLoaded(String) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnStyleLoadedListener
-
Invoked when the style has finished loading
- onSurfaceChanged(GL10, int, int) - Method in class com.mapbox.mapboxsdk.maps.renderer.glsurfaceview.GLSurfaceViewMapRenderer
-
- onSurfaceChanged(GL10, int, int) - Method in class com.mapbox.mapboxsdk.maps.renderer.MapRenderer
-
- onSurfaceChanged(GL10, int, int) - Method in class com.mapbox.mapboxsdk.maps.renderer.textureview.TextureViewMapRenderer
-
Overridden to provide package access
- onSurfaceCreated(GL10, EGLConfig) - Method in class com.mapbox.mapboxsdk.maps.renderer.glsurfaceview.GLSurfaceViewMapRenderer
-
- onSurfaceCreated(GL10, EGLConfig) - Method in class com.mapbox.mapboxsdk.maps.renderer.MapRenderer
-
- onSurfaceCreated(GL10, EGLConfig) - Method in class com.mapbox.mapboxsdk.maps.renderer.textureview.TextureViewMapRenderer
-
Overridden to provide package access
- onTouchEvent(MotionEvent) - Method in class com.almeros.android.multitouch.gesturedetectors.BaseGestureDetector
-
All gesture detectors need to be called through this method to be able to
detect gestures.
- onTouchEvent(MotionEvent) - Method in class com.mapbox.mapboxsdk.maps.MapView
-
- onTrackballEvent(MotionEvent) - Method in class com.mapbox.mapboxsdk.maps.MapView
-
- onUpdate(byte[]) - Method in interface com.mapbox.mapboxsdk.offline.OfflineRegion.OfflineRegionUpdateMetadataCallback
-
Receives the newly update offline region metadata.
- onURL(int, String) - Method in interface com.mapbox.mapboxsdk.storage.FileSource.ResourceTransformCallback
-
Called whenever a URL needs to be transformed.
- onViewAdded(MarkerView) - Method in interface com.mapbox.mapboxsdk.annotations.MarkerViewManager.OnMarkerViewAddedListener
-
Deprecated.
Invoked when the View of a MarkerView has been added to the Map.
- onViewCreated(View, Bundle) - Method in class com.mapbox.mapboxsdk.maps.MapFragment
-
Called when the fragment view hierarchy is created.
- onViewCreated(View, Bundle) - Method in class com.mapbox.mapboxsdk.maps.SupportMapFragment
-
Called when the fragment view hierarchy is created.
- onVisibilityChanged(View, int) - Method in class com.mapbox.mapboxsdk.maps.MapView
-
- operator - Variable in class com.mapbox.mapboxsdk.style.layers.Filter.Statement
-
- Options() - Constructor for class com.mapbox.mapboxsdk.attribution.AttributionParser.Options
-
- Options(int, int) - Constructor for class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter.Options
-
- out - Variable in class com.mapbox.mapboxsdk.style.functions.stops.Stop
-
The output type
- OUTDOORS - Static variable in class com.mapbox.mapboxsdk.constants.Style
-
Outdoors: A general-purpose style tailored to outdoor activities.
- SATELLITE - Static variable in class com.mapbox.mapboxsdk.constants.Style
-
Satellite: A beautiful global satellite and aerial imagery layer.
- SATELLITE_STREETS - Static variable in class com.mapbox.mapboxsdk.constants.Style
-
Satellite Streets: Global satellite and aerial imagery with unobtrusive labels.
- scrollBy(float, float) - Static method in class com.mapbox.mapboxsdk.camera.CameraUpdateFactory
-
Returns a CameraUpdate that scrolls the camera over the map,
shifting the center of view by the specified number of pixels in the x and y directions.
- scrollGesturesEnabled(boolean) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Specifies if the scroll gesture is enabled for a map view.
- select(MarkerView) - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewManager
-
Deprecated.
Animate a MarkerView to a selected state.
- select(MarkerView, boolean) - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewManager
-
Deprecated.
Animate a MarkerView to a selected state.
- select(MarkerView, View, MapboxMap.MarkerViewAdapter) - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewManager
-
Deprecated.
Animate a MarkerView to a selected state.
- select(MarkerView, View, MapboxMap.MarkerViewAdapter, boolean) - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewManager
-
Deprecated.
Animate a MarkerView to a selected state.
- selected - Variable in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
-
Deprecated.
- selectMarker(Marker) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Selects a marker.
- setAccessToken(String) - Method in class com.mapbox.mapboxsdk.storage.FileSource
-
- setAccuracyAlpha(int) - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationView
-
Deprecated.
Set the accuracy alpha value, for internal use only.
- setAccuracyAlpha(int) - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationViewSettings
-
Deprecated.
Set the alpha value of the accuracy circle of MyLocationView
- setAccuracyThreshold(float) - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationView
-
Deprecated.
Set accuracy circle threshold.
- setAccuracyThreshold(float) - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationViewSettings
-
Deprecated.
Set accuracy circle threshold.
- setAccuracyTint(int) - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationView
-
Deprecated.
Set the accuracy tint color, for internal use only.
- setAccuracyTintColor(int) - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationViewSettings
-
Deprecated.
Set the accuracy tint color of MyLocationView.
- setAllGesturesEnabled(boolean) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Sets the preference for whether all gestures should be enabled or disabled.
- setAllowConcurrentMultipleOpenInfoWindows(boolean) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Changes whether the map allows concurrent multiple infowindows to be shown.
- setAlpha(float) - Method in class com.mapbox.mapboxsdk.annotations.BasePointCollection
-
- setAlpha(float) - Method in class com.mapbox.mapboxsdk.annotations.MarkerView
-
Deprecated.
Set the alpha value of the MarkerView.
- setAltitude(double) - Method in class com.mapbox.mapboxsdk.geometry.LatLng
-
Set the altitude, in meters.
- setAnchor(float, float) - Method in class com.mapbox.mapboxsdk.annotations.MarkerView
-
Deprecated.
Specifies the anchor being set on a particular point of the MarkerView.
- setAnchor(String) - Method in class com.mapbox.mapboxsdk.style.light.Light
-
Set the Anchor property.
- setApiBaseUrl(String) - Method in class com.mapbox.mapboxsdk.storage.FileSource
-
- setArrowDirection(ArrowDirection) - Method in class com.mapbox.mapboxsdk.annotations.BubbleLayout
-
Set the arrow direction.
- setArrowHeight(float) - Method in class com.mapbox.mapboxsdk.annotations.BubbleLayout
-
Set the arrow height.
- setArrowPosition(float) - Method in class com.mapbox.mapboxsdk.annotations.BubbleLayout
-
Get the arrow position.
- setArrowWidth(float) - Method in class com.mapbox.mapboxsdk.annotations.BubbleLayout
-
Set the arrow width.
- setAttribution(String) - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
-
Default: null.
- setAttributionEnabled(boolean) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Enables or disables the attribution.
- setAttributionGravity(int) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Sets the gravity of the attribution.
- setAttributionMargins(int, int, int, int) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Sets the margins of the attribution view.
- setAttributionTintColor(int) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Sets the tint of the attribution view.
- setBackgroundColorTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.BackgroundLayer
-
Set the BackgroundColor property transition options
- setBackgroundDrawable(Drawable, int[]) - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationViewSettings
-
Deprecated.
Set the background drawable of MyLocationView
- setBackgroundOpacityTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.BackgroundLayer
-
Set the BackgroundOpacity property transition options
- setBackgroundPatternTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.BackgroundLayer
-
Set the BackgroundPattern property transition options
- setBackgroundTintColor(int) - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationViewSettings
-
Deprecated.
Set the background tint color.
- setBearing(double) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Moves the camera viewpoint direction to a particular angle in degrees.
- setBearing(double) - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationView
-
Deprecated.
Set the bearing value, for internal use only.
- setBounds(Float...) - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
-
Default: [-180, -90, 180, 90].
- setBubbleColor(int) - Method in class com.mapbox.mapboxsdk.annotations.BubbleLayout
-
Set the bubble color.
- setCameraPosition(CameraPosition) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Repositions the camera according to the cameraPosition.
- setCameraPosition(CameraPosition) - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationView
-
Deprecated.
Set the bearing and tilt from a camera position, for internal use only.
- setCameraPosition(CameraPosition) - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter
-
- setCenter(Float...) - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
-
The first value is the longitude, the second is latitude (both in
WGS:84 values), the third value is the zoom level as an integer.
- setCenter(LatLng) - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
-
- setCircleBlurTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
-
Set the CircleBlur property transition options
- setCircleColorTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
-
Set the CircleColor property transition options
- setCircleOpacityTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
-
Set the CircleOpacity property transition options
- setCircleRadiusTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
-
Set the CircleRadius property transition options
- setCircleStrokeColorTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
-
Set the CircleStrokeColor property transition options
- setCircleStrokeOpacityTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
-
Set the CircleStrokeOpacity property transition options
- setCircleStrokeWidthTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
-
Set the CircleStrokeWidth property transition options
- setCircleTranslateTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
-
Set the CircleTranslate property transition options
- setColor(int) - Method in class com.mapbox.mapboxsdk.annotations.Polyline
-
Sets the color of the polyline.
- setColor(int) - Method in class com.mapbox.mapboxsdk.style.light.Light
-
Set the Color property.
- setColor(String) - Method in class com.mapbox.mapboxsdk.style.light.Light
-
Set the Color property.
- setColorTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.light.Light
-
Set the Color property transition options.
- setCompassEnabled(boolean) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Enables or disables the compass.
- setCompassFadeFacingNorth(boolean) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Enables or disables fading of the compass when facing north.
- setCompassGravity(int) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Sets the gravity of the compass view.
- setCompassImage(Drawable) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Specifies the CompassView image.
- setCompassImage(Drawable) - Method in class com.mapbox.mapboxsdk.maps.widgets.CompassView
-
Set the CompassView image.
- setCompassMargins(int, int, int, int) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Sets the margins of the compass view.
- setConnected(Boolean) - Static method in class com.mapbox.mapboxsdk.Mapbox
-
Manually sets the connectivity state of the app.
- setContentPadding(int[]) - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationView
-
Deprecated.
- setCornersRadius(float) - Method in class com.mapbox.mapboxsdk.annotations.BubbleLayout
-
Set the corner radius
- setData(String...) - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
-
An array of data files in GeoJSON format.
- setDebugActive(boolean) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Changes whether the map debug information is shown.
- setDeliverInactiveMessages(boolean) - Method in class com.mapbox.mapboxsdk.offline.OfflineRegion
-
When set true, the `OfflineRegionObserver` will continue to deliver messages even if
the region state has been set as STATE_INACTIVE (operations happen asynchronously).
- setDescription(String) - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
-
A text description of the tileset.
- setDeselectMarkersOnTap(boolean) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Sets whether the markers are automatically deselected (and therefore, their infowindows
closed) when a map tap is detected.
- setDismissAllTrackingOnGesture(boolean) - Method in class com.mapbox.mapboxsdk.maps.TrackingSettings
-
Deprecated.
Set the dismissal of the tracking modes if a gesture occurs.
- setDismissBearingTrackingOnGesture(boolean) - Method in class com.mapbox.mapboxsdk.maps.TrackingSettings
-
Deprecated.
Set the dismissal of the bearing tracking modes if a gesture occurs.
- setDismissLocationTrackingOnGesture(boolean) - Method in class com.mapbox.mapboxsdk.maps.TrackingSettings
-
Deprecated.
Set the dismissal of the tracking modes if a gesture occurs.
- setDoubleTapGesturesEnabled(boolean) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Changes whether the user may zoom the map with a double tap.
- setDownloadState(int) - Method in class com.mapbox.mapboxsdk.offline.OfflineRegion
-
Pause or resume downloading of regional resources.
- setEnabled(boolean) - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewManager
-
Deprecated.
Called to enable or disable MarkerView management.
- setEnabled(boolean) - Method in class com.mapbox.mapboxsdk.maps.widgets.CompassView
-
- setEnabled(boolean) - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationView
-
Deprecated.
Set the enabled state, for internal use only.
- setEnabled(boolean, boolean) - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationView
-
Deprecated.
Set the enabled state, for internal use only.
- setEnabled(boolean) - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationViewSettings
-
Deprecated.
Set the enabled state of MyLocationView
- setFillColor(int) - Method in class com.mapbox.mapboxsdk.annotations.Polygon
-
Sets the color of the fill region of the polygon.
- setFillColorTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
-
Set the FillColor property transition options
- setFillExtrusionBaseTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
-
Set the FillExtrusionBase property transition options
- setFillExtrusionColorTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
-
Set the FillExtrusionColor property transition options
- setFillExtrusionHeightTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
-
Set the FillExtrusionHeight property transition options
- setFillExtrusionOpacityTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
-
Set the FillExtrusionOpacity property transition options
- setFillExtrusionPatternTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
-
Set the FillExtrusionPattern property transition options
- setFillExtrusionTranslateTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
-
Set the FillExtrusionTranslate property transition options
- setFillOpacityTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
-
Set the FillOpacity property transition options
- setFillOutlineColorTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
-
Set the FillOutlineColor property transition options
- setFillPatternTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
-
Set the FillPattern property transition options
- setFillTranslateTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
-
Set the FillTranslate property transition options
- setFilter(Filter.Statement) - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
-
Set a single filter.
- setFilter(Filter.Statement) - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
-
Set a single filter.
- setFilter(Filter.Statement) - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
-
Set a single filter.
- setFilter(Filter.Statement) - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
-
Set a single filter.
- setFilter(Filter.Statement) - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Set a single filter.
- setFlat(boolean) - Method in class com.mapbox.mapboxsdk.annotations.MarkerView
-
Deprecated.
Sets whether this MarkerView should be flat against the map (true) or a billboard facing the
camera (false).
- setFocalBearing(double, float, float, long) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Transform the map bearing given a bearing, focal point coordinates, and a duration.
- setFocalPoint(PointF) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Sets the focal point used as center for a gesture
- setForegroundDrawable(Drawable, Drawable) - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationViewSettings
-
Deprecated.
Set the foreground drawable of the MyLocationView
- setForegroundDrawables(Drawable, Drawable) - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationView
-
Deprecated.
Set the foreground drawable, for internal use only.
- setForegroundDrawableTint(int) - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationView
-
Deprecated.
Set the foreground drawable tint, for internal use only.
- setForegroundTintColor(int) - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationViewSettings
-
Deprecated.
Set the foreground tint color.
- setGeoJson(Feature) - Method in class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
-
Updates the GeoJson with a single feature
- setGeoJson(Geometry<?>) - Method in class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
-
Updates the GeoJson with a single geometry
- setGeoJson(FeatureCollection) - Method in class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
-
Updates the GeoJson
- setGeoJson(String) - Method in class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
-
Updates the GeoJson
- setGrids(String...) - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
-
An array of interactivity endpoints.
- setHoles(List<? extends List<LatLng>>) - Method in class com.mapbox.mapboxsdk.annotations.Polygon
-
Sets the holes of this polygon.
- setIcon(Icon) - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerOptions
-
Set the icon of the Marker.
- setIcon(Icon) - Method in class com.mapbox.mapboxsdk.annotations.Marker
-
Sets the icon of the marker.
- setIcon(Icon) - Method in class com.mapbox.mapboxsdk.annotations.MarkerView
-
Deprecated.
Set the icon of the MarkerView.
- setIconColorTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Set the IconColor property transition options
- setIconHaloBlurTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Set the IconHaloBlur property transition options
- setIconHaloColorTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Set the IconHaloColor property transition options
- setIconHaloWidthTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Set the IconHaloWidth property transition options
- setIconOpacityTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Set the IconOpacity property transition options
- setIconTranslateTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Set the IconTranslate property transition options
- setId(long) - Method in class com.mapbox.mapboxsdk.annotations.Annotation
-
Do not use this method, used internally by the SDK.
- setImage(Bitmap) - Method in class com.mapbox.mapboxsdk.style.sources.ImageSource
-
Updates the source image to a bitmap
- setImage(int) - Method in class com.mapbox.mapboxsdk.style.sources.ImageSource
-
Updates the source image to a bitmap image resource
- setInfoWindowAdapter(MapboxMap.InfoWindowAdapter) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Sets a custom renderer for the contents of info window.
- setInfoWindowAnchor(float, float) - Method in class com.mapbox.mapboxsdk.annotations.MarkerView
-
Deprecated.
Specifies the anchor point of the info window on the View of the MarkerView.
- setIntensity(float) - Method in class com.mapbox.mapboxsdk.style.light.Light
-
Set the Intensity property.
- setIntensityTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.light.Light
-
Set the Intensity property transition options.
- setLatitude(double) - Method in class com.mapbox.mapboxsdk.geometry.LatLng
-
Set the latitude, in degrees.
- setLatitudeSpan(double) - Method in class com.mapbox.mapboxsdk.geometry.LatLngSpan
-
Sets the latitude span.
- setLatLng(LatLng) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Moves the center of the screen to a latitude and longitude specified by a LatLng object.
- setLatLngBoundsForCameraTarget(LatLngBounds) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Sets a LatLngBounds that constraints map transformations to this bounds.
- setLegend(String) - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
-
Contains a legend to be displayed with the map.
- setLineBlurTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
-
Set the LineBlur property transition options
- setLineColorTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
-
Set the LineColor property transition options
- setLineDasharrayTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
-
Set the LineDasharray property transition options
- setLineGapWidthTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
-
Set the LineGapWidth property transition options
- setLineOffsetTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
-
Set the LineOffset property transition options
- setLineOpacityTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
-
Set the LineOpacity property transition options
- setLinePatternTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
-
Set the LinePattern property transition options
- setLineTranslateTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
-
Set the LineTranslate property transition options
- setLineWidthTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
-
Set the LineWidth property transition options
- setLocation(Location) - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationView
-
Deprecated.
Set the current location, for internal use only.
- setLocationChangeAnimationEnabled(boolean) - Method in class com.mapbox.mapboxsdk.maps.TrackingSettings
-
Deprecated.
- setLocationChangeAnimationEnabled(boolean) - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationView
-
Deprecated.
Set location change animation enabled, for internal use only.
- setLocationSource(LocationEngine) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
- setLocationSource(LocationEngine) - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationView
-
Deprecated.
Set the location source from which location updates are received, for internal use only.
- setLogEnabled(boolean) - Static method in class com.mapbox.mapboxsdk.http.HttpRequestUtil
-
Set the log state of HttpRequest.
- setLogo(Bitmap) - Method in class com.mapbox.mapboxsdk.attribution.AttributionMeasure.Builder
-
- setLogoEnabled(boolean) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Enables or disables the Mapbox logo.
- setLogoGravity(int) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Sets the gravity of the logo view.
- setLogoMargins(int, int, int, int) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Sets the margins of the logo view.
- setLogoSmall(Bitmap) - Method in class com.mapbox.mapboxsdk.attribution.AttributionMeasure.Builder
-
- setLongitude(double) - Method in class com.mapbox.mapboxsdk.geometry.LatLng
-
Set the longitude, in degrees.
- setLongitudeSpan(double) - Method in class com.mapbox.mapboxsdk.geometry.LatLngSpan
-
Sets the longitude span.
- setMapboxMap(MapboxMap) - Method in class com.mapbox.mapboxsdk.annotations.Annotation
-
Do not use this method, used internally by the SDK.
- setMapboxMap(MapboxMap) - Method in class com.mapbox.mapboxsdk.annotations.MarkerView
-
Deprecated.
Set the MapboxMap associated tot the MapView containing the MarkerView.
- setMapboxMap(MapboxMap) - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationView
-
Deprecated.
- setMapView(MapView) - Method in class com.mapbox.mapboxsdk.annotations.Annotation
-
Do not use this method, used internally by the SDK.
- setMarginPadding(float) - Method in class com.mapbox.mapboxsdk.attribution.AttributionMeasure.Builder
-
- setMaxZoom(float) - Method in class com.mapbox.mapboxsdk.style.layers.Layer
-
- setMaxZoom(float) - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
-
0.
- setMaxZoomPreference(double) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Sets the maximum zoom level the map can be displayed at.
- setMinZoom(float) - Method in class com.mapbox.mapboxsdk.style.layers.Layer
-
- setMinZoom(float) - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
-
0.
- setMinZoomPreference(double) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Sets the minimum zoom level the map can be displayed at.
- setMyBearingTrackingMode(int) - Method in class com.mapbox.mapboxsdk.maps.TrackingSettings
-
Deprecated.
Set the current my bearing tracking mode.
- setMyBearingTrackingMode(int) - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationView
-
Deprecated.
Set the bearing tracking mode, for internal use only.
- setMyLocationEnabled(boolean) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
- setMyLocationTrackingMode(int) - Method in class com.mapbox.mapboxsdk.maps.TrackingSettings
-
Deprecated.
Set the current my location tracking mode.
- setMyLocationTrackingMode(int) - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationView
-
Deprecated.
Set the location tracking mode, for internla use only.
- setName(String) - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
-
A name describing the tileset.
- setObserver(OfflineRegion.OfflineRegionObserver) - Method in class com.mapbox.mapboxsdk.offline.OfflineRegion
-
Register an observer to be notified when the state of the region changes.
- setOfflineMapboxTileCountLimit(long) - Method in class com.mapbox.mapboxsdk.offline.OfflineManager
-
Changing or bypassing this limit without permission from Mapbox is prohibited
by the Mapbox Terms of Service.
- setOnCameraChangeListener(MapboxMap.OnCameraChangeListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Deprecated.
- setOnCameraIdleListener(MapboxMap.OnCameraIdleListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
- setOnCameraMoveCancelListener(MapboxMap.OnCameraMoveCanceledListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
- setOnCameraMoveListener(MapboxMap.OnCameraMoveListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
- setOnCameraMoveStartedListener(MapboxMap.OnCameraMoveStartedListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
- setOnFlingListener(MapboxMap.OnFlingListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
- setOnFpsChangedListener(MapboxMap.OnFpsChangedListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Sets a callback that's invoked on every frame rendered to the map view.
- setOnFpsChangedListener(MapboxMap.OnFpsChangedListener) - Method in class com.mapbox.mapboxsdk.maps.renderer.MapRenderer
-
- setOnInfoWindowClickListener(MapboxMap.OnInfoWindowClickListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Sets a callback that's invoked when the user clicks on an info window.
- setOnInfoWindowCloseListener(MapboxMap.OnInfoWindowCloseListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Set an callback to be invoked when an InfoWindow closes.
- setOnInfoWindowLongClickListener(MapboxMap.OnInfoWindowLongClickListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Sets a callback that's invoked when a marker's info window is long pressed.
- setOnMapClickListener(MapboxMap.OnMapClickListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
- setOnMapLongClickListener(MapboxMap.OnMapLongClickListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
- setOnMarkerClickListener(MapboxMap.OnMarkerClickListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Sets a callback that's invoked when the user clicks on a marker.
- setOnMarkerViewClickListener(MapboxMap.OnMarkerViewClickListener) - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewManager
-
Deprecated.
Register a callback to be invoked when this view is clicked.
- setOnMyBearingTrackingModeChangeListener(MapboxMap.OnMyBearingTrackingModeChangeListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
- setOnMyLocationChangeListener(MapboxMap.OnMyLocationChangeListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
- setOnMyLocationTrackingModeChangeListener(MapboxMap.OnMyLocationTrackingModeChangeListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
- setOnPolygonClickListener(MapboxMap.OnPolygonClickListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Sets a callback that's invoked when the user clicks on a polygon.
- setOnPolylineClickListener(MapboxMap.OnPolylineClickListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Sets a callback that's invoked when the user clicks on a polyline.
- setOnScrollListener(MapboxMap.OnScrollListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
- setPadding(int, int, int, int) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Sets the distance from the edges of the map view’s frame to the edges of the map
view’s logical viewport.
- setPadding(int, int, int, int) - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationViewSettings
-
Deprecated.
Set the MyLocationView padding.
- setPoints(List<LatLng>) - Method in class com.mapbox.mapboxsdk.annotations.BasePointCollection
-
Sets the points of this polyline.
- setPosition(LatLng) - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerOptions
-
Set the geographical location of the Marker.
- setPosition(LatLng) - Method in class com.mapbox.mapboxsdk.annotations.Marker
-
Sets the location of the marker.
- setPosition(LatLng) - Method in class com.mapbox.mapboxsdk.annotations.MarkerView
-
Deprecated.
Sets the location of the marker.
- setPosition(Position) - Method in class com.mapbox.mapboxsdk.style.light.Light
-
Set the Position property.
- setPositionTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.light.Light
-
Set the Position property transition options.
- setPrefetchesTiles(boolean) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Enable or disable tile pre-fetching.
- setPrefetchesTiles(boolean) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Enable tile pre-fetching.
- setPrintRequestUrlOnFaillure(boolean) - Static method in class com.mapbox.mapboxsdk.http.HttpRequestUtil
-
Enable printing of the request url when an error occurred.
- setProperties(PropertyValue<?>...) - Method in class com.mapbox.mapboxsdk.style.layers.Layer
-
- setRasterBrightnessMaxTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
-
Set the RasterBrightnessMax property transition options
- setRasterBrightnessMinTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
-
Set the RasterBrightnessMin property transition options
- setRasterContrastTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
-
Set the RasterContrast property transition options
- setRasterFadeDurationTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
-
Set the RasterFadeDuration property transition options
- setRasterHueRotateTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
-
Set the RasterHueRotate property transition options
- setRasterOpacityTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
-
Set the RasterOpacity property transition options
- setRasterSaturationTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
-
Set the RasterSaturation property transition options
- setRegion(LatLngBounds) - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter
-
- setResourceTransform(FileSource.ResourceTransformCallback) - Method in class com.mapbox.mapboxsdk.storage.FileSource
-
Sets a callback for transforming URLs requested from the internet
- setRightOffsetPixels(int) - Method in class com.mapbox.mapboxsdk.annotations.Marker
-
Do not use this method, used internally by the SDK.
- setRotateGesturesEnabled(boolean) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Changes whether the user may rotate the map.
- setRotation(float) - Method in class com.mapbox.mapboxsdk.annotations.MarkerView
-
Deprecated.
Set the rotation value of the MarkerView in degrees.
- setRotation(MarkerView, float) - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewManager
-
Deprecated.
Set the rotation of a MarkerView to a given rotation value.
- setScheme(String) - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
-
Default: "xyz".
- setScrollGesturesEnabled(boolean) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Changes whether the user may scroll around the map.
- setShadowDrawable(Drawable) - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationView
-
Deprecated.
Set the shadow drawable, for internal use only.
- setShadowDrawable(Drawable, int, int, int, int) - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationView
-
Deprecated.
Set the shadow drawable with some additional offset.
- setShadowDrawableTint(int) - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationView
-
Deprecated.
Set the shadow drawable tint color, for internal use only.
- setSize(int, int) - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter
-
Updates the snapshotter with a new size
- setSnapshot(Bitmap) - Method in class com.mapbox.mapboxsdk.attribution.AttributionMeasure.Builder
-
- setSnippet(String) - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerOptions
-
Set the snippet of the Marker.
- setSnippet(String) - Method in class com.mapbox.mapboxsdk.annotations.Marker
-
Sets the snippet of the marker.
- setSourceLayer(String) - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
-
Set the source layer.
- setSourceLayer(String) - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
-
Set the source layer.
- setSourceLayer(String) - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
-
Set the source layer.
- setSourceLayer(String) - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
-
Set the source layer.
- setSourceLayer(String) - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
-
Set the source layer.
- setSourceLayer(String) - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Set the source layer.
- setStrokeColor(int) - Method in class com.mapbox.mapboxsdk.annotations.BubbleLayout
-
Set the stroke color.
- setStrokeColor(int) - Method in class com.mapbox.mapboxsdk.annotations.Polygon
-
Sets the color of the stroke of the polygon.
- setStrokeWidth(float) - Method in class com.mapbox.mapboxsdk.annotations.BubbleLayout
-
Set the stroke width.
- setStyle(String) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Loads a new map style from the specified bundled style.
- setStyle(String, MapboxMap.OnStyleLoadedListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Loads a new map style from the specified bundled style.
- setStyleJson(String) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Loads a new map style from a json string.
- setStyleUrl(String) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Loads a new map style asynchronous from the specified URL.
- setStyleUrl(String, MapboxMap.OnStyleLoadedListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Loads a new map style asynchronous from the specified URL.
- setStyleUrl(String) - Method in class com.mapbox.mapboxsdk.maps.MapView
-
Loads a new map style from the specified URL.
- setStyleUrl(String) - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter
-
Updates the snapshotter with a new style url
- setTemplate(String) - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
-
Contains a mustache template to be used to
format data from grids for interaction.
- setTextColorTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Set the TextColor property transition options
- setTextHaloBlurTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Set the TextHaloBlur property transition options
- setTextHaloColorTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Set the TextHaloColor property transition options
- setTextHaloWidthTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Set the TextHaloWidth property transition options
- setTextOpacityTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Set the TextOpacity property transition options
- setTextTranslateTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Set the TextTranslate property transition options
- setTextView(TextView) - Method in class com.mapbox.mapboxsdk.attribution.AttributionMeasure.Builder
-
- setTextViewShort(TextView) - Method in class com.mapbox.mapboxsdk.attribution.AttributionMeasure.Builder
-
- setTilt(float) - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewManager
-
Deprecated.
Set tilt on every non flat MarkerView currently shown in the Viewport.
- setTilt(double) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Moves the camera viewpoint angle to a particular angle in degrees.
- setTilt(double) - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationView
-
Deprecated.
Set the tilt value, for internal use only.
- setTilt(double) - Method in class com.mapbox.mapboxsdk.maps.widgets.MyLocationViewSettings
-
Deprecated.
- setTiltGesturesEnabled(boolean) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Changes whether the user may tilt the map.
- setTintList(ImageView, int) - Static method in class com.mapbox.mapboxsdk.utils.ColorUtils
-
Set a color tint list to the Drawable of an ImageView.
- setTitle(String) - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerOptions
-
Set the title of the Marker.
- setTitle(String) - Method in class com.mapbox.mapboxsdk.annotations.Marker
-
Sets the title of the marker.
- setTopOffsetPixels(int) - Method in class com.mapbox.mapboxsdk.annotations.Marker
-
Do not use this method, used internally by the SDK.
- setTransitionDelay(long) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Set the animation delay for style changes.
- setTransitionDuration(long) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Set the animation duration for style changes.
- setUrl(URL) - Method in class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
-
Updates the url
- setUrl(String) - Method in class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
-
Updates the url
- setUrl(URL) - Method in class com.mapbox.mapboxsdk.style.sources.ImageSource
-
Updates the source image url
- setUrl(String) - Method in class com.mapbox.mapboxsdk.style.sources.ImageSource
-
Updates the source image url
- setVersion(String) - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
-
- setVisible(boolean) - Method in class com.mapbox.mapboxsdk.annotations.MarkerView
-
Deprecated.
Set the visible state of a MarkerView.
- setWaitingForRenderInvoke(boolean) - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewManager
-
Deprecated.
Called with true to wait for the next render invocation.
- setWidth(float) - Method in class com.mapbox.mapboxsdk.annotations.Polyline
-
Sets the width of the polyline.
- setZoom(double) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Moves the camera viewpoint to a particular zoom level.
- setZoomControlsEnabled(boolean) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Sets whether the zoom controls are enabled.
- setZoomGesturesEnabled(boolean) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Changes whether the user may zoom the map.
- ShoveGestureDetector - Class in com.almeros.android.multitouch.gesturedetectors
-
- ShoveGestureDetector(Context, ShoveGestureDetector.OnShoveGestureListener) - Constructor for class com.almeros.android.multitouch.gesturedetectors.ShoveGestureDetector
-
- ShoveGestureDetector.OnShoveGestureListener - Interface in com.almeros.android.multitouch.gesturedetectors
-
Listener which must be implemented which is used by ShoveGestureDetector
to perform callbacks to any implementing class which is registered to a
ShoveGestureDetector via the constructor.
- ShoveGestureDetector.SimpleOnShoveGestureListener - Class in com.almeros.android.multitouch.gesturedetectors
-
Helper class which may be extended and where the methods may be
implemented.
- showInfoWindow(MapboxMap, MapView) - Method in class com.mapbox.mapboxsdk.annotations.Marker
-
Do not use this method, used internally by the SDK.
- SimpleOnMoveGestureListener() - Constructor for class com.almeros.android.multitouch.gesturedetectors.MoveGestureDetector.SimpleOnMoveGestureListener
-
- SimpleOnRotateGestureListener() - Constructor for class com.almeros.android.multitouch.gesturedetectors.RotateGestureDetector.SimpleOnRotateGestureListener
-
- SimpleOnShoveGestureListener() - Constructor for class com.almeros.android.multitouch.gesturedetectors.ShoveGestureDetector.SimpleOnShoveGestureListener
-
- size() - Method in class com.mapbox.mapboxsdk.style.functions.stops.CategoricalStops
- size() - Method in class com.mapbox.mapboxsdk.style.functions.stops.ExponentialStops
- size() - Method in class com.mapbox.mapboxsdk.style.functions.stops.IntervalStops
-
- size() - Method in class com.mapbox.mapboxsdk.style.functions.stops.IterableStops
-
- snapshot(MapboxMap.SnapshotReadyCallback) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Takes a snapshot of the map.
- snippet - Variable in class com.mapbox.mapboxsdk.annotations.BaseMarkerOptions
-
- snippet(String) - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerOptions
-
Set the snippet of the Marker.
- snippet - Variable in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
-
Deprecated.
- snippet(String) - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
-
Deprecated.
Set the snippet of the MarkerView.
- SOURCE - Static variable in class com.mapbox.mapboxsdk.storage.Resource
-
TileJSON file as specified in https://www.mapbox.com/mapbox-gl-js/style-spec/#root-sources
- Source - Class in com.mapbox.mapboxsdk.style.sources
-
Base Peer class for sources.
- Source(long) - Constructor for class com.mapbox.mapboxsdk.style.sources.Source
-
Internal use
- Source() - Constructor for class com.mapbox.mapboxsdk.style.sources.Source
-
- SOURCE_DID_CHANGE - Static variable in class com.mapbox.mapboxsdk.maps.MapView
-
- SourceFunction<I,O> - Class in com.mapbox.mapboxsdk.style.functions
-
Source functions take Feature property names as input.
- SPRITE_IMAGE - Static variable in class com.mapbox.mapboxsdk.storage.Resource
-
Image part of a sprite sheet.
- SPRITE_JSON - Static variable in class com.mapbox.mapboxsdk.storage.Resource
-
JSON part of a sprite sheet.
- start(MapSnapshotter.SnapshotReadyCallback) - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter
-
Starts loading and rendering the snapshot.
- start(MapSnapshotter.SnapshotReadyCallback, MapSnapshotter.ErrorHandler) - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter
-
Starts loading and rendering the snapshot.
- STATE_ACTIVE - Static variable in class com.mapbox.mapboxsdk.offline.OfflineRegion
-
- STATE_ATTRIBUTION_ENABLED - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_ATTRIBUTION_GRAVITY - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_ATTRIBUTION_MARGIN_BOTTOM - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_ATTRIBUTION_MARGIN_LEFT - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_ATTRIBUTION_MARGIN_RIGHT - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_ATTRIBUTION_MARGIN_TOP - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_CAMERA_POSITION - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_COMPASS_ENABLED - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_COMPASS_FADE_WHEN_FACING_NORTH - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_COMPASS_GRAVITY - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_COMPASS_IMAGE_BITMAP - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_COMPASS_MARGIN_BOTTOM - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_COMPASS_MARGIN_LEFT - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_COMPASS_MARGIN_RIGHT - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_COMPASS_MARGIN_TOP - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_DEBUG_ACTIVE - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_DOUBLE_TAP_ENABLED - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_DOUBLE_TAP_ENABLED_CHANGE - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_HAS_SAVED_STATE - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_INACTIVE - Static variable in class com.mapbox.mapboxsdk.offline.OfflineRegion
-
- STATE_LOCATION_CHANGE_ANIMATION_ENABLED - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_LOCATION_VIEW_ACCURACY_ALPHA - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_LOCATION_VIEW_ACCURACY_THRESHOLD - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_LOCATION_VIEW_ACCURACY_TINT_COLOR - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_LOCATION_VIEW_BACKGROUND_DRAWABLE - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_LOCATION_VIEW_BACKGROUND_OFFSET - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_LOCATION_VIEW_BACKGROUND_TINT_COLOR - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_LOCATION_VIEW_ENABLED - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_LOCATION_VIEW_FOREGROUND_BEARING_DRAWABLE - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_LOCATION_VIEW_FOREGROUND_DRAWABLE - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_LOCATION_VIEW_FOREGROUND_TINT_COLOR - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_LOCATION_VIEW_PADDING - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_LOGO_ENABLED - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_LOGO_GRAVITY - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_LOGO_MARGIN_BOTTOM - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_LOGO_MARGIN_LEFT - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_LOGO_MARGIN_RIGHT - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_LOGO_MARGIN_TOP - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_MY_BEARING_TRACKING_DISMISS - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_MY_BEARING_TRACKING_MODE - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_MY_LOCATION_ENABLED - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_MY_LOCATION_TRACKING_DISMISS - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_MY_LOCATION_TRACKING_MODE - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_ROTATE_ENABLED - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_ROTATE_ENABLED_CHANGE - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_SCROLL_ENABLED - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_SCROLL_ENABLED_CHANGE - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_STYLE_URL - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_TILT_ENABLED - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_TILT_ENABLED_CHANGE - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_USING_CUSTOM_LOCATION_SOURCE - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_ZOOM_CONTROLS_ENABLED - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_ZOOM_ENABLED - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- STATE_ZOOM_ENABLED_CHANGE - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- Statement(String) - Constructor for class com.mapbox.mapboxsdk.style.layers.Filter.Statement
-
- Stop<I,O> - Class in com.mapbox.mapboxsdk.style.functions.stops
-
A stop represents a certain point in the range of this function
- stop(I, PropertyValue<O>) - Static method in class com.mapbox.mapboxsdk.style.functions.stops.Stop
-
- stop(Z, I, PropertyValue<O>) - Static method in class com.mapbox.mapboxsdk.style.functions.stops.Stop
-
- Stop.CompositeValue<Z extends java.lang.Number,V> - Class in com.mapbox.mapboxsdk.style.functions.stops
-
Represents a composite input value for composite functions (eg zoom and feature property value)
- Stops<I,O> - Class in com.mapbox.mapboxsdk.style.functions.stops
-
The base class for different stops implementations
- Stops() - Constructor for class com.mapbox.mapboxsdk.style.functions.stops.Stops
-
- strokeColor(int) - Method in class com.mapbox.mapboxsdk.annotations.PolygonOptions
-
Specifies the polygon's stroke color, as 32-bit ARGB.
- Style - Class in com.mapbox.mapboxsdk.constants
-
Style provides URLs to several professional styles designed by Mapbox.
- Style() - Constructor for class com.mapbox.mapboxsdk.constants.Style
-
- STYLE - Static variable in class com.mapbox.mapboxsdk.storage.Resource
-
Style sheet JSON file
- Style.StyleUrl - Annotation Type in com.mapbox.mapboxsdk.constants
-
Indicates the parameter accepts one of the values from Style.
- styleUrl(String) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Specifies the style url associated with a map view.
- SupportMapFragment - Class in com.mapbox.mapboxsdk.maps
-
Support Fragment wrapper around a map view.
- SupportMapFragment() - Constructor for class com.mapbox.mapboxsdk.maps.SupportMapFragment
-
- SYMBOL_PLACEMENT_LINE - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
The label is placed along the line of the geometry.
- SYMBOL_PLACEMENT_POINT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
The label is placed at the point where the geometry is located.
- symbolAvoidEdges(Boolean) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
If true, the symbols will not cross tile edges to avoid mutual collisions.
- symbolAvoidEdges(CameraFunction<Z, Boolean>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
If true, the symbols will not cross tile edges to avoid mutual collisions.
- SymbolLayer - Class in com.mapbox.mapboxsdk.style.layers
-
An icon or a text label.
- SymbolLayer(long) - Constructor for class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Creates a SymbolLayer.
- SymbolLayer(String, String) - Constructor for class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Creates a SymbolLayer.
- symbolPlacement(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Label placement relative to its geometry.
- symbolPlacement(CameraFunction<Z, String>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Label placement relative to its geometry.
- symbolSpacing(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Distance between two symbol anchors.
- symbolSpacing(CameraFunction<Z, Float>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Distance between two symbol anchors.
- target(LatLng) - Method in class com.mapbox.mapboxsdk.camera.CameraPosition.Builder
-
Sets the location where the camera is pointing at.
- target - Variable in class com.mapbox.mapboxsdk.camera.CameraPosition
-
The location that the camera is pointing at.
- TEXT_ANCHOR_BOTTOM - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
The bottom of the text is placed closest to the anchor.
- TEXT_ANCHOR_BOTTOM_LEFT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
The bottom left corner of the text is placed closest to the anchor.
- TEXT_ANCHOR_BOTTOM_RIGHT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
The bottom right corner of the text is placed closest to the anchor.
- TEXT_ANCHOR_CENTER - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
The center of the text is placed closest to the anchor.
- TEXT_ANCHOR_LEFT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
The left side of the text is placed closest to the anchor.
- TEXT_ANCHOR_RIGHT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
The right side of the text is placed closest to the anchor.
- TEXT_ANCHOR_TOP - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
The top of the text is placed closest to the anchor.
- TEXT_ANCHOR_TOP_LEFT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
The top left corner of the text is placed closest to the anchor.
- TEXT_ANCHOR_TOP_RIGHT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
The top right corner of the text is placed closest to the anchor.
- TEXT_JUSTIFY_CENTER - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
The text is centered.
- TEXT_JUSTIFY_LEFT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
The text is aligned to the left.
- TEXT_JUSTIFY_RIGHT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
The text is aligned to the right.
- TEXT_PITCH_ALIGNMENT_AUTO - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
- TEXT_PITCH_ALIGNMENT_MAP - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
The text is aligned to the plane of the map.
- TEXT_PITCH_ALIGNMENT_VIEWPORT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
The text is aligned to the plane of the viewport.
- TEXT_ROTATION_ALIGNMENT_AUTO - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
- TEXT_ROTATION_ALIGNMENT_MAP - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
- TEXT_ROTATION_ALIGNMENT_VIEWPORT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
Produces glyphs whose x-axes are aligned with the x-axis of the viewport, regardless of the value of
Property.SYMBOL_PLACEMENT
.
- TEXT_TRANSFORM_LOWERCASE - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
Forces all letters to be displayed in lowercase.
- TEXT_TRANSFORM_NONE - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
The text is not altered.
- TEXT_TRANSFORM_UPPERCASE - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
Forces all letters to be displayed in uppercase.
- TEXT_TRANSLATE_ANCHOR_MAP - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
The text is translated relative to the map.
- TEXT_TRANSLATE_ANCHOR_VIEWPORT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
The text is translated relative to the viewport.
- textAllowOverlap(Boolean) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
If true, the text will be visible even if it collides with other previously drawn symbols.
- textAllowOverlap(CameraFunction<Z, Boolean>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
If true, the text will be visible even if it collides with other previously drawn symbols.
- textAnchor(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Part of the text placed closest to the anchor.
- textAnchor(Function<T, String>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Part of the text placed closest to the anchor.
- textColor(int) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
The color with which the text will be drawn.
- textColor(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
The color with which the text will be drawn.
- textColor(Function<T, String>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
The color with which the text will be drawn.
- textField(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Value to use for a text label.
- textField(Function<T, String>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Value to use for a text label.
- textFont(String[]) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Font stack to use for displaying text.
- textFont(CameraFunction<Z, String[]>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Font stack to use for displaying text.
- textHaloBlur(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
The halo's fadeout distance towards the outside.
- textHaloBlur(Function<T, Float>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
The halo's fadeout distance towards the outside.
- textHaloColor(int) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
The color of the text's halo, which helps it stand out from backgrounds.
- textHaloColor(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
The color of the text's halo, which helps it stand out from backgrounds.
- textHaloColor(Function<T, String>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
The color of the text's halo, which helps it stand out from backgrounds.
- textHaloWidth(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Distance of halo to the font outline.
- textHaloWidth(Function<T, Float>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Distance of halo to the font outline.
- textIgnorePlacement(Boolean) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
If true, other symbols can be visible even if they collide with the text.
- textIgnorePlacement(CameraFunction<Z, Boolean>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
If true, other symbols can be visible even if they collide with the text.
- textJustify(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Text justification options.
- textJustify(Function<T, String>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Text justification options.
- textKeepUpright(Boolean) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
If true, the text may be flipped vertically to prevent it from being rendered upside-down.
- textKeepUpright(CameraFunction<Z, Boolean>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
If true, the text may be flipped vertically to prevent it from being rendered upside-down.
- textLetterSpacing(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Text tracking amount.
- textLetterSpacing(Function<T, Float>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Text tracking amount.
- textLineHeight(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Text leading value for multi-line text.
- textLineHeight(CameraFunction<Z, Float>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Text leading value for multi-line text.
- textMaxAngle(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Maximum angle change between adjacent characters.
- textMaxAngle(CameraFunction<Z, Float>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Maximum angle change between adjacent characters.
- textMaxWidth(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
The maximum line width for text wrapping.
- textMaxWidth(Function<T, Float>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
The maximum line width for text wrapping.
- textOffset(Float[]) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Offset distance of text from its anchor.
- textOffset(Function<T, Float[]>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Offset distance of text from its anchor.
- textOpacity(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
The opacity at which the text will be drawn.
- textOpacity(Function<T, Float>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
The opacity at which the text will be drawn.
- textOptional(Boolean) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
If true, icons will display without their corresponding text when the text collides with other symbols and the icon does not.
- textOptional(CameraFunction<Z, Boolean>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
If true, icons will display without their corresponding text when the text collides with other symbols and the icon does not.
- textPadding(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Size of the additional area around the text bounding box used for detecting symbol collisions.
- textPadding(CameraFunction<Z, Float>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Size of the additional area around the text bounding box used for detecting symbol collisions.
- textPitchAlignment(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Orientation of text when map is pitched.
- textPitchAlignment(CameraFunction<Z, String>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Orientation of text when map is pitched.
- textRotate(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Rotates the text clockwise.
- textRotate(Function<T, Float>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Rotates the text clockwise.
- textRotationAlignment(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
- textRotationAlignment(CameraFunction<Z, String>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
- textSize(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Font size.
- textSize(Function<T, Float>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Font size.
- textTransform(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
- textTransform(Function<T, String>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
- textTranslate(Float[]) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Distance that the text's anchor is moved from its original placement.
- textTranslate(CameraFunction<Z, Float[]>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Distance that the text's anchor is moved from its original placement.
- textTranslateAnchor(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Controls the translation reference point.
- textTranslateAnchor(CameraFunction<Z, String>) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Controls the translation reference point.
- textureMode(boolean) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Enable TextureView
as rendered surface.
- TextureViewMapRenderer - Class in com.mapbox.mapboxsdk.maps.renderer.textureview
-
- TextureViewMapRenderer(Context, TextureView, String) - Constructor for class com.mapbox.mapboxsdk.maps.renderer.textureview.TextureViewMapRenderer
-
- TILE - Static variable in class com.mapbox.mapboxsdk.storage.Resource
-
A vector or raster tile as described in the style sheet at
https://www.mapbox.com/mapbox-gl-js/style-spec/#sources
- TileSet - Class in com.mapbox.mapboxsdk.style.sources
-
Tile set, allows using TileJson specification as source.
- TileSet(String, String...) - Constructor for class com.mapbox.mapboxsdk.style.sources.TileSet
-
- tilt(double) - Method in class com.mapbox.mapboxsdk.camera.CameraPosition.Builder
-
Set the tilt of the camera in degrees
- tilt - Variable in class com.mapbox.mapboxsdk.camera.CameraPosition
-
The angle, in degrees, of the camera angle from the nadir (directly facing the Earth).
- tiltGesturesEnabled(boolean) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Specifies if the tilt gesture is enabled for a map view.
- TIME_MAP_NORTH_ANIMATION - Static variable in class com.mapbox.mapboxsdk.maps.widgets.CompassView
-
- TIME_WAIT_IDLE - Static variable in class com.mapbox.mapboxsdk.maps.widgets.CompassView
-
- timeDelta - Variable in class com.almeros.android.multitouch.gesturedetectors.BaseGestureDetector
-
- title - Variable in class com.mapbox.mapboxsdk.annotations.BaseMarkerOptions
-
- title(String) - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerOptions
-
Set the title of the Marker.
- title - Variable in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
-
Deprecated.
- title(String) - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
-
Deprecated.
Set the title of the MarkerView.
- toArray() - Method in class com.mapbox.mapboxsdk.style.layers.Filter.Statement
-
Generate a raw array representation of the filter
- toBytes() - Method in class com.mapbox.mapboxsdk.annotations.Icon
-
Get the icon bitmap bytes.
- toLatLngs() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
-
Return an array of LatLng objects resembling this bounds.
- TooManyIconsException - Exception in com.mapbox.mapboxsdk.exceptions
-
A TooManyIconsException is thrown by IconFactory when it
cannot create a Icon because there are already too many icons created.
- TooManyIconsException() - Constructor for exception com.mapbox.mapboxsdk.exceptions.TooManyIconsException
-
- toScreenLocation(LatLng) - Method in class com.mapbox.mapboxsdk.maps.Projection
-
Returns a screen location that corresponds to a geographical coordinate (LatLng).
- toString() - Method in class com.mapbox.mapboxsdk.annotations.Marker
-
Returns a String with the marker position.
- toString() - Method in class com.mapbox.mapboxsdk.annotations.MarkerView
-
Deprecated.
Get the String representation of a MarkerView.
- toString() - Method in class com.mapbox.mapboxsdk.attribution.AttributionLayout
-
- toString() - Method in class com.mapbox.mapboxsdk.camera.CameraPosition
-
Returns a String with the camera target, zoom, bearing and tilt.
- toString() - Method in class com.mapbox.mapboxsdk.geometry.LatLng
-
Returns a string representation of the object.
- toString() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
-
Returns a string representaton of the object.
- toString() - Method in class com.mapbox.mapboxsdk.geometry.ProjectedMeters
-
Returns a string representation of the object.
- toString() - Method in class com.mapbox.mapboxsdk.geometry.VisibleRegion
-
The string representation of the object.
- toString() - Method in class com.mapbox.mapboxsdk.style.functions.Function
-
- toString() - Method in class com.mapbox.mapboxsdk.style.functions.stops.IterableStops
-
- toString() - Method in class com.mapbox.mapboxsdk.style.functions.stops.Stop.CompositeValue
-
- toString() - Method in class com.mapbox.mapboxsdk.style.functions.stops.Stop
-
- toString() - Method in class com.mapbox.mapboxsdk.style.functions.stops.Stops
-
- toString() - Method in class com.mapbox.mapboxsdk.style.layers.PropertyValue
-
Get the string representation of a property value.
- toString() - Method in class com.mapbox.mapboxsdk.style.layers.TransitionOptions
-
- toString() - Method in class com.mapbox.mapboxsdk.style.light.Position
-
- toValueObject() - Method in class com.mapbox.mapboxsdk.style.functions.CompositeFunction
-
INTERNAL USAGE ONLY
- toValueObject() - Method in class com.mapbox.mapboxsdk.style.functions.Function
-
INTERNAL USAGE ONLY
- toValueObject() - Method in class com.mapbox.mapboxsdk.style.functions.SourceFunction
-
INTERNAL USAGE ONLY
- toValueObject() - Method in class com.mapbox.mapboxsdk.style.functions.stops.CategoricalStops
-
INTERNAL USAGE ONLY
- toValueObject() - Method in class com.mapbox.mapboxsdk.style.functions.stops.ExponentialStops
-
INTERNAL USAGE ONLY
- toValueObject() - Method in class com.mapbox.mapboxsdk.style.functions.stops.IntervalStops
-
INTERNAL USAGE ONLY
- toValueObject() - Method in class com.mapbox.mapboxsdk.style.functions.stops.Stops
-
INTERNAL USAGE ONLY
- TRACKING_FOLLOW - Static variable in class com.mapbox.mapboxsdk.constants.MyLocationTracking
-
Tracking the location of the user.
- TRACKING_NONE - Static variable in class com.mapbox.mapboxsdk.constants.MyLocationTracking
-
Tracking the location of the user is disabled.
- TrackingSettings - Class in com.mapbox.mapboxsdk.maps
-
- TRAFFIC_DAY - Static variable in class com.mapbox.mapboxsdk.constants.Style
-
Traffic Day: Color-coded roads based on live traffic congestion data.
- TRAFFIC_NIGHT - Static variable in class com.mapbox.mapboxsdk.constants.Style
-
Traffic Night: Color-coded roads based on live traffic congestion data, designed to maximize
legibility in low-light situations.
- TransitionOptions - Class in com.mapbox.mapboxsdk.style.layers
-
Resembles transition property from the style specification.
- TransitionOptions(long, long) - Constructor for class com.mapbox.mapboxsdk.style.layers.TransitionOptions
-
Create a transition property based on duration and a delay.
- TwoFingerGestureDetector - Class in com.almeros.android.multitouch.gesturedetectors
-
- TwoFingerGestureDetector(Context) - Constructor for class com.almeros.android.multitouch.gesturedetectors.TwoFingerGestureDetector
-