moveCameraToZone method
Moves the camera to focus on a specific zone.
zone
is the zone whose coordinates will be focused on in the map.
Implementation
void moveCameraToZone(Zone zone) {
_moveCameraToZone(zone.coordinates);
}
Moves the camera to focus on a specific zone.
zone
is the zone whose coordinates will be focused on in the map.
void moveCameraToZone(Zone zone) {
_moveCameraToZone(zone.coordinates);
}