- 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(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
-
- GeoJsonSource(String, URL, GeoJsonOptions) - Constructor for class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
-
- GeoJsonSource(String, URI) - Constructor for class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
-
Create a GeoJsonSource from a geo json URI
- GeoJsonSource(String, URI, GeoJsonOptions) - Constructor for class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
-
Create a GeoJsonSource from a geo json URI 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
-
- GeometryConstants - Class in com.mapbox.mapboxsdk.constants
-
Contains constants used throughout the sdk classes.
- GeometryTileProvider - Interface in com.mapbox.mapboxsdk.style.sources
-
- geometryType() - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
-
Gets the feature's geometry type: Point, MultiPoint, LineString, MultiLineString, Polygon, MultiPolygon.
- gesturesManagement_disabled() - Method in class com.mapbox.mapboxsdk.location.LocationCameraControllerTest
-
- gesturesManagement_enabled() - Method in class com.mapbox.mapboxsdk.location.LocationCameraControllerTest
-
- gesturesManagement_moveGesture_multiPointer_tracking() - Method in class com.mapbox.mapboxsdk.location.LocationCameraControllerTest
-
- gesturesManagement_moveGesture_multiPointer_tracking_duplicateCall() - Method in class com.mapbox.mapboxsdk.location.LocationCameraControllerTest
-
- gesturesManagement_moveGesture_multiPointer_tracking_thresholdMet() - Method in class com.mapbox.mapboxsdk.location.LocationCameraControllerTest
-
- gesturesManagement_moveGesture_notTracking() - Method in class com.mapbox.mapboxsdk.location.LocationCameraControllerTest
-
- gesturesManagement_moveGesture_singlePointer_tracking() - Method in class com.mapbox.mapboxsdk.location.LocationCameraControllerTest
-
- gesturesManagement_moveGesture_singlePointer_tracking_duplicateCall() - Method in class com.mapbox.mapboxsdk.location.LocationCameraControllerTest
-
- gesturesManagement_moveGesture_singlePointer_tracking_thresholdMet() - Method in class com.mapbox.mapboxsdk.location.LocationCameraControllerTest
-
- gesturesManagement_optionNotChangedInitial() - Method in class com.mapbox.mapboxsdk.location.LocationCameraControllerTest
-
- gesturesManagement_optionNotChangedInternal() - Method in class com.mapbox.mapboxsdk.location.LocationCameraControllerTest
-
- get(Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
-
Retrieves a property value from the current feature's properties,
or from another object if a second argument is provided.
- get(String) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
-
Retrieves a property value from the current feature's properties,
or from another object if a second argument is provided.
- get(Expression, Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
-
Retrieves a property value from another object.
- get(String, Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
-
Retrieves a property value from another object.
- getAboveLayer() - Method in class com.mapbox.mapboxsdk.maps.Style.Builder.LayerAboveWrapper
-
- 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
-
Get the current active access token for this application.
- getAccessToken() - Method in class com.mapbox.mapboxsdk.storage.FileSource
-
- getAlpha() - Method in class com.mapbox.mapboxsdk.annotations.BasePointCollection
-
Deprecated.
Value between 0 and 1 defining the polyline alpha.
- getAlpha() - Method in class com.mapbox.mapboxsdk.annotations.PolygonOptions
-
Deprecated.
- getAlpha() - Method in class com.mapbox.mapboxsdk.annotations.PolylineOptions
-
Deprecated.
- 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
-
- getAnimationDuration() - Method in class com.mapbox.mapboxsdk.location.LocationUpdate
-
- getAnnotation(long) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
- getAnnotations() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
- getApiBaseUri() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Get the current configured API endpoint base URI.
- getApiBaseUri() - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter.Options
-
- getApiBaseUrl() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
- getApiBaseUrl() - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter.Options
-
- getApplicationContext() - Static method in class com.mapbox.mapboxsdk.Mapbox
-
Application context
- getArrowDirection() - Method in class com.mapbox.mapboxsdk.annotations.BubbleLayout
-
Deprecated.
Get the arrow direction.
- getArrowHeight() - Method in class com.mapbox.mapboxsdk.annotations.BubbleLayout
-
Deprecated.
Get the arrow height
- getArrowPosition() - Method in class com.mapbox.mapboxsdk.annotations.BubbleLayout
-
Deprecated.
Get the arrow position.
- getArrowWidth() - Method in class com.mapbox.mapboxsdk.annotations.BubbleLayout
-
Deprecated.
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
-
- getAttributionDialogManager() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Get the custom attribution dialog manager.
- 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 in pixels.
- getAttributionMarginLeft() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Returns the left side margin of the attribution view in pixels.
- getAttributionMarginRight() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Returns the right side margin of the attribution view in pixels.
- 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 in pixels.
- 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
- 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
- getBegin() - Method in class com.mapbox.mapboxsdk.maps.ObservableEvent
-
Timestamp taken at the time of an event creation.
- getBelowLayer() - Method in class com.mapbox.mapboxsdk.maps.Style.Builder.LayerBelowWrapper
-
- getBitmap() - Method in class com.mapbox.mapboxsdk.annotations.Icon
-
Deprecated.
Get the bitmap being used for this icon.
- getBitmap() - Method in class com.mapbox.mapboxsdk.maps.Style.Builder.ImageWrapper
-
- 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 class com.mapbox.mapboxsdk.offline.OfflineGeometryRegionDefinition
-
Calculates the bounding box for the Geometry it contains
to retain backwards compatibility
- getBounds() - Method in interface com.mapbox.mapboxsdk.offline.OfflineRegionDefinition
-
Gets the bounds of the OfflineRegion.
- 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
-
Deprecated.
Get the bubble color.
- getBuilder() - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter.Options
-
- getByteArrayFromDrawable(Drawable) - Static method in class com.mapbox.mapboxsdk.utils.BitmapUtils
-
Create a byte array out of drawable
- getCamera() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Get the current configured initial camera position for a map view.
- getCameraForGeometry(Geometry) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Get a camera position that fits a provided shape.
- getCameraForGeometry(Geometry, int[]) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Get a camera position that fits a provided shape and padding.
- getCameraForGeometry(Geometry, double, double) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Get a camera position that fits a provided shape with a given bearing and tilt.
- getCameraForGeometry(Geometry, int[], double, double) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Get a camera position that fits a provided shape with a given padding, bearing and tilt.
- getCameraForLatLngBounds(LatLngBounds) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Get a camera position that fits a provided bounds and the current camera tilt and bearing.
- getCameraForLatLngBounds(LatLngBounds, int[]) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Get a camera position that fits a provided bounds and padding and the current camera tilt and bearing.
- getCameraForLatLngBounds(LatLngBounds, double, double) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Get a camera position that fits a provided bounds, bearing and tilt.
- getCameraForLatLngBounds(LatLngBounds, int[], double, double) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Get a camera position that fits a provided bounds, padding, bearing and tilt.
- getCameraMode() - Method in class com.mapbox.mapboxsdk.location.LocationComponent
-
Provides the current camera mode being used to track the location or compass updates.
- 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.maps.Transform
-
- 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.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
- getCircleSortKey() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
-
Get the CircleSortKey property
- 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
- getClusterChildren(Feature) - Method in class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
-
Returns the children of a cluster (on the next zoom level) given its id (cluster_id value from feature properties).
- getClusterExpansionZoom(Feature) - Method in class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
-
Returns the zoom on which the cluster expands into several children (useful for "click to zoom" feature)
given the cluster's cluster_id (cluster_id value from feature properties).
- getClusterLeaves(Feature, long, long) - Method in class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
-
Returns all the leaves of a cluster (given its cluster_id), with pagination support: limit is the number of leaves
to return (set to Infinity for all points), and offset is the amount of points to skip (for pagination).
- getColor() - Method in class com.mapbox.mapboxsdk.annotations.Polyline
-
Deprecated.
Gets the color of this polyline.
- getColor() - Method in class com.mapbox.mapboxsdk.annotations.PolylineOptions
-
Deprecated.
- 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.
- getCompassEngine() - Method in class com.mapbox.mapboxsdk.location.LocationComponent
-
Returns the compass engine used to provide compass heading values.
- 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
-
Deprecated.
- getCompassImage() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
- getCompassImage() - Method in class com.mapbox.mapboxsdk.maps.widgets.CompassView
-
- getCompassImageResource() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Get the current configured CompassView image resource id.
- getCompassImageResource() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Get the current configured id of the CompassView drawable resource.
- getCompassImageResource() - Method in class com.mapbox.mapboxsdk.maps.widgets.CompassView
-
- getCompassMarginBottom() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Returns the bottom side margin of CompassView in pixels.
- getCompassMarginLeft() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Returns the left side margin of CompassView in pixels.
- getCompassMarginRight() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Returns the right side margin of CompassView in pixels.
- 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 in pixels.
- 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.
- getContent() - Method in class com.mapbox.mapboxsdk.maps.Style.Builder.ImageWrapper
-
- getContentArray() - Method in class com.mapbox.mapboxsdk.maps.ImageContent
-
Get the array for this content, sorted by left, top, right, bottom.
- getContents() - Method in class com.mapbox.mapboxsdk.maps.Value
-
Get the contents of the value
- getCornersRadius() - Method in class com.mapbox.mapboxsdk.annotations.BubbleLayout
-
Deprecated.
Get the corner radius
- getCrossSourceCollisions() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Check whether cross-source symbol collision detection is enabled.
- getData() - Method in class com.mapbox.mapboxsdk.maps.ObservableEvent
-
Generic container for an event's data.
- 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.
- getDefaultLibraryLoader() - Method in interface com.mapbox.mapboxsdk.LibraryLoaderProvider
-
Creates and returns a the default Library Loader.
- getDefaultLibraryLoader() - Method in class com.mapbox.mapboxsdk.module.loader.LibraryLoaderProviderImpl
-
Creates and returns a the default Library Loader.
- 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
- getDrawableFromRes(Context, int) - Static method in class com.mapbox.mapboxsdk.utils.BitmapUtils
-
Get a drawable from a resource.
- getDrawableFromRes(Context, int, Integer) - Static method in class com.mapbox.mapboxsdk.utils.BitmapUtils
-
Get a tinted drawable from a resource.
- getDuration() - Method in class com.mapbox.mapboxsdk.style.layers.TransitionOptions
-
Get the transition duration.
- getEasting() - Method in class com.mapbox.mapboxsdk.geometry.ProjectedMeters
-
Get projected meters in east direction.
- getEncoding() - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
-
- getEnd() - Method in class com.mapbox.mapboxsdk.maps.ObservableEvent
-
Timestamp taken at the time of an event completion.
- getErrorString(int) - Static method in class com.mapbox.mapboxsdk.maps.renderer.egl.EGLLogWrapper
-
- getExpression() - Method in class com.mapbox.mapboxsdk.style.layers.PropertyValue
-
Get the expression of the property.
- getFeaturesForBounds(LatLngBounds, int) - Method in interface com.mapbox.mapboxsdk.style.sources.GeometryTileProvider
-
- getFillAntialias() - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
-
Get the FillAntialias property
- getFillColor() - Method in class com.mapbox.mapboxsdk.annotations.Polygon
-
Deprecated.
Get the color of the fill region of the polygon.
- getFillColor() - Method in class com.mapbox.mapboxsdk.annotations.PolygonOptions
-
Deprecated.
- 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
- getFillExtrusionVerticalGradient() - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
-
Get the FillExtrusionVerticalGradient property
- 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
- getFillSortKey() - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
-
Get the FillSortKey property
- 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
- getFilter() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
-
Get a single expression filter.
- getFilter() - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
-
Get a single expression filter.
- getFilter() - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
-
Get a single expression filter.
- getFilter() - Method in class com.mapbox.mapboxsdk.style.layers.HeatmapLayer
-
Get a single expression filter.
- getFilter() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
-
Get a single expression filter.
- getFilter() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get a single expression filter.
- getFirst() - Method in class com.mapbox.mapboxsdk.maps.ImageStretches
-
The first stretchable part in pixel units.
- getFocalPoint() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Returns the gesture focal point
- getFontScale() - Method in class com.mapbox.mapboxsdk.style.types.FormattedSection
-
Returns displayed text's font scale.
- getFontStack() - Method in class com.mapbox.mapboxsdk.style.types.FormattedSection
-
Returns the font stack with main and fallback fonts.
- getForegroundLoadColor() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Returns the current configured foreground color that is used during map creation.
- getFormattedSections() - Method in class com.mapbox.mapboxsdk.style.types.Formatted
-
Returns sections with separate formatting options that are a part of this formatted text.
- getGeometry() - Method in class com.mapbox.mapboxsdk.offline.OfflineGeometryRegionDefinition
-
- getGesturesManager() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Get current
AndroidGesturesManager
that handles
MotionEvent
s
registered by the
MapView
- getGlyphsRasterizationMode() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Experimental.
- getGrids() - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
-
- getHeatmapColor() - Method in class com.mapbox.mapboxsdk.style.layers.HeatmapLayer
-
Get the HeatmapColor property
- getHeatmapColorAsInt() - Method in class com.mapbox.mapboxsdk.style.layers.HeatmapLayer
-
Defines the color of each pixel based on its density value in a heatmap.
- getHeatmapIntensity() - Method in class com.mapbox.mapboxsdk.style.layers.HeatmapLayer
-
Get the HeatmapIntensity property
- getHeatmapIntensityTransition() - Method in class com.mapbox.mapboxsdk.style.layers.HeatmapLayer
-
Get the HeatmapIntensity property transition options
- getHeatmapOpacity() - Method in class com.mapbox.mapboxsdk.style.layers.HeatmapLayer
-
Get the HeatmapOpacity property
- getHeatmapOpacityTransition() - Method in class com.mapbox.mapboxsdk.style.layers.HeatmapLayer
-
Get the HeatmapOpacity property transition options
- getHeatmapRadius() - Method in class com.mapbox.mapboxsdk.style.layers.HeatmapLayer
-
Get the HeatmapRadius property
- getHeatmapRadiusTransition() - Method in class com.mapbox.mapboxsdk.style.layers.HeatmapLayer
-
Get the HeatmapRadius property transition options
- getHeatmapWeight() - Method in class com.mapbox.mapboxsdk.style.layers.HeatmapLayer
-
Get the HeatmapWeight property
- 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
-
- getHillshadeAccentColor() - Method in class com.mapbox.mapboxsdk.style.layers.HillshadeLayer
-
Get the HillshadeAccentColor property
- getHillshadeAccentColorAsInt() - Method in class com.mapbox.mapboxsdk.style.layers.HillshadeLayer
-
The shading color used to accentuate rugged terrain like sharp cliffs and gorges.
- getHillshadeAccentColorTransition() - Method in class com.mapbox.mapboxsdk.style.layers.HillshadeLayer
-
Get the HillshadeAccentColor property transition options
- getHillshadeExaggeration() - Method in class com.mapbox.mapboxsdk.style.layers.HillshadeLayer
-
Get the HillshadeExaggeration property
- getHillshadeExaggerationTransition() - Method in class com.mapbox.mapboxsdk.style.layers.HillshadeLayer
-
Get the HillshadeExaggeration property transition options
- getHillshadeHighlightColor() - Method in class com.mapbox.mapboxsdk.style.layers.HillshadeLayer
-
Get the HillshadeHighlightColor property
- getHillshadeHighlightColorAsInt() - Method in class com.mapbox.mapboxsdk.style.layers.HillshadeLayer
-
The shading color of areas that faces towards the light source.
- getHillshadeHighlightColorTransition() - Method in class com.mapbox.mapboxsdk.style.layers.HillshadeLayer
-
Get the HillshadeHighlightColor property transition options
- getHillshadeIlluminationAnchor() - Method in class com.mapbox.mapboxsdk.style.layers.HillshadeLayer
-
Get the HillshadeIlluminationAnchor property
- getHillshadeIlluminationDirection() - Method in class com.mapbox.mapboxsdk.style.layers.HillshadeLayer
-
Get the HillshadeIlluminationDirection property
- getHillshadeShadowColor() - Method in class com.mapbox.mapboxsdk.style.layers.HillshadeLayer
-
Get the HillshadeShadowColor property
- getHillshadeShadowColorAsInt() - Method in class com.mapbox.mapboxsdk.style.layers.HillshadeLayer
-
The shading color of areas that face away from the light source.
- getHillshadeShadowColorTransition() - Method in class com.mapbox.mapboxsdk.style.layers.HillshadeLayer
-
Get the HillshadeShadowColor property transition options
- getHoles() - Method in class com.mapbox.mapboxsdk.annotations.Polygon
-
Deprecated.
Returns a copy of the holes.
- getHoles() - Method in class com.mapbox.mapboxsdk.annotations.PolygonOptions
-
Deprecated.
- getHorizontalScrollGesturesEnabled() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Get the current configured horizontal scroll gesture state for a map view.
- getIcon() - Method in class com.mapbox.mapboxsdk.annotations.Marker
-
Deprecated.
Gets the
Icon
currently used for the marker.
- getIcon() - Method in class com.mapbox.mapboxsdk.annotations.MarkerOptions
-
Deprecated.
- 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
-
Deprecated.
Gets the annotation's unique ID.
- getId() - Method in class com.mapbox.mapboxsdk.annotations.Icon
-
Deprecated.
String identifier for this icon.
- getId() - Method in class com.mapbox.mapboxsdk.maps.Observer
-
Gets observer id
- getId() - Method in class com.mapbox.mapboxsdk.maps.Style.Builder.ImageWrapper
-
- 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
- getIdentifier() - Static method in class com.mapbox.mapboxsdk.http.HttpIdentifier
-
Returns the application identifier, consisting out the package name, version name and version code.
- getImage(String) - Method in class com.mapbox.mapboxsdk.maps.Style
-
Get an image from the map's style using an id.
- getImages() - Method in class com.mapbox.mapboxsdk.maps.Style.Builder
-
- getIncludeIdeographs() - Method in class com.mapbox.mapboxsdk.offline.CacheAreaDefinition
-
- getIncludeIdeographs() - Method in class com.mapbox.mapboxsdk.offline.OfflineGeometryRegionDefinition
-
- getIncludeIdeographs() - Method in interface com.mapbox.mapboxsdk.offline.OfflineRegionDefinition
-
Specifies whether to include ideographic glyphs in downloaded font data.
- getIncludeIdeographs() - Method in class com.mapbox.mapboxsdk.offline.OfflineTilePyramidRegionDefinition
-
- getIndex() - Method in class com.mapbox.mapboxsdk.maps.Style.Builder.LayerAtWrapper
-
- getInfoWindow() - Method in class com.mapbox.mapboxsdk.annotations.Marker
-
Deprecated.
- getInfoWindow(Marker) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.InfoWindowAdapter
-
Deprecated.
Called when an info window will be shown as a result of a marker click.
- getInfoWindowAdapter() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
- getInstance(Context) - Static method in class com.mapbox.mapboxsdk.annotations.IconFactory
-
Deprecated.
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.
- getIntermediatePoints() - Method in class com.mapbox.mapboxsdk.location.LocationUpdate
-
- getInternalCachePath(Context) - Static method in class com.mapbox.mapboxsdk.storage.FileSource
-
Get internal cache path for a context.
- getJson() - Method in class com.mapbox.mapboxsdk.maps.Style.Builder
-
- getJson() - Method in class com.mapbox.mapboxsdk.maps.Style
-
Returns the current style json.
- getLastAccuracySensorStatus() - Method in interface com.mapbox.mapboxsdk.location.CompassEngine
-
Provides the last know accuracy status from the sensor manager.
- getLastHeading() - Method in interface com.mapbox.mapboxsdk.location.CompassEngine
-
Returns the last heading value produced and pushed via
a compass listener.
- getLastKnownLocation() - Method in class com.mapbox.mapboxsdk.location.LocationComponent
-
Get the last know location of the location component.
- 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.
- getLatLngBounds() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBoundsZoom
-
Get the LatLngBounds of the LatLngBoundsZoom.
- getLatLngBoundsZoomFromCamera(CameraPosition) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Get the LatLngBoundsZoom from a given CameraPosition.
- 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() - Method in class com.mapbox.mapboxsdk.maps.Style.Builder.LayerWrapper
-
- getLayer(String) - Method in class com.mapbox.mapboxsdk.maps.Style
-
Get the layer by id
- getLayer(String) - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter
-
Returns Layer of a style that is used by a snapshotter
- getLayerAs(String) - Method in class com.mapbox.mapboxsdk.maps.Style
-
Tries to cast the Layer to T, throws ClassCastException if it's another type.
- getLayers() - Method in class com.mapbox.mapboxsdk.maps.Style.Builder
-
- getLayers() - Method in class com.mapbox.mapboxsdk.maps.Style
-
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.Style
-
Get the 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
- getLineGradient() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
-
Get the LineGradient property
- getLineGradientAsInt() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
-
Defines a gradient with which to color a line feature.
- 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
- getLineSortKey() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
-
Get the LineSortKey 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.
- getLocalIdeographFontFamily() - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter.Options
-
- getLocation() - Method in class com.mapbox.mapboxsdk.location.LocationUpdate
-
- getLocationComponent() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Returns the
LocationComponent
that can be used to display user's location on the map.
- getLocationComponentOptions() - Method in class com.mapbox.mapboxsdk.location.LocationComponent
-
Returns the current location options being used.
- getLocationEngine() - Method in class com.mapbox.mapboxsdk.location.LocationComponent
-
Returns the current LocationEngine
being used for updating the user location.
- getLocationEngineRequest() - Method in class com.mapbox.mapboxsdk.location.LocationComponent
-
Get the location request that's going to be used when requesting location updates.
- 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 in pixels.
- getLogoMarginLeft() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Returns the left side margin of the logo in pixels.
- getLogoMarginRight() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Returns the right side margin of the logo in pixels.
- 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 in pixels.
- getLonEast() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
-
Get the east longitude value of this bounds.
- 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
-
Deprecated.
Gets the hosting mapbox map.
- getMapView() - Method in class com.mapbox.mapboxsdk.annotations.Annotation
-
Deprecated.
Gets the hosting map view.
- getMarker() - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerOptions
-
Deprecated.
Get the Marker.
- getMarker() - Method in class com.mapbox.mapboxsdk.annotations.MarkerOptions
-
Deprecated.
Do not use this method.
- getMarkers() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
- getMaxOverscaleFactorForParentTiles() - Method in class com.mapbox.mapboxsdk.style.sources.Source
-
Retrieve current maximum overscale factor for parent tiles.
- getMaxPitch() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Gets the maximum Pitch the map can be displayed at.
- getMaxPitchPreference() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Get the current configured maximum pitch for a map view.
- getMaxZoom() - Method in class com.mapbox.mapboxsdk.offline.OfflineGeometryRegionDefinition
-
- getMaxZoom() - Method in interface com.mapbox.mapboxsdk.offline.OfflineRegionDefinition
-
Gets the maximum zoom level the OfflineRegion map can be displayed at.
- 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.
- getMinimumTileUpdateInterval() - Method in class com.mapbox.mapboxsdk.style.sources.Source
-
Retrieve the minimum tile update interval, which is used to throttle the tile update network requests.
- getMinPitch() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Gets the minimum Pitch the map can be displayed at.
- getMinPitchPreference() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Get the current configured min pitch for a map view.
- getMinZoom() - Method in class com.mapbox.mapboxsdk.offline.OfflineGeometryRegionDefinition
-
- getMinZoom() - Method in interface com.mapbox.mapboxsdk.offline.OfflineRegionDefinition
-
Gets the minimum zoom level the OfflineRegion map can be displayed at.
- 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.
- getModuleProvider() - Static method in class com.mapbox.mapboxsdk.Mapbox
-
Get the module provider
- 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 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
-
- getPixelRatio() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Return the custom configured pixel ratio, returns 0 if not configured.
- getPixelRatio() - Method in class com.mapbox.mapboxsdk.maps.MapView
-
Returns the map pixel ratio, by default it returns the device pixel ratio.
- getPixelRatio() - Method in class com.mapbox.mapboxsdk.offline.CacheAreaDefinition
-
- getPixelRatio() - Method in class com.mapbox.mapboxsdk.offline.OfflineGeometryRegionDefinition
-
- getPixelRatio() - Method in interface com.mapbox.mapboxsdk.offline.OfflineRegionDefinition
-
Gets the pixel ratio of the OfflineRegion map.
- 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
-
Deprecated.
Returns a copy of the points.
- getPoints() - Method in class com.mapbox.mapboxsdk.annotations.PolygonOptions
-
Deprecated.
- getPoints() - Method in class com.mapbox.mapboxsdk.annotations.PolylineOptions
-
Deprecated.
- getPolygon() - Method in class com.mapbox.mapboxsdk.annotations.PolygonOptions
-
Deprecated.
Do not use this method.
- getPolygons() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
- getPolyline() - Method in class com.mapbox.mapboxsdk.annotations.PolylineOptions
-
Deprecated.
Do not use this method.
- getPolylines() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
- getPosition() - Method in class com.mapbox.mapboxsdk.annotations.Marker
-
Deprecated.
Returns the position of the marker.
- getPosition() - Method in class com.mapbox.mapboxsdk.annotations.MarkerOptions
-
Deprecated.
- 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
-
- getPrefetchesTiles() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
- getPrefetchZoomDelta() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Check current pre-fetching zoom delta.
- getPrefetchZoomDelta() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Check current pre-fetching zoom delta.
- getPrefetchZoomDelta() - Method in class com.mapbox.mapboxsdk.style.sources.Source
-
Retrieve current pre-fetching zoom delta.
- getPreserveEGLContextOnPause() - Method in class com.mapbox.mapboxsdk.maps.renderer.glsurfaceview.MapboxGLSurfaceView
-
- 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.
- getQuickZoomGesturesEnabled() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Get whether the user may zoom the map by tapping twice, holding and moving the pointer up and down.
- 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
- 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
- getRasterResampling() - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
-
Get the RasterResampling property
- 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
- getReason() - Method in class com.mapbox.mapboxsdk.offline.OfflineRegionError
-
- getRegion() - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter.Options
-
- getRenderMode() - Method in class com.mapbox.mapboxsdk.location.LocationComponent
-
Provides the current render mode being used to show
the location and/or compass updates on the map.
- getRenderMode() - Method in class com.mapbox.mapboxsdk.maps.renderer.glsurfaceview.MapboxGLSurfaceView
-
Get the current rendering mode.
- getRenderSurfaceOnTop() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Get the flag to render the map surface on top of another surface.
- getRenderView() - Method in class com.mapbox.mapboxsdk.maps.MapView
-
Returns the View used for rendering OpenGL.
- getRequiredResourceCount() - Method in class com.mapbox.mapboxsdk.offline.OfflineRegionStatus
-
Get the number of resources that are known to be required for this region.
- getResourcesCachePath(Context) - Static method in class com.mapbox.mapboxsdk.storage.FileSource
-
Get files directory path for a context.
- getRotateGesturesEnabled() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Get the current configured rotate gesture state for a map view.
- getScale() - Method in class com.mapbox.mapboxsdk.annotations.Icon
-
Deprecated.
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.
- getSecond() - Method in class com.mapbox.mapboxsdk.maps.ImageStretches
-
The second stretchable part in pixel units.
- getSelectedMarkers() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
- getSelector(int) - Static method in class com.mapbox.mapboxsdk.utils.ColorUtils
-
Returns a color state list associated with a theme based on a Context.
- getSkuToken() - Static method in class com.mapbox.mapboxsdk.Mapbox
-
Returns a SKU token, refreshed if necessary.
- getSnippet() - Method in class com.mapbox.mapboxsdk.annotations.Marker
-
Deprecated.
Gets the snippet of the marker.
- getSnippet() - Method in class com.mapbox.mapboxsdk.annotations.MarkerOptions
-
Deprecated.
- getSource(String) - Method in class com.mapbox.mapboxsdk.maps.Style
-
Retrieve a source by id
- getSource(String) - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter
-
Returns Source of a style that is used by a snapshotter
- getSourceAs(String) - Method in class com.mapbox.mapboxsdk.maps.Style
-
Tries to cast the Source to T, throws ClassCastException if it's another type.
- getSourceId() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
-
Get the source id.
- getSourceId() - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
-
Get the source id.
- getSourceId() - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
-
Get the source id.
- getSourceId() - Method in class com.mapbox.mapboxsdk.style.layers.HeatmapLayer
-
Get the source id.
- getSourceId() - Method in class com.mapbox.mapboxsdk.style.layers.HillshadeLayer
-
Get the source id.
- getSourceId() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
-
Get the source id.
- getSourceId() - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
-
Get the source id.
- getSourceId() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the source id.
- 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.HeatmapLayer
-
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.Style.Builder
-
- getSources() - Method in class com.mapbox.mapboxsdk.maps.Style
-
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.
- getStretchX() - Method in class com.mapbox.mapboxsdk.maps.Style.Builder.ImageWrapper
-
- getStretchY() - Method in class com.mapbox.mapboxsdk.maps.Style.Builder.ImageWrapper
-
- getStrokeColor() - Method in class com.mapbox.mapboxsdk.annotations.BubbleLayout
-
Deprecated.
Get the stroke color.
- getStrokeColor() - Method in class com.mapbox.mapboxsdk.annotations.Polygon
-
Deprecated.
Get the color of the stroke of the polygon.
- getStrokeColor() - Method in class com.mapbox.mapboxsdk.annotations.PolygonOptions
-
Deprecated.
- getStrokeWidth() - Method in class com.mapbox.mapboxsdk.annotations.BubbleLayout
-
Deprecated.
Get stroke width.
- getStyle(Style.OnStyleLoaded) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Get the Style of the map asynchronously.
- getStyle() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Get the Style of the map.
- getStyleJson() - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter.Options
-
- getStyleUri() - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter.Options
-
- getStyleURL() - Method in class com.mapbox.mapboxsdk.offline.CacheAreaDefinition
-
- getStyleURL() - Method in class com.mapbox.mapboxsdk.offline.OfflineGeometryRegionDefinition
-
- getStyleURL() - Method in interface com.mapbox.mapboxsdk.offline.OfflineRegionDefinition
-
Returns the map style url of the OfflineRegion.
- 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
- getSymbolSortKey() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the SymbolSortKey property
- getSymbolSpacing() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the SymbolSpacing property
- getSymbolZOrder() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the SymbolZOrder property
- getTelemetry() - Static method in class com.mapbox.mapboxsdk.Mapbox
-
Get an instance of Telemetry if initialised
- getTemplate() - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
-
- getText() - Method in class com.mapbox.mapboxsdk.style.types.FormattedSection
-
Returns the displayed text.
- 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
- getTextColor() - Method in class com.mapbox.mapboxsdk.style.types.FormattedSection
-
Returns the text color.
- 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
- getTextRadialOffset() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the TextRadialOffset 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.
- getTextVariableAnchor() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the TextVariableAnchor property
- getTextView() - Method in class com.mapbox.mapboxsdk.attribution.AttributionMeasure
-
- getTextWritingMode() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
-
Get the TextWritingMode property
- getThis() - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerOptions
-
Deprecated.
Get the instance of the object for which this method was called.
- getThis() - Method in class com.mapbox.mapboxsdk.annotations.MarkerOptions
-
Deprecated.
- 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.
- getTitle() - Method in class com.mapbox.mapboxsdk.annotations.Marker
-
Deprecated.
Gets the snippet of the marker.
- getTitle() - Method in class com.mapbox.mapboxsdk.annotations.MarkerOptions
-
Deprecated.
- 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
-
- getTransition() - Method in class com.mapbox.mapboxsdk.maps.Style
-
Get the transition options for style changes.
- getTranslucentTextureSurface() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Returns true if TextureView supports a translucent surface
- getType() - Method in class com.mapbox.mapboxsdk.maps.ObservableEvent
-
Type of an event.
- getType() - Method in class com.mapbox.mapboxsdk.offline.OfflineGeometryRegionDefinition
-
- getType() - Method in interface com.mapbox.mapboxsdk.offline.OfflineRegionDefinition
-
Gets the type of the OfflineRegionDefinition for telemetry ("tileregion", "shaperegion").
- getType() - Method in class com.mapbox.mapboxsdk.offline.OfflineTilePyramidRegionDefinition
-
- getUiSettings() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Gets the user interface settings for the map.
- getUri() - Method in class com.mapbox.mapboxsdk.maps.Style.Builder
-
- getUri() - Method in class com.mapbox.mapboxsdk.maps.Style
-
Returns the current style uri.
- getUri() - Method in class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
-
Get the URI of the source.
- getUri() - Method in class com.mapbox.mapboxsdk.style.sources.ImageSource
-
Get the source URI.
- getUri() - Method in class com.mapbox.mapboxsdk.style.sources.RasterDemSource
-
Get the source URI.
- getUri() - Method in class com.mapbox.mapboxsdk.style.sources.RasterSource
-
Get the source URI.
- getUri() - Method in class com.mapbox.mapboxsdk.style.sources.VectorSource
-
Get the source URI.
- getUrl() - Method in class com.mapbox.mapboxsdk.attribution.Attribution
-
- getUrl() - Method in class com.mapbox.mapboxsdk.maps.Style
-
- 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.RasterDemSource
-
- 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
-
Deprecated.
Retrieve this
InfoWindow
's current view being used.
- getViewContent() - Method in class com.mapbox.mapboxsdk.maps.MapView
-
- getVisibility() - Method in class com.mapbox.mapboxsdk.style.layers.Layer
-
- getVisibleCoordinateBounds(double[]) - Method in class com.mapbox.mapboxsdk.maps.Projection
-
Gets a projection of the viewing frustum for converting between screen coordinates and
geo-latitude/longitude coordinate bounds.
- 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.
- getVisibleRegion(boolean) - 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
-
Deprecated.
Gets the width of this polyline.
- getWidth() - Method in class com.mapbox.mapboxsdk.annotations.PolylineOptions
-
Deprecated.
- 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
-
- getZoom() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBoundsZoom
-
Get the zoom level of the LatLngBoundsZoom.
- getZoomGesturesEnabled() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Get the current configured zoom gesture state for a map view.
- getZoomRate() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Returns zoom gesture rate, including pinch to zoom and quick scale.
- GLSurfaceViewMapRenderer - Class in com.mapbox.mapboxsdk.maps.renderer.glsurfaceview
-
- GLSurfaceViewMapRenderer(Context, MapboxGLSurfaceView, GlyphsRasterizationMode, 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.
- GlyphsRasterizationMode - Enum in com.mapbox.mapboxsdk.maps
-
Describes glyphs rasterization modes.
- GPS - Static variable in class com.mapbox.mapboxsdk.location.modes.RenderMode
-
Tracking the user location with bearing considered from Location
.
- gpsDrawable(int) - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions.Builder
-
Defines the drawable used for the navigation state icon.
- gpsDrawable() - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions
-
Defines the drawable used for the navigation state icon.
- gpsName(String) - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions.Builder
-
Given a String image name, identical to one used in
the first parameter of
Style.addImage(String, Bitmap)
, the
component, will used this image in place of the provided or default mapbox_gpsDrawable.
- gpsName() - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions
-
String image name, identical to one used in
the first parameter of
Style.addImage(String, Bitmap)
, the
component, will used this image in place of the provided or default mapbox_gpsDrawable.
- gt(Expression, Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
-
Returns true if the first input is strictly greater than the second, false otherwise.
- gt(Expression, Expression, Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
-
Returns true if the first input is strictly greater than the second, false otherwise.
- gt(Expression, Number) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
-
Returns true if the first input is strictly greater than the second, false otherwise.
- gt(Expression, String) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
-
Returns true if the first input is strictly greater than the second, false otherwise.
- gt(Expression, String, Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
-
Returns true if the first input is strictly greater than the second, false otherwise.
- gte(Expression, Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
-
Returns true if the first input is greater than or equal to the second, false otherwise.
- gte(Expression, Expression, Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
-
Returns true if the first input is greater than or equal to the second, false otherwise.
- gte(Expression, Number) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
-
Returns true if the first input is greater than or equal to the second, false otherwise.
- gte(Expression, String) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
-
Returns true if the first input is greater than or equal to the second, false otherwise.
- gte(Expression, String, Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
-
Returns true if the first input is greater than or equal to the second, false otherwise.