2
votes
2answers
142 views

How to add infoWindow to users current location in Google Maps v1.3 for iOS?

I would like to add an infoWindow when the user taps their current location (blue dot) in the Google Maps API V1.3 for iOS. I can get infoWindows on other markers but not to display above the users ...
1
vote
1answer
74 views

Black Map in iOS Google Maps

In iOS, I'm trying to show a Google map with a customized style: all black except for white roads. The Google Maps Javascript library offers a "styled maps" option, but the iOS library does not. At ...
0
votes
1answer
124 views

How much flexible is Google maps API (iOS) in context of customizing it?

I am currently doing a project to find shortest route to reach a destination in an iPhone application that considers the traffic jam level and distance as parameters. Google Traffic is not available ...
1
vote
1answer
193 views

Google Maps iOS Racing Game Collision Detection?

I am making a driving game for the iOS, where a car (UIView) is put on top of the google maps ios api. I am having trouble detecting collisions with the car and the grey buildings that appear on the ...
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
0
votes
1answer
252 views

Google Maps - iOS: maintain map position after rotate device

I have 2 layouts (landscape and portrait) and each one with a UIWebView for show a map (Google Maps). Now I found the new SDK for iOS and want migrate, but I have yet a problem in both solutions: the ...