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.
Asked
Active
Viewed 273 times
-1

Sridhar
- 2,228
- 10
- 48
- 79
2 Answers
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)

Gereon
- 17,258
- 4
- 42
- 73
-1
Try implemeting something that covers the MapView. (e.g. empty UIImageView)