inaps
inaps

Reputation: 1644

Change position of Google title on the map

I want to make a button at the left bottom corner, but here is Google title. Can i will move this? Or have i right to nothing to do? I mean about copyrighting, cause my button cover the Google logo.

Screen

Upvotes: 3

Views: 1248

Answers (1)

Sharjeel
Sharjeel

Reputation: 15798

Yes, you can change Google Logo, Default Maps Control by providing padding:

googleMap.setPadding(int left, int top, int right, int bottom);

Here's more information about changing padding from the documentation: https://developers.google.com/maps/documentation/android-api/map#map_padding

Upvotes: 4

Related Questions