GeoJsonPoint constructor

GeoJsonPoint({
  1. required GeoPoint geoPoint,
  2. String? name,
})

Default constructor

Implementation

GeoJsonPoint({required this.geoPoint, this.name});