getTileUrl method
Generate a valid URL for a tile, based on it's coordinates and the current
TileLayerOptions
Implementation
@override
String getTileUrl(TileCoordinates coordinates, TileLayer options) {
return customTileUrl(coordinates, options);
}