stopFollowingPosition method
Stop the camera from following the current real/simulated position.
Throws
- An exception if it fails.
Implementation
void stopFollowingPosition() {
objectMethod(_pointerId, 'MapView', 'stopFollowingPosition');
}
Stop the camera from following the current real/simulated position.
Throws
void stopFollowingPosition() {
objectMethod(_pointerId, 'MapView', 'stopFollowingPosition');
}