create Renderer
abstract fun createRenderer()
Content copied to clipboard
Creates the infrastructure needed for rendering the map. It should be called before any call to `render` method. Must be called on the render thread.
Creates the infrastructure needed for rendering the map. It should be called before any call to `render` method. Must be called on the render thread.