Interface ImageUrlProvider

Package world.mappable.mapkit.images

interface ImageUrlProvider

Summary

Methods

Type and modifiers

Method and Description

java.lang.String

formatUrl(@NonNull ImageDataDescriptor descriptor)
Generates an URL that is used to load described image.

Methods

formatUrl

@AnyThread @NonNull
java.lang.String formatUrl(@NonNull ImageDataDescriptor descriptor)

Generates an URL that is used to load described image.

This method may be called on any thread. Its implementation must be thread-safe.