Skip to content

Instantly share code, notes, and snippets.

@calindotgabriel
Last active September 17, 2015 12:23
Show Gist options
  • Save calindotgabriel/f8623ed3e8266795c712 to your computer and use it in GitHub Desktop.
Save calindotgabriel/f8623ed3e8266795c712 to your computer and use it in GitHub Desktop.
String myMapID = "yourMapID";
String accesToken = "yourAccesToken";
MapBoxOnlineTileProvider provider = new MapBoxOnlineTileProvider(myMapID, accesToken);
mMap.addTileOverlay(new TileOverlayOptions()
.tileProvider(provider));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment