goToPointThenZoom abstract method
Move camera to point
and zoom
(like flyTo in leaflet)
Implementation
goToPointThenZoom(LatLng point, double zoom);
Move camera to point
and zoom
(like flyTo in leaflet)
goToPointThenZoom(LatLng point, double zoom);