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 

I

i(String, String) - Static method in class com.mapbox.mapboxsdk.log.Logger
Send an info log message.
i(String, String, Throwable) - Static method in class com.mapbox.mapboxsdk.log.Logger
Send an info log message and log the exception.
i(String, String) - Method in interface com.mapbox.mapboxsdk.log.LoggerDefinition
Send an info log message.
i(String, String, Throwable) - Method in interface com.mapbox.mapboxsdk.log.LoggerDefinition
Send an info log message and log the exception.
icon - Variable in class com.mapbox.mapboxsdk.annotations.BaseMarkerOptions
Deprecated.
 
icon(Icon) - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerOptions
Deprecated.
Set the icon of the Marker.
Icon - Class in com.mapbox.mapboxsdk.annotations
Deprecated.
As of 7.0.0, use Mapbox Annotation Plugin instead
ICON_ANCHOR_BOTTOM - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The bottom of the icon is placed closest to the anchor.
ICON_ANCHOR_BOTTOM_LEFT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The bottom left corner of the icon is placed closest to the anchor.
ICON_ANCHOR_BOTTOM_RIGHT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The bottom right corner of the icon is placed closest to the anchor.
ICON_ANCHOR_CENTER - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The center of the icon is placed closest to the anchor.
ICON_ANCHOR_LEFT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The left side of the icon is placed closest to the anchor.
ICON_ANCHOR_RIGHT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The right side of the icon is placed closest to the anchor.
ICON_ANCHOR_TOP - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The top of the icon is placed closest to the anchor.
ICON_ANCHOR_TOP_LEFT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The top left corner of the icon is placed closest to the anchor.
ICON_ANCHOR_TOP_RIGHT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The top right corner of the icon is placed closest to the anchor.
ICON_PITCH_ALIGNMENT_AUTO - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
Automatically matches the value of Property.ICON_ROTATION_ALIGNMENT.
ICON_PITCH_ALIGNMENT_MAP - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The icon is aligned to the plane of the map.
ICON_PITCH_ALIGNMENT_VIEWPORT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The icon is aligned to the plane of the viewport.
ICON_ROTATION_ALIGNMENT_AUTO - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
ICON_ROTATION_ALIGNMENT_MAP - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
When Property.SYMBOL_PLACEMENT is set to Property.SYMBOL_PLACEMENT_POINT, aligns icons east-west.
ICON_ROTATION_ALIGNMENT_VIEWPORT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
Produces icons whose x-axes are aligned with the x-axis of the viewport, regardless of the value of Property.SYMBOL_PLACEMENT.
ICON_TEXT_FIT_BOTH - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The icon is scaled in both x- and y-dimensions.
ICON_TEXT_FIT_HEIGHT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The icon is scaled in the y-dimension to fit the height of the text.
ICON_TEXT_FIT_NONE - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The icon is displayed at its intrinsic aspect ratio.
ICON_TEXT_FIT_WIDTH - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The icon is scaled in the x-dimension to fit the width of the text.
ICON_TRANSLATE_ANCHOR_MAP - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
Icons are translated relative to the map.
ICON_TRANSLATE_ANCHOR_VIEWPORT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
Icons are translated relative to the viewport.
iconAllowOverlap(Boolean) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
If true, the icon will be visible even if it collides with other previously drawn symbols.
iconAllowOverlap(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
If true, the icon will be visible even if it collides with other previously drawn symbols.
iconAnchor(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Part of the icon placed closest to the anchor.
iconAnchor(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Part of the icon placed closest to the anchor.
IconBitmapChangedException - Exception in com.mapbox.mapboxsdk.exceptions
An IconBitmapChangedException is thrown by MapView when a Marker is added that has an Icon with a Bitmap that has been modified since the creation of the Icon.
IconBitmapChangedException() - Constructor for exception com.mapbox.mapboxsdk.exceptions.IconBitmapChangedException
 
iconColor(int) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The color of the icon.
iconColor(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The color of the icon.
iconColor(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The color of the icon.
IconFactory - Class in com.mapbox.mapboxsdk.annotations
Deprecated.
As of 7.0.0, use Mapbox Annotation Plugin instead
iconHaloBlur(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Fade out the halo towards the outside.
iconHaloBlur(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Fade out the halo towards the outside.
iconHaloColor(int) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The color of the icon's halo.
iconHaloColor(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The color of the icon's halo.
iconHaloColor(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The color of the icon's halo.
iconHaloWidth(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Distance of halo to the icon outline.
iconHaloWidth(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Distance of halo to the icon outline.
iconIgnorePlacement(Boolean) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
If true, other symbols can be visible even if they collide with the icon.
iconIgnorePlacement(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
If true, other symbols can be visible even if they collide with the icon.
iconImage(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Name of image in sprite to use for drawing an image background.
iconImage(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Name of image in sprite to use for drawing an image background.
iconKeepUpright(Boolean) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
If true, the icon may be flipped to prevent it from being rendered upside-down.
iconKeepUpright(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
If true, the icon may be flipped to prevent it from being rendered upside-down.
iconOffset(Float[]) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Offset distance of icon from its anchor.
iconOffset(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Offset distance of icon from its anchor.
iconOpacity(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The opacity at which the icon will be drawn.
iconOpacity(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The opacity at which the icon will be drawn.
iconOptional(Boolean) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
If true, text will display without their corresponding icons when the icon collides with other symbols and the text does not.
iconOptional(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
If true, text will display without their corresponding icons when the icon collides with other symbols and the text does not.
iconPadding(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Size of the additional area around the icon bounding box used for detecting symbol collisions.
iconPadding(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Size of the additional area around the icon bounding box used for detecting symbol collisions.
iconPitchAlignment(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Orientation of icon when map is pitched.
iconPitchAlignment(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Orientation of icon when map is pitched.
iconRotate(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Rotates the icon clockwise.
iconRotate(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Rotates the icon clockwise.
iconRotationAlignment(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
In combination with Property.SYMBOL_PLACEMENT, determines the rotation behavior of icons.
iconRotationAlignment(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
In combination with Property.SYMBOL_PLACEMENT, determines the rotation behavior of icons.
iconSize(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Scales the original size of the icon by the provided factor.
iconSize(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Scales the original size of the icon by the provided factor.
IconTest - Class in com.mapbox.mapboxsdk.annotations
 
IconTest() - Constructor for class com.mapbox.mapboxsdk.annotations.IconTest
 
iconTextFit(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Scales the icon to fit around the associated text.
iconTextFit(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Scales the icon to fit around the associated text.
iconTextFitPadding(Float[]) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Size of the additional area added to dimensions determined by Property.ICON_TEXT_FIT, in clockwise order: top, right, bottom, left.
iconTextFitPadding(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Size of the additional area added to dimensions determined by Property.ICON_TEXT_FIT, in clockwise order: top, right, bottom, left.
iconTranslate(Float[]) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Distance that the icon's anchor is moved from its original placement.
iconTranslate(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Distance that the icon's anchor is moved from its original placement.
iconTranslateAnchor(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Controls the frame of reference for PropertyFactory.iconTranslate(java.lang.Float[]).
iconTranslateAnchor(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Controls the frame of reference for PropertyFactory.iconTranslate(java.lang.Float[]).
id() - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Gets the feature's id, if it has one.
Image - Class in com.mapbox.mapboxsdk.maps
 
Image(byte[], float, String, int, int, boolean) - Constructor for class com.mapbox.mapboxsdk.maps.Image
 
Image(byte[], float, String, int, int, boolean, float[], float[], float[]) - Constructor for class com.mapbox.mapboxsdk.maps.Image
 
image(Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns image expression for use in '*-pattern' and 'icon-image' layer properties.
ImageContent - Class in com.mapbox.mapboxsdk.maps
Describes the image content, e.g.
ImageContent(float, float, float, float) - Constructor for class com.mapbox.mapboxsdk.maps.ImageContent
 
ImageSource - Class in com.mapbox.mapboxsdk.style.sources
Image source, allows a georeferenced raster image to be shown on the map.
ImageSource(String, LatLngQuad, URL) - Constructor for class com.mapbox.mapboxsdk.style.sources.ImageSource
ImageSource(String, LatLngQuad, URI) - Constructor for class com.mapbox.mapboxsdk.style.sources.ImageSource
Create an ImageSource from coordinates and an image URI
ImageSource(String, LatLngQuad, Bitmap) - Constructor for class com.mapbox.mapboxsdk.style.sources.ImageSource
Create an ImageSource from coordinates and a bitmap image
ImageSource(String, LatLngQuad, int) - Constructor for class com.mapbox.mapboxsdk.style.sources.ImageSource
Create an ImageSource from coordinates and a bitmap image resource
ImageStretches - Class in com.mapbox.mapboxsdk.maps
Describes the image stretch areas.
ImageStretches(float, float) - Constructor for class com.mapbox.mapboxsdk.maps.ImageStretches
 
ImageWrapper(String, Bitmap, boolean) - Constructor for class com.mapbox.mapboxsdk.maps.Style.Builder.ImageWrapper
 
ImageWrapper(String, Bitmap, boolean, List<ImageStretches>, List<ImageStretches>, ImageContent) - Constructor for class com.mapbox.mapboxsdk.maps.Style.Builder.ImageWrapper
 
in(Expression, Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Retrieves whether an item exists in an array or a substring exists in a string.
in(Number, Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Retrieves whether an item exists in an array or a substring exists in a string.
in(String, Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Retrieves whether an item exists in an array or a substring exists in a string.
include(LatLng) - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds.Builder
Adds a LatLng object to the LatLngBounds.Builder.
include(LatLng) - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
Constructs a LatLngBounds from current bounds with an additional latitude-longitude pair.
include() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBoundsTest
 
includes(List<LatLng>) - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds.Builder
Adds a LatLng object to the LatLngBounds.Builder.
includes() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBoundsTest
 
includeSameLatLngs() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBoundsTest
 
includesOrderDoesNotMatter() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBoundsTest
 
includesOverDateline1() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBoundsTest
 
includesOverDateline2() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBoundsTest
 
includesOverDateline3() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBoundsTest
 
includingBothStyleResAndComponentOptions_causesExceptionToBeThrown() - Method in class com.mapbox.mapboxsdk.location.LocationComponentActivationOptionsTest
 
INFO - Static variable in class com.mapbox.mapboxsdk.log.Logger
Priority constant for the println method; use Logger.i.
InfoWindow - Class in com.mapbox.mapboxsdk.annotations
Deprecated.
As of 7.0.0, use Mapbox Annotation Plugin instead
InfoWindowTest - Class in com.mapbox.mapboxsdk.annotations
 
InfoWindowTest() - Constructor for class com.mapbox.mapboxsdk.annotations.InfoWindowTest
 
init(Context) - Static method in class com.mapbox.mapboxsdk.utils.ThreadUtils
Initialises the thread utils, verifies debug state of the consuming app.
initialiseAttributionView() - Method in class com.mapbox.mapboxsdk.maps.MapView
 
initialiseCompassView() - Method in class com.mapbox.mapboxsdk.maps.MapView
 
initialiseLogoView() - Method in class com.mapbox.mapboxsdk.maps.MapView
 
initialize(Context, MapboxMapOptions) - Method in class com.mapbox.mapboxsdk.maps.MapView
 
initialize(String) - Method in class com.mapbox.mapboxsdk.style.layers.BackgroundLayer
 
initialize(String, String) - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
 
initialize(String, long) - Method in class com.mapbox.mapboxsdk.style.layers.CustomLayer
 
initialize(String, String) - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
 
initialize(String, String) - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
 
initialize(String, String) - Method in class com.mapbox.mapboxsdk.style.layers.HeatmapLayer
 
initialize(String, String) - Method in class com.mapbox.mapboxsdk.style.layers.HillshadeLayer
 
initialize(String, String) - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
 
initialize(String, String) - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
 
initialize(String, String) - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
 
initialize(String, Object) - Method in class com.mapbox.mapboxsdk.style.sources.CustomGeometrySource
 
initialize(String, Object) - Method in class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
 
initialize(String, LatLngQuad) - Method in class com.mapbox.mapboxsdk.style.sources.ImageSource
 
initialize(String, Object, int) - Method in class com.mapbox.mapboxsdk.style.sources.RasterDemSource
 
initialize(String, Object, int) - Method in class com.mapbox.mapboxsdk.style.sources.RasterSource
 
initialize() - Method in class com.mapbox.mapboxsdk.style.sources.UnknownSource
 
initialize(String, Object) - Method in class com.mapbox.mapboxsdk.style.sources.VectorSource
 
initializeFileDirsPaths(Context) - Static method in class com.mapbox.mapboxsdk.storage.FileSource
Initializes file directories paths.
inject(Context, String) - Static method in class com.mapbox.mapboxsdk.MapboxInjector
 
inject(Context, String, String) - Static method in class com.mapbox.mapboxsdk.MapboxInjector
 
injectCompassAnimationListener(MapboxMap.OnCompassAnimationListener) - Method in class com.mapbox.mapboxsdk.maps.widgets.CompassView
 
innerUnion() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBoundsTest
 
instance(Context) - Static method in class com.mapbox.mapboxsdk.net.ConnectivityReceiver
Get a single instance of ConnectivityReceiver.
intermediatePoints(List<Location>) - Method in class com.mapbox.mapboxsdk.location.LocationUpdate.Builder
This method can be used to provide the list of locations that are on the path to the target location.
interpolate(Expression.Interpolator, Expression, Expression...) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Produces continuous, smooth results by interpolating between pairs of input and output values (\"stops\").
interpolate(Expression.Interpolator, Expression, Expression.Stop...) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Produces continuous, smooth results by interpolating between pairs of input and output values (\"stops\").
intersect(LatLngBounds) - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
Returns a new LatLngBounds that is the intersection of this with another LatLngBounds,
intersect(double, double, double, double) - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
Returns a new LatLngBounds that is the intersection of this with another box.
intersect() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBoundsTest
 
intersectDoesNotWestWrapCheck() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBoundsTest
 
intersectEastDoesNotWrapCheck() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBoundsTest
 
intersectEastLessThanWestCheck() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBoundsTest
 
intersectNorthCheck() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBoundsTest
 
intersectNot() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBoundsTest
 
intersectSouthCheck() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBoundsTest
 
intersectSouthLessThanNorthCheck() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBoundsTest
 
invalidate() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Invalidates the ViewSettings instances shown on top of the MapView
invalidate(OfflineRegion.OfflineRegionInvalidateCallback) - Method in class com.mapbox.mapboxsdk.offline.OfflineRegion
Invalidate all the tiles from an offline region forcing Mapbox GL to revalidate the tiles with the server before using.
invalidateAmbientCache(OfflineManager.FileSourceCallback) - Method in class com.mapbox.mapboxsdk.offline.OfflineManager
Forces re-validation of the ambient cache.
invalidateContentPadding() - Method in class com.mapbox.mapboxsdk.maps.Projection
Deprecated.
unused
invalidateRegion(LatLngBounds) - Method in class com.mapbox.mapboxsdk.style.sources.CustomGeometrySource
Invalidate previously provided features within a given bounds at all zoom levels.
invalidateTile(int, int, int) - Method in class com.mapbox.mapboxsdk.style.sources.CustomGeometrySource
Invalidate the geometry contents of a specific tile.
InvalidLatLngBoundsException - Exception in com.mapbox.mapboxsdk.exceptions
An InvalidLatLngBoundsException is thrown by LatLngBounds when there aren't enough LatLng to create a bounds.
InvalidLatLngBoundsException(int) - Constructor for exception com.mapbox.mapboxsdk.exceptions.InvalidLatLngBoundsException
 
InvalidMarkerPositionException - Exception in com.mapbox.mapboxsdk.exceptions
A InvalidMarkerPositionException is thrown when a Marker object is created with an invalid LatLng position.
InvalidMarkerPositionException() - Constructor for exception com.mapbox.mapboxsdk.exceptions.InvalidMarkerPositionException
Creates a invalid marker position exception thrown when a Marker object is created with an invalid LatLng position.
isActivated() - Method in class com.mapbox.mapboxsdk.storage.FileSource
 
isAllowConcurrentMultipleOpenInfoWindows() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Deprecated.
As of 7.0.0, use Mapbox Annotation Plugin instead
isAnimating(boolean) - Method in class com.mapbox.mapboxsdk.maps.widgets.CompassView
 
isAttributionEnabled() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Returns whether the attribution is enabled.
isCompassEnabled() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Returns whether the compass is enabled.
isCompassFadeWhenFacingNorth() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Returns whether the compass performs a fading animation out when facing north.
isComplete() - Method in class com.mapbox.mapboxsdk.offline.OfflineRegionStatus
Validates if the region download has completed
isConnected() - Static method in class com.mapbox.mapboxsdk.Mapbox
Determines whether we have an internet connection available.
isConnected() - Method in class com.mapbox.mapboxsdk.net.ConnectivityReceiver
Get current connectivity state
isDebugActive() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Returns whether the map debug information is currently shown.
isDeliveringInactiveMessages() - Method in class com.mapbox.mapboxsdk.offline.OfflineRegion
Gets whether or not the `OfflineRegionObserver` will continue to deliver messages even if the region state has been set as STATE_INACTIVE.
isDeselectMarkersOnTap() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Gets whether the markers are automatically deselected (and therefore, their infowindows closed) when a map tap is detected.
isDestroyed() - Method in class com.mapbox.mapboxsdk.maps.MapView
Returns if the map has been destroyed.
isDetached() - Method in class com.mapbox.mapboxsdk.style.layers.Layer
 
isDisableRotateWhenScaling() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Returns whether rotation gesture detector is disabled when scale is detected first.
isDoubleTapGesturesEnabled() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Returns whether the user may zoom the map with a double tap.
isEmptySpan() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
Validate if LatLngBounds is empty, determined if absolute distance is
isEnablePlacementTransitions() - Method in class com.mapbox.mapboxsdk.style.layers.TransitionOptions
Get the flag that describes whether the fade in/out symbol placement transition should be enabled.
isExpression() - Method in class com.mapbox.mapboxsdk.style.layers.PropertyValue
Returns if this is a expression.
isExternalStorageReadable() - Static method in class com.mapbox.mapboxsdk.storage.FileSource
Checks if external storage is available to at least read.
isFacingNorth() - Method in class com.mapbox.mapboxsdk.maps.widgets.CompassView
 
isFadeCompassViewFacingNorth() - Method in class com.mapbox.mapboxsdk.maps.widgets.CompassView
 
isFlingVelocityAnimationEnabled() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Returns whether fling velocity animation should execute after users finishes a gesture.
isFullyLoaded() - Method in class com.mapbox.mapboxsdk.maps.Style
Returns true if the style is fully loaded.
isHidden() - Method in class com.mapbox.mapboxsdk.maps.widgets.CompassView
 
isHorizontalScrollGesturesEnabled() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Returns whether the user may scroll horizontally around the map.
isIncreaseRotateThresholdWhenScaling() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Deprecated.
isIncreaseScaleThresholdWhenRotating() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Returns whether scale threshold should be increase whenever rotation is detected.
isInfoWindowShown() - Method in class com.mapbox.mapboxsdk.annotations.Marker
Deprecated.
Do not use this method, used internally by the SDK.
isLegacyImageDrawableSetter() - Method in class com.mapbox.mapboxsdk.maps.widgets.CompassView
 
isLocalIdeographFontFamilyEnabled() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Returns true if local ideograph font family is enabled, defaults to true.
isLocationComponentActivated() - Method in class com.mapbox.mapboxsdk.location.LocationComponent
Returns whether the location component is activated.
isLocationComponentEnabled() - Method in class com.mapbox.mapboxsdk.location.LocationComponent
Returns whether the plugin is enabled, meaning that location can be displayed and camera modes can be used.
isLogoEnabled() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Returns whether the logo is enabled.
isNull() - Method in class com.mapbox.mapboxsdk.style.layers.PropertyValue
Returns if this is null
isQuickZoomGesturesEnabled() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Returns whether the user may zoom the map by tapping twice, holding and moving the pointer up and down.
isRequiredResourceCountPrecise() - Method in class com.mapbox.mapboxsdk.offline.OfflineRegionStatus
Returns when the value of requiredResourceCount is a precise count of the number of required resources, and false when it is merely a lower bound.
isRotateGesturesEnabled() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Returns whether the user may rotate the map.
isRotateVelocityAnimationEnabled() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Returns whether rotate velocity animation should execute after users finishes a gesture.
isScaleVelocityAnimationEnabled() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Returns whether scale velocity animation should execute after users finishes a gesture.
isScrollGesturesEnabled() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Returns whether the user may scroll around the map.
isSdf() - Method in class com.mapbox.mapboxsdk.maps.Style.Builder.ImageWrapper
 
isShortText() - Method in class com.mapbox.mapboxsdk.attribution.AttributionLayout
 
isSupportedScript(Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns true if the input string is expected to render legibly.
isSupportedScript(String) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns true if the input string is expected to render legibly.
isTiltGesturesEnabled() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Returns whether the user may tilt the map.
isTranslucentSurface() - Method in class com.mapbox.mapboxsdk.maps.renderer.textureview.TextureViewMapRenderer
 
isUserAnimationInProgress() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Check if the animation is currently performed by the user (e.g.
isValue() - Method in class com.mapbox.mapboxsdk.style.layers.PropertyValue
Returns if this is a value.
isVolatile() - Method in class com.mapbox.mapboxsdk.style.sources.Source
Retrieve whether or not the fetched tiles for the given source should be stored in the local cache
isZoomGesturesEnabled() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Returns whether the user may zoom the map.
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