Developer Portal
API Reference
Developer Community
License
Preparing search index...
The search index is not available
Mappedin JS - v6.19.0
Mappedin JS
TTrackCoordinateOptions
Type Alias TTrackCoordinateOptions
TTrackCoordinateOptions
:
{
mode
:
"tethered"
|
"travelled"
}
&
(
|
{
mode
:
"tethered"
}
&
TTetherOptions
|
{
mode
:
"travelled"
}
&
TTravelledOptions
)
Options for tracking a coordinate on the navigation path.
Type declaration
mode
:
"tethered"
|
"travelled"
The tracking mode to use.
'tethered': Connect the user's position to the closest point on the path
'travelled': Show the travelled portion of the path with a different color
{
mode
:
"tethered"
}
&
TTetherOptions
{
mode
:
"travelled"
}
&
TTravelledOptions
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Developer Portal
API Reference
Developer Community
License
Mappedin JS - v6.19.0
Loading...
Options for tracking a coordinate on the navigation path.