We are using pod 'GoogleMaps', '~> 3.9.0'
in our application. We just want to prevent redirection to Google Maps app when user taps on Google Logo in the GoogleMap.
iOS | Prevent Google Logo from Redirecting to Google Maps
335 Views Asked by Sridhar At
2
There are 2 best solutions below
0

Doing so would violate the Terms of Service:
(b) Attribution. Customer will display all attribution that (i) Google provides through the Services (including branding, logos, and copyright and trademark notices); or (ii) is specified in the Maps Service Specific Terms. Customer will not modify, obscure, or delete such attribution.
(emphasis mine)
Try implemeting something that covers the MapView. (e.g. empty UIImageView)