Skip to content

Instantly share code, notes, and snippets.

@hitherejoe
Last active September 22, 2016 09:45
Show Gist options
  • Save hitherejoe/2006bce040efaa3a986d756a3f54d2ac to your computer and use it in GitHub Desktop.
Save hitherejoe/2006bce040efaa3a986d756a3f54d2ac to your computer and use it in GitHub Desktop.
try {
boolean success = map.setMapStyle(
MapStyleOptions.loadRawResourceStyle(this, R.raw.style_json));
if (!success) {
// Handle map style load failure
}
} catch (Resources.NotFoundException e) {
// Oops, looks like the map style resource couldn't be found!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment