build
fun build( tilesDataset: String? = null, tilesProfile: String? = null, tilesVersion: String? = null): TilesetDescriptor
Content copied to clipboard
Creates TilesetDescriptor using the specified dataset, profile and version.
Parameters
tilesDataset
string built out of <account>[.<graph>]
variables. Account can be mapbox
for default datasets or your username for other. Graph can be left blank if you don't target any custom datasets. If null RoutingTilesOptions.tilesDataset will be used.
tilesProfile
profile of the dataset. If null RoutingTilesOptions.tilesProfile will be used.
tilesVersion
tiles version If null RoutingTilesOptions.tilesVersion will be used.