Skip to content

Instantly share code, notes, and snippets.

@abdallaadelessa
Created November 15, 2015 15:00
Show Gist options
  • Save abdallaadelessa/76069cb9dc0e2c70f781 to your computer and use it in GitHub Desktop.
Save abdallaadelessa/76069cb9dc0e2c70f781 to your computer and use it in GitHub Desktop.
String styleUrl = "asset://mapbox/basewithground.json";
mMapView.setStyleUrl(styleUrl);
mMapView.setVisibleCoordinateBounds(new CoordinateBounds(new LatLng(30.017535041023624, 31.411263942718506)
, new LatLng(30.01926989644603, 31.413833498954773)));
mMapView.setCenterCoordinate(new LatLng(30.01833860567525, 31.412964463233948));
mMapView.setZoomLevel(18,true);
mMapView.setZoomEnabled(false);
mMapView.setScrollEnabled(false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment