formatUrl abstract method

String formatUrl(
  1. TileId tileId,
  2. Version version,
  3. Map<String, String> features
)

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);