Renderer

abstract class Renderer(map: MapView? = null)

Base Abstract class for all renderers.

Inheritors

Constructors

Link copied to clipboard
constructor(map: MapView? = null)

Properties

Link copied to clipboard
open var map: MapView?

the MapView which will display this Renderer.

Functions

Link copied to clipboard

Remove this renderer from the current map.