googlemaps / googlemaps/google-maps-ios-utils
No way to get tapped coordinates on overlay
Open
priority: p3
type: bug
- Dominant language
- Objective-C
- Stars
- 778
- Forks
- 441
- PR merge metrics
- No merged PRs in 30d
Description
Since [PR 376](https://github.com/googlemaps/google-maps-ios-utils/pull/376), overlays from KML places are tappable.
It prevents the `didTapAtCoordinate` delegate method to be called when we've tapped an overlay. So that now, we cannot get the tapped coordinates at all when we've tapped an overlay.
Can we fix by either :
- Control the overlays tappable value by passing a param somewhere (to the GMUGeometryRenderer constructor?)
or
- passing the tapped coordinates in the didTapOverlay method
?
Contributor guide
Assessment
This issue has not been assessed yet.