Interface UrlProvider
Package world.mappable.mapkit.tiles
interface UrlProvider
Provides a formatted URL.
Summary
Methods
|
Type and modifiers |
Method and Description |
|
java.lang.String |
formatUrl(@NonNull TileId tileId, |
Methods
formatUrl
|
@AnyThread @NonNull |
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.
This method may be called on any thread. Its implementation must be thread-safe.