Skip to content

Instantly share code, notes, and snippets.

@cocoahero
Created July 25, 2012 17:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cocoahero/3177433 to your computer and use it in GitHub Desktop.
Save cocoahero/3177433 to your computer and use it in GitHub Desktop.
OSMDroid MapQuestOSM
this.mMapView = new MapView(this, 256);
this.mMapView.setClickable(true);
this.mMapView.setMultiTouchControls(true);
this.mMapView.setTileSource(TileSourceFactory.MAPQUESTOSM);
this.mMapView.getController().setZoom(5);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment