0
votes
1answer
162 views

Google Maps SDK for iOS: Relocating the Google logo

For the new sdk for iOS, is the Google logo relocatable, just like Mapkit pre-iOS 6? Also, is it allowed under terms of conditions? Thanks
3
votes
2answers
476 views

iOS GoogleMaps SDK - animateToCameraPosition animation finished handler?

Currently I am using the GoogleMaps SDK for iOS for various operations. When calling [self.googleMapsView animateToCameraPosition:[GMSCameraPosition ...
1
vote
1answer
786 views

How to customize the InfoWindow of google map iOS SDK?

I want to change the width of the InfoWindow of google map iOS SDK. Is there anyway to do? The reason I want to do it is to show the full address in the InfoWindow. Is there any other way to do so ...
0
votes
3answers
520 views

Display multiple markers on the Google Map in Objective C

How can I display multiple markers on the Google Map in iOS? I use the following approach, but didn't work. for (int i = 0; i < [array count]; i++) { pointsToUse[i] = ...
1
vote
2answers
357 views

Location animation used in Google Map

I use Google Map in my ios app and I like to show the location animation used in the Google Map.That animation is normally used for displaying the current location and is auto-resizing, i.e. the ...