Builder

class Builder

Builder for RoutingTilesOptions. You must choose a filePath for this to be built successfully.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Link copied to clipboard

Set navigation tiles version which will be used for routing in case an offline route can't be built with tilesVersion. Fallback doesn't happen if no fallbackOfflineTilesVersion provided. Set null to disable fallback.

Link copied to clipboard

Creates a custom file path to store the road network tiles. It is used for persistent configuration and history files storing.

Link copied to clipboard
fun minDaysBetweenServerAndLocalTilesVersion(minDaysBetweenServerAndLocalTilesVersion: Int): RoutingTilesOptions.Builder

Override 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. This only works if tiles version is empty.

Link copied to clipboard

Override the routing tiles base endpoint with a URI.

Link copied to clipboard

String built out of <account>[.<graph>] variables.

Link copied to clipboard

Profile of the dataset. One of (driving|driving-traffic|walking|cycling|truck).

Link copied to clipboard
fun tileStore(tileStore: TileStore?): RoutingTilesOptions.Builder

Override tile store instance. It manages downloads and storage for requests to tile-related API endpoints. For offline/predictive-caching use cases this instance should be the same that is passed to map resource options.

Link copied to clipboard

Override the default routing tiles version.