Home > @magiclane/maps-sdk > GemView > stopFollowingPosition
GemView.stopFollowingPosition() method
Stop the camera from following the current real/simulated position.
Signature:
stopFollowingPosition(input?: {
restoreCameraMode?: boolean;
}): void;Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
{ restoreCameraMode } |
(not declared) |
(Optional) |
|
input |
{ restoreCameraMode?: boolean; } |
(Optional) |
Returns:
void
Exceptions
An exception if it fails.