GeoPath constructor

GeoPath(
  1. List<GeoCoordinate2D> coords
)

Constructor for GeoPath

Implementation

GeoPath(this.coords);