StyleImageRemoveUnused

An image requested by the `map` through the `StyleImageMissing` event is no longer needed and can be removed using the `removeStyleImage` method. The application can decide whether the image should be kept or removed. Note: If there are no subscribers for the `StyleImageRemoveUnused` event, the `map` will automatically remove the unused image.

Constructors

Link copied to clipboard
open fun StyleImageRemoveUnused(@NonNull imageId: String, @NonNull timestamp: Date)

Functions

Link copied to clipboard
open fun equals(object: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun toString(): String

Properties

Link copied to clipboard
Link copied to clipboard

Extensions

Link copied to clipboard

Extension function to map the newly introduced event to the legacy one.