GeoformMarkerDatum constructor

const GeoformMarkerDatum({
  1. required LatLng position,
})

Implementation

const GeoformMarkerDatum({
  required this.position,
});