PoiEditorPage constructor

const PoiEditorPage({
  1. OsmChange? amenity,
  2. Preset? preset,
  3. LatLng? location,
  4. bool isModified = false,
})

Implementation

const PoiEditorPage({
  this.amenity,
  this.preset,
  this.location,
  this.isModified = false,
});