location property
LatLng
get
location
Get the current location of the main screen.
Implementation
LatLng get location;
set
location
(LatLng value)
Teleports the map to the given location.
Implementation
set location(LatLng value);