Perhaps I’m missing this. I reviewed all the API docs and samples and could not find the answer.
Is it possible to addMarker to a location the user touches/taps on the map? As far as I can tell we get touch / tap events on the markers we add through our code but we don’t get a touch event on the mapView itself. If I get a touch event on the mapView which returns coordinates touched then I could use this information to addMarker but I don’t see how it can be done.
Am I missing the painfully obvious or is this a current shortcoming of the mapView implementation?
Thanks for your help.