stopFollowingPosition method
- bool restoreCameraMode = false,
Stop the camera from following the current real/simulated position.
** Parameters**
- IN restoreCameraMode Restore default camera zoomLevel and pitchInDegrees in follow position mode
Throws
- An exception if it fails.
Implementation
void stopFollowingPosition({bool restoreCameraMode = false}) {
objectMethod(
_pointerId,
'MapView',
'stopFollowingPosition',
args: restoreCameraMode,
);
}