getTileUrl method

  1. @override
String getTileUrl(
  1. Coords<num> coords,
  2. TileLayerOptions options
)
override

Generate a valid URL for a tile, based on it's coordinates and the current TileLayerOptions

Implementation

@override
String getTileUrl(Coords coords, TileLayerOptions options) {
  return customTileUrl(coords, options);
}