0
votes
1answer
27 views

IOS Maps App Using Google SDK (ERROR)

Xcode is giving me this error. I am trying to create a maps app using the Google SDK. ANY HELP IS GREATLY APPRECIATED.
0
votes
2answers
82 views

change the default location on google maps iOS sdk

it is my first time to use google map and i asked to let the user choose the location that he wanted to point by taping on the map. when the application start it will point on the device location how ...
0
votes
1answer
153 views

How to detect Polyline touches? - Google Maps iOS SDK

I am looking at adding Routes to my App. I was wondering how can I detect a touch on a GMSPoyline? I am using version 1.1.2 of the Google Maps SDK.
0
votes
1answer
151 views

Limit of Overlays for Google Maps SDK for iOS encountered

Just wondering if anyone here has encountered or have found a way around the following issue: 1) The SDK seems like it cannot handle the 2700+ lines of paths we are trying to overlay on the map. When ...
0
votes
1answer
125 views

how to make sure google maps iOS SDK not using private API?

Google maps SDK for iOS is released by google recently and I am planning to integrate that in my iphone app. But I want to make sure that google not using any private API in their API to avoid ...
6
votes
2answers
2k views

error unrecognized selector sent to class while adding Google Map SDK to iOS6

This is a single view application and I followed the instruction given at link https://developers.google.com/maps/documentation/ios/start for adding google map SDK to iOS6. ERROR Is: ...
3
votes
2answers
1k views

Google Maps SDK for iOS trying to run on iOS 4.3

I successfully integrated the sdk with my app. My app is intended to run with Google Maps sdk for iOS6, and with Apple UIMapKit for iOS 4.3 and 5.x . Since I added the google maps framework, ios ...
5
votes
12answers
4k views

Google Maps not working on iPhone simulator

I've implemented the "Getting the Google Maps SDK for iOS" step by step finally the simulator running ok no errors found but the map has no details except the marker. as showing in the picture: ...