Assigned
Status Update
Comments
ma...@google.com <ma...@google.com> #2
Thanks for reaching out. To investigate the problem, we require a few details. Could you please provide your GMS module versions, recent system logs and video of the issue.
You can find instructions for retrieving the versions and logs on
Description
When this SDK is integrated into an iOS that is run on an Apple Silicon Mac, there is no way to zoom the map. Pinch-to-zoom gestures don't work, and scroll-to-zoom gestures don't work.
At a minimum, it would be nice to have the option to show zoom controls on the map. The Android SDK has always had this option:https://developers.google.com/maps/documentation/android-sdk/reference/com/google/android/libraries/maps/UiSettings#setZoomControlsEnabled(boolean)
Even better, add support for scroll-to-zoom whenhttps://developer.apple.com/documentation/foundation/processinfo/3608556-isiosapponmac
ProcessInfo.isiOSAppOnMac == true
: