google-maps-ios-utils
google-maps-ios-utils copied to clipboard
No way to get tapped coordinates on overlay
Since PR 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
?
@zabojad Thank you for opening this issue. 🙏 Please check out these other resources that might be applicable:
- Support Console - If you have a support contract.
- Discord - chat with other developers
- StackOverflow - use the
google-mapstag - Google Maps Platform issue trackers
This is an automated message, feel free to ignore.
Any fix on this ? Thks