When using the Map’s search feature and searching for an address, after clicking on a result item from the address list, the map zooms to the address coordinates. The marker icon is purple and has a blinking animation. When saving changes, the point data is not saved and is blank. If I manually added the point to the map without using search, the point data is saved correctly.
Why does the search feature not save point data when clicking on an address result?
Digging a little deeper, it seems that the search feature is using the same implementation as the "Find my location" geolocation feature, where the map zooms to the user's location and uses a blinking icon to indicate where they are. I find this somewhat confusing when using the search feature because as i am expecting it to create the point data since i am searching for a point in the map. Understandable that other geometry types would need to be handled differently. But would it be possible to have it create the point data when the map's geometry type is point?
– cyf_dev