formatUrl abstract method
Create s a URL based on the tile ID, version, and features. Features are some layer customisations. Tiles with appropriate features are prioretized over tiles without them when loading.
Implementation
core.String formatUrl(
mapkit_tile_id.TileId tileId,
mapkit_version.Version version,
core.Map<core.String, core.String> features);