getRenderer method

Renderer getRenderer(
  1. Path layer
)

Methods Returns the instance of Renderer that should be used to render the given Path. It will ensure that the renderer options of the map and paths are respected, and that the renderers do exist on the map.

Implementation

external Renderer getRenderer(Path layer);