Class TileUrlProvider

    • Constructor Detail

      • TileUrlProvider

        public TileUrlProvider(String urlTemplate)
        Parameters:
        urlTemplate - the url template.
    • Method Detail

      • getUrl

        public String getUrl(Tile tile)
        Description copied from interface: UrlProvider
        Get the url for this thing.
        Specified by:
        getUrl in interface  UrlProvider<Tile>
        Parameters:
        tile - the thing to get.
        Returns:
        the url for this thing.