Home > @magiclane/maps-sdk > FollowPositionPreferences
FollowPositionPreferences class
Follow position preferences class
Signature:
export declare class FollowPositionPreferences extends GemAutoreleaseObject Extends: GemAutoreleaseObject
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
|
boolean |
Check if accuracy circle is visible. | |
|
|
Get the follow position camera focus in viewport coordinates | ||
|
|
boolean |
Check if position tracking object rotation follows map rotation. | |
|
|
number | ||
|
|
Get the map view perspective in follow position mode. | ||
|
|
number | bigint | ||
|
number |
Get the time interval before starting a turn presentation. | ||
|
boolean |
Check whether manually exiting follow position via touch handler events is enabled. | ||
|
Pair<number, number> |
Get touch handler distance to object adjust limits. | ||
|
Pair<number, number> |
Get touch handler horizontal angle adjust limits. | ||
|
boolean |
Test whether manually adjusted follow position changes are persistent. | ||
|
|
Pair<number, number> |
Get touch handler vertical angle adjust limits. | |
|
|
number |
Get the vertical angle. | |
|
|
number |
Get a zoom level in follow position mode. |
Methods
|
Method |
Modifiers |
Description |
|---|---|---|
|
| ||
|
Set accuracy circle visibility. | ||
|
Set the follow position camera focus in viewport coordinates | ||
|
Set map rotation mode in follow position. | ||
|
Set the map view perspective in follow position mode. | ||
|
Set touch handler vertical angle adjust limits. | ||
|
Set vertical angle in follow position mode. | ||
|
Set a zoom level in follow position mode. |