Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W Z 

W

w(String, String) - Static method in class com.mapbox.mapboxsdk.log.Logger
Send a warning log message.
w(String, String, Throwable) - Static method in class com.mapbox.mapboxsdk.log.Logger
Send a warning log message and log the exception.
w(String, String) - Method in interface com.mapbox.mapboxsdk.log.LoggerDefinition
Send a warning log message.
w(String, String, Throwable) - Method in interface com.mapbox.mapboxsdk.log.LoggerDefinition
Send a warning log message and log the exception.
WARN - Static variable in class com.mapbox.mapboxsdk.log.Logger
Priority constant for the println method; use Logger.w.
whenGyroscopeIsNull_fallbackToGravity() - Method in class com.mapbox.mapboxsdk.location.CompassEngineTest
 
whenGyroscopeIsNull_fallbackToMagneticField() - Method in class com.mapbox.mapboxsdk.location.CompassEngineTest
 
width(float) - Method in class com.mapbox.mapboxsdk.annotations.PolylineOptions
Deprecated.
Sets the width of the polyline in screen pixels.
withApiBaseUri(String) - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter.Options
Specifies the URI used for API endpoint.
withApiBaseUrl(String) - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter.Options
withAttributionData(String...) - Method in class com.mapbox.mapboxsdk.attribution.AttributionParser.Options
 
withBitmapImages(Pair<String, Bitmap>...) - Method in class com.mapbox.mapboxsdk.maps.Style.Builder
Will add the images when the map style has loaded.
withBitmapImages(boolean, Pair<String, Bitmap>...) - Method in class com.mapbox.mapboxsdk.maps.Style.Builder
Will add the images when the map style has loaded.
withBuffer(int) - Method in class com.mapbox.mapboxsdk.style.sources.CustomGeometrySourceOptions
Tile buffer size on each side (measured in 1/512ths of a tile; higher means fewer rendering artifacts near tile edges but slower performance).
withBuffer(int) - Method in class com.mapbox.mapboxsdk.style.sources.GeoJsonOptions
Tile buffer size on each side (measured in 1/512ths of a tile; higher means fewer rendering artifacts near tile edges but slower performance).
withCameraPosition(CameraPosition) - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter.Options
 
withClip(boolean) - Method in class com.mapbox.mapboxsdk.style.sources.CustomGeometrySourceOptions
If the data includes geometry outside the tile boundaries, setting this to true clips the geometry to the tile boundaries.
withCluster(boolean) - Method in class com.mapbox.mapboxsdk.style.sources.GeoJsonOptions
If the data is a collection of point features, setting this to true clusters the points by radius into groups.
withClusterMaxZoom(int) - Method in class com.mapbox.mapboxsdk.style.sources.GeoJsonOptions
Max zoom to cluster points on.
withClusterProperty(String, Expression, Expression) - Method in class com.mapbox.mapboxsdk.style.sources.GeoJsonOptions
An object defining custom properties on the generated clusters if clustering is enabled, aggregating values from clustered points.
withClusterRadius(int) - Method in class com.mapbox.mapboxsdk.style.sources.GeoJsonOptions
Radius of each cluster when clustering points, measured in 1/512ths of a tile.
withCopyrightSign(boolean) - Method in class com.mapbox.mapboxsdk.attribution.AttributionParser.Options
 
withDrawableImages(Pair<String, Drawable>...) - Method in class com.mapbox.mapboxsdk.maps.Style.Builder
Will add the drawables as images when the map style has loaded.
withDrawableImages(boolean, Pair<String, Drawable>...) - Method in class com.mapbox.mapboxsdk.maps.Style.Builder
Will add the drawables as images when the map style has loaded.
withFilter(Expression) - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
Set a single expression filter.
withFilter(Expression) - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
Set a single expression filter.
withFilter(Expression) - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
Set a single expression filter.
withFilter(Expression) - Method in class com.mapbox.mapboxsdk.style.layers.HeatmapLayer
Set a single expression filter.
withFilter(Expression) - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
Set a single expression filter.
withFilter(Expression) - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Set a single expression filter.
withGlyphsRasterizationMode(GlyphsRasterizationMode) - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter.Options
Experimental.
withImage(String, Drawable) - Method in class com.mapbox.mapboxsdk.maps.Style.Builder
Will add the drawable as image when the map style has loaded.
withImage(String, Drawable, List<ImageStretches>, List<ImageStretches>, ImageContent) - Method in class com.mapbox.mapboxsdk.maps.Style.Builder
Will add the drawable as image when the map style has loaded.
withImage(String, Bitmap) - Method in class com.mapbox.mapboxsdk.maps.Style.Builder
Will add the image when the map style has loaded.
withImage(String, Bitmap, List<ImageStretches>, List<ImageStretches>, ImageContent) - Method in class com.mapbox.mapboxsdk.maps.Style.Builder
Will add the image when the map style has loaded.
withImage(String, Drawable, boolean) - Method in class com.mapbox.mapboxsdk.maps.Style.Builder
Will add the drawable as image when the map style has loaded.
withImage(String, Drawable, boolean, List<ImageStretches>, List<ImageStretches>, ImageContent) - Method in class com.mapbox.mapboxsdk.maps.Style.Builder
Will add the drawable as image when the map style has loaded.
withImage(String, Bitmap, boolean) - Method in class com.mapbox.mapboxsdk.maps.Style.Builder
Will add the image when the map style has loaded.
withImage(String, Bitmap, boolean, List<ImageStretches>, List<ImageStretches>, ImageContent) - Method in class com.mapbox.mapboxsdk.maps.Style.Builder
Will add the image when the map style has loaded.
withImproveMap(boolean) - Method in class com.mapbox.mapboxsdk.attribution.AttributionParser.Options
 
within(Polygon) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
 
withLayer(Layer) - Method in class com.mapbox.mapboxsdk.maps.Style.Builder
Will add the layer when the style has loaded.
withLayerAbove(Layer, String) - Method in class com.mapbox.mapboxsdk.maps.Style.Builder
Will add the layer when the style has loaded above a specified layer id.
withLayerAt(Layer, int) - Method in class com.mapbox.mapboxsdk.maps.Style.Builder
Will add the layer when the style has loaded at a specified index.
withLayerBelow(Layer, String) - Method in class com.mapbox.mapboxsdk.maps.Style.Builder
Will add the layer when the style has loaded below a specified layer id.
withLayers(Layer...) - Method in class com.mapbox.mapboxsdk.maps.Style.Builder
Will add the layers when the style has loaded.
withLineMetrics(boolean) - Method in class com.mapbox.mapboxsdk.style.sources.GeoJsonOptions
Initialises whether to calculate line distance metrics.
withLocalIdeographFontFamily(String) - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter.Options
Set the font family for generating glyphs locally for ideographs in the 'CJK Unified Ideographs' and 'Hangul Syllables' ranges.
withLocalIdeographFontFamily(String...) - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter.Options
Set a font family from range of font families for generating glyphs locally for ideographs in the 'CJK Unified Ideographs' and 'Hangul Syllables' ranges.
withLogo(boolean) - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter.Options
 
withMapboxAttribution(boolean) - Method in class com.mapbox.mapboxsdk.attribution.AttributionParser.Options
 
withMaxZoom(int) - Method in class com.mapbox.mapboxsdk.style.sources.CustomGeometrySourceOptions
Maximum zoom level at which to create vector tiles (higher means greater detail at high zoom levels).
withMaxZoom(int) - Method in class com.mapbox.mapboxsdk.style.sources.GeoJsonOptions
Maximum zoom level at which to create vector tiles (higher means greater detail at high zoom levels).
withMinZoom(int) - Method in class com.mapbox.mapboxsdk.style.sources.CustomGeometrySourceOptions
Minimum zoom level at which to create vector tiles (lower means more field of view detail at low zoom levels).
withMinZoom(int) - Method in class com.mapbox.mapboxsdk.style.sources.GeoJsonOptions
Minimum zoom level at which to create vector tiles (lower means more field of view detail at low zoom levels).
withPixelRatio(float) - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter.Options
 
withProperties(PropertyValue<?>...) - Method in class com.mapbox.mapboxsdk.style.layers.BackgroundLayer
Set a property or properties.
withProperties(PropertyValue<?>...) - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
Set a property or properties.
withProperties(PropertyValue<?>...) - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
Set a property or properties.
withProperties(PropertyValue<?>...) - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
Set a property or properties.
withProperties(PropertyValue<?>...) - Method in class com.mapbox.mapboxsdk.style.layers.HeatmapLayer
Set a property or properties.
withProperties(PropertyValue<?>...) - Method in class com.mapbox.mapboxsdk.style.layers.HillshadeLayer
Set a property or properties.
withProperties(PropertyValue<?>...) - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
Set a property or properties.
withProperties(PropertyValue<?>...) - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
Set a property or properties.
withProperties(PropertyValue<?>...) - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Set a property or properties.
withRegion(LatLngBounds) - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter.Options
 
withSource(Source) - Method in class com.mapbox.mapboxsdk.maps.Style.Builder
Will add the source when map style has loaded.
withSourceLayer(String) - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
Set the source Layer.
withSourceLayer(String) - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
Set the source Layer.
withSourceLayer(String) - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
Set the source Layer.
withSourceLayer(String) - Method in class com.mapbox.mapboxsdk.style.layers.HeatmapLayer
Set the source Layer.
withSourceLayer(String) - Method in class com.mapbox.mapboxsdk.style.layers.HillshadeLayer
Set the source Layer.
withSourceLayer(String) - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
Set the source Layer.
withSourceLayer(String) - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
Set the source Layer.
withSourceLayer(String) - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Set the source Layer.
withSources(Source...) - Method in class com.mapbox.mapboxsdk.maps.Style.Builder
Will add the sources when map style has loaded.
withStyle(String) - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter.Options
withStyleBuilder(Style.Builder) - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter.Options
Set a style builder to snapshotter, the contents in builder like layers/sources/images will be applied to snapshotter.
withStyleJson(String) - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter.Options
withTelemetryAttribution(boolean) - Method in class com.mapbox.mapboxsdk.attribution.AttributionParser.Options
 
withTolerance(float) - Method in class com.mapbox.mapboxsdk.style.sources.CustomGeometrySourceOptions
Douglas-Peucker simplification tolerance (higher means simpler geometries and faster performance).
withTolerance(float) - Method in class com.mapbox.mapboxsdk.style.sources.GeoJsonOptions
Douglas-Peucker simplification tolerance (higher means simpler geometries and faster performance).
withTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.maps.Style.Builder
Will add the transition when the map style has loaded.
withWrap(boolean) - Method in class com.mapbox.mapboxsdk.style.sources.CustomGeometrySourceOptions
If the data includes wrapped coordinates, setting this to true unwraps the coordinates.
world() - Static method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
Returns the world bounds.
worldSpan() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBoundsTest
 
wrap() - Method in class com.mapbox.mapboxsdk.geometry.LatLng
Return a new LatLng object with a wrapped Longitude.
wrap(double, double, double) - Static method in class com.mapbox.mapboxsdk.utils.MathUtils
Constrains value to the given range (including min, excluding max) via modular arithmetic.
writeToParcel(Parcel, int) - Method in class com.mapbox.mapboxsdk.annotations.MarkerOptions
Deprecated.
Flatten this object in to a Parcel.
writeToParcel(Parcel, int) - Method in class com.mapbox.mapboxsdk.annotations.PolygonOptions
Deprecated.
Flatten this object in to a Parcel.
writeToParcel(Parcel, int) - Method in class com.mapbox.mapboxsdk.annotations.PolylineOptions
Deprecated.
Flatten this object in to a Parcel.
writeToParcel(Parcel, int) - Method in class com.mapbox.mapboxsdk.camera.CameraPosition
Flatten this object in to a Parcel.
writeToParcel(Parcel, int) - Method in class com.mapbox.mapboxsdk.geometry.LatLng
Flatten this object in to a Parcel.
writeToParcel(Parcel, int) - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
Flatten this object in to a Parcel.
writeToParcel(Parcel, int) - Method in class com.mapbox.mapboxsdk.geometry.LatLngBoundsZoom
Flatten this object in to a Parcel.
writeToParcel(Parcel, int) - Method in class com.mapbox.mapboxsdk.geometry.LatLngQuad
 
writeToParcel(Parcel, int) - Method in class com.mapbox.mapboxsdk.geometry.LatLngSpan
Flatten this object in to a Parcel.
writeToParcel(Parcel, int) - Method in class com.mapbox.mapboxsdk.geometry.ProjectedMeters
Flatten this object in to a Parcel.
writeToParcel(Parcel, int) - Method in class com.mapbox.mapboxsdk.geometry.VisibleRegion
Flatten this object in to a Parcel.
writeToParcel(Parcel, int) - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions
 
writeToParcel(Parcel, int) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
 
writeToParcel(Parcel, int) - Method in class com.mapbox.mapboxsdk.offline.CacheAreaDefinition
 
writeToParcel(Parcel, int) - Method in class com.mapbox.mapboxsdk.offline.OfflineGeometryRegionDefinition
 
writeToParcel(Parcel, int) - Method in class com.mapbox.mapboxsdk.offline.OfflineTilePyramidRegionDefinition
 
A B C D E F G H I K L M N O P Q R S T U V W Z 
Skip navigation links