setLatLngs method

Polyline setLatLngs(
  1. List latlngs
)

Replaces all the points in the polyline with the given array of geographical points.

Implementation

external Polyline setLatLngs(List latlngs);