Registry / other / mapbox-android-sdk

mapbox-android-sdk

JSON →
library9.2.1javamavenunverified

Mapbox Maps SDK for Android provides interactive maps with custom styles, markers, and navigation.

<dependency> <groupId>com.mapbox.mapboxsdk</groupId> <artifactId>mapbox-android-sdk</artifactId> <version>9.2.1</version> </dependency>
INSTALL
IMPORT
SIG · MAPBOX-ANDROID-SDK
M
mapbox-android-sdk
otherjavav9.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MapView
com.mapbox.mapboxsdk.maps.MapView

Initialize a MapView and load a Mapbox Streets style.

import com.mapbox.mapboxsdk.maps.MapView; // In Activity onCreate: MapView mapView = findViewById(R.id.mapView); mapView.onCreate(savedInstanceState); mapView.getMapAsync(map -> map.setStyle(Style.MAPBOX_STREETS));
Debug
Known issues
breakingMapbox SDK v10+ uses a different API; this is v9.x which is deprecated.
fix
Migrate to Mapbox Maps SDK v10 or later for new features.
affects: <= 9.x
Upgrade
Version history
9.2.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
mapbox-android-sdk — mvn dependency:get mapbox-android-sdk · libregistry