Updates can be made to the "Address" field without being serialized.
Currently, the store() method is only called after attempting to geocode the input. We should always store the value, even if the map hasn't been changed, because users may search, reposition the pin, then rename the location.
Updates can be made to the "Address" field without being serialized.
Currently, the
store()
method is only called after attempting to geocode the input. We should always store the value, even if the map hasn't been changed, because users may search, reposition the pin, then rename the location.