public interface TileUrlFactory
LevelSet
.Modifier and Type | Method and Description |
---|---|
java.lang.String |
urlForTile(Tile tile,
java.lang.String imageFormat)
Constructs the URL string associated with a specified tile and image format.
|
java.lang.String urlForTile(Tile tile, java.lang.String imageFormat)
tile
- the tile for which to create the URLimageFormat
- an optional image format used to create the URL, may be null in which case a default image
format is usedjava.lang.IllegalArgumentException
- if the tile is null