GeoMultiLineString constructor

GeoMultiLineString(
  1. List<List<LatLng>> lineStrings
)

Implementation

GeoMultiLineString(this.lineStrings);