Onboard Router Options
class OnboardRouterOptions
Content copied to clipboard
Defines options for on-board router. These options enable a feature also known as Free Drive. This allows the navigator to map-match your location onto the road network without a route.
Parameters
tilesUri
tiles endpoint
tilesVersion
version of tiles. If not specified (empty), latest version is used
filePath
used for storing road network tiles
keepOlderTilesVersions
true if older version tiles must be kept, false if not. Note that this only works if tilesVersion is empty
minDaysBetweenServerAndLocalTilesVersion
is the minimum time in days between local version of tiles and latest on the server to consider using the latest version of routing tiles from the server. As updating tiles frequently consumes considerably energy and bandwidth. Note that this only works if tilesVersion is empty.
Types
Builder
Link copied to clipboard
Functions
Properties
keepOlderTilesVersions
Link copied to clipboard
minDaysBetweenServerAndLocalTilesVersion
Link copied to clipboard
tilesVersion
Link copied to clipboard