Skip to content

Instantly share code, notes, and snippets.

@DanishAmjad12
Last active March 20, 2020 07:32
Show Gist options
  • Save DanishAmjad12/84e568834dd951681a12ede8ada2b909 to your computer and use it in GitHub Desktop.
Save DanishAmjad12/84e568834dd951681a12ede8ada2b909 to your computer and use it in GitHub Desktop.
@Override
public void onMapReady(GoogleMap googleMap) {
this.googleMap = googleMap;
MapStyleOptions mapStyleOptions=MapStyleOptions.loadRawResourceStyle(this,R.raw.google_style);
googleMap.setMapStyle(mapStyleOptions);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment