Point constructor

Point({
  1. BBox? bbox,
  2. required Position coordinates,
})

Implementation

Point({super.bbox, required super.coordinates});