Interface ImageUrlProvider
Package world.mappable.mapkit.images
interface ImageUrlProvider
Summary
Methods
|
Type and modifiers |
Method and Description |
|
java.lang.String |
formatUrl(@NonNull ImageDataDescriptor descriptor) |
Methods
formatUrl
|
@AnyThread @NonNull |
Generates an URL that is used to load described image.
This method may be called on any thread. Its implementation must be thread-safe.