add Vertices
open fun addVertices(@NonNull vertices: List<GeoCoordinates>): PolylineData.Builder
Content copied to clipboard
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
Content copied to clipboard
Adds the GeoCoordinate at the end of the path of the MapPolyline.
Parameters
next Vertex
GeoCoordinates that defines next vertex(s) of the Polyline path.