renderStill

Render the map to an image asynchronously, resulting image will be provided through a callback interface.

Parameters

stillImageCallback

the callback to be invoked when the map image has been created

fun renderStill(stillImageCallback: StillImageCallback)

Render an image of the map based on camera options and debug options asynchronously, resulting image will be provided through a callback interface.

Parameters

cameraOptions

the camera options to use when rendering the map image

debugOptions

the debug options to enable when rendering the map image

stillImageCallback

the callback to be invoked when the map image has been created

fun renderStill(cameraOptions: CameraOptions, debugOptions: List<MapDebugOptions>, stillImageCallback: StillImageCallback)