GeoJsonFeatureGeometry constructor

const GeoJsonFeatureGeometry({
  1. required String type,
  2. required List<List<ORSCoordinate>> coordinates,
  3. required GsonFeatureGeometryCoordinatesType internalType,
})

Implementation

const GeoJsonFeatureGeometry({
  required this.type,
  required this.coordinates,
  required this.internalType,
});