Currently I can allow nullable with
MapMarker::make('Location')
->latitude('lat')
->longitude('lng')
->nullable()
->nullValues([0])
But if the map is moved at all it's impossible to re-nullify it, can we get a button to clear or reset the map? In my case the lat/lng is conditional so even accepting 0 as null was a compromise as that is a real lat/lng.