menu
google_maps_polygon package
documentation
google_map_polygon.dart
GoogleMapPolygonController
moveTo method
moveTo method
dark_mode
light_mode
moveTo
method
void
moveTo
(
double
lat
,
double
lng
)
Move the map camera (public)
Implementation
void moveTo(double lat, double lng) { _internal.moveTo(lat, lng); }
google_maps_polygon package
documentation
google_map_polygon
GoogleMapPolygonController
moveTo method
GoogleMapPolygonController class