GeoLineString constructor

GeoLineString(
  1. List<LatLng> points
)

Implementation

GeoLineString(this.points) : super();