GeoJsonPoint constructor

GeoJsonPoint(
  1. List<double> coordinates
)

Implementation

GeoJsonPoint(this.coordinates);