getStyleImage

abstract fun getStyleImage(@NonNull imageId: String): Image

Get an `image` from the style.

Return

The `image` for the given `imageId`, or empty if no image is associated with the `imageId`.

Parameters

imageId

The identifier of the `image`.