Guest User

Untitled

a guest
Feb 23rd, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. map.setMapType(GoogleMap.MAP_TYPE_HYBRID);
  2. map.moveCamera(CameraUpdateFactory.newLatLng(new LatLng(43.000962, -78.787808)));
  3. map.animateCamera(CameraUpdateFactory.zoomTo(15));
Add Comment
Please, Sign In to add comment