addPolyline

abstract fun addPolyline(options: OmhPolylineOptions): OmhPolyline?

Adds a polyline to this map. The polyline is rendered on the map based on the provided options.

Return

OmhPolyline that was added to the map.

Parameters

options

a polyline options object that defines how to render the polyline.