Custom Layer Host
interface CustomLayerHost
Interface for hosting a custom map style layer.
Functions
Link copied to clipboard
Called when the system has destroyed the underlying GL context.
Link copied to clipboard
Destroy any GL state needed by the custom layer, and deallocate context, if necessary.
Link copied to clipboard
Initialize any GL state needed by the custom layer.
Link copied to clipboard
open fun prerender(@NonNull parameters: CustomLayerRenderParameters): CustomLayerRenderConfiguration
Note!
Link copied to clipboard
Render the layer.
Link copied to clipboard
Note!