stopFollowingPosition method

void stopFollowingPosition()

Stop the camera from following the current real/simulated position.

Throws

  • An exception if it fails.

Implementation

void stopFollowingPosition() {
  objectMethod(_pointerId, 'MapView', 'stopFollowingPosition');
}