Reputation: 2228
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.
Upvotes: -1
Views: 388
Reputation: 17872
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)
Upvotes: 0
Reputation:
Try implemeting something that covers the MapView. (e.g. empty UIImageView)
Upvotes: -1