Posts by Fernando Bonfim • 11 points
1 post
-
0
votes4
answers2456
viewsA: Set coordinates when opening map
just call CameraUpdateFactory.newLatLng(LatLng) when loading the map, or where necessary. Build a Latlng object that has the x and y point and you’re done.