GeomPoint constructor

GeomPoint({
  1. required LatLng coordinates,
})

Implementation

GeomPoint({
  required this.coordinates,
});