Sridhar
Sridhar

Reputation: 2228

iOS | Prevent Google Logo from Redirecting to Google Maps

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

Answers (2)

Gereon
Gereon

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

user13888689
user13888689

Reputation:

Try implemeting something that covers the MapView. (e.g. empty UIImageView)

Upvotes: -1

Related Questions