getStyleImage

abstract fun getStyleImage(imageId: String): Image

Get an `image` from the style.

Return

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

Parameters

imageId

The identifier of the `image`.