addVertices

open fun addVertices(@NonNull() vertices: List<GeoCoordinates>): PolylineData.Builder

Adds GeoCoordinates at the end of the path of the MapPolyline.

Parameters

vertices

List of GeoCoordinates that defines additional part of the Polyline path.

open fun addVertices(@NonNull() nextVertex: Array<GeoCoordinates>): PolylineData.Builder

Adds the GeoCoordinate at the end of the path of the MapPolyline.

Parameters

nextVertex

GeoCoordinates that defines next vertex(s) of the Polyline path.