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.
-1
votes
1answer
121 views

Custom Marker icon Google Maps iOS with image in image? [closed]

I try to create many markers in map with icon is a png image like placeholder. After that i want to set an other image inside of each placeholder. It look like: ...
1
vote
1answer
187 views

Google maps ios api using user's location in fitbounds

I am trying to set a bounds between the users location and a selected marker. I can set everything up properly but when I try to use the users location (mapView_.myLocation.coordinate) it says the ...
0
votes
1answer
74 views

Google maps for ios probleam

I am learning to develop for iOS. I am using the Google Maps API for iOS to do a map. I've putted in my project a view that I've putted in my inspector element like GMSMapView. In my code I put this ...
0
votes
1answer
300 views

Remove markers from google maps iOS

I am building an iOS app using storyboards and Google Maps. Using iOS6 My application features the split view navigation as seen in the facebook app On my left view I am selecting an item in a list ...
2
votes
1answer
169 views

didUpdateUserLocation in Google Maps?

I am building an iOS app using storyboards and Google Maps. Using iOS6 - Apple maps has a method -(void)mapView:(MKMapView*)mapView didUpdateUserLocation:(MKUserLocation *)userLocation { } Looking ...
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 ...
0
votes
1answer
141 views

Migrating to Google maps from iOS maps

I have an app in the app store which I use iOS/ Apple maps. Now with google maps sdk 1.1 I decided to migrate form Apple maps to Google maps. Is there an easy way to do this without re-writing most of ...
0
votes
1answer
447 views

iOS Official Google Maps API documentation [closed]

Does anyone know of a link to some official documentation on the new Google Maps iOS SDK? I can only find whats here: https://developers.google.com/maps/documentation/ios/ and it is very minimal at ...
2
votes
1answer
147 views

Saving My Places with Google Maps SDK on iOS

I recently got invited to use Google's Map SDK/API's for iOS. I've been reading through the limited docs that they have and I didn't see a way to access My Places. Does anyone know of a way to ...
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 ...
0
votes
3answers
520 views

Issue with Google Maps iOS SDK URL Scheme

Im using the new URL scheme for the Google Maps app for iOS ("comgooglemaps://") and it works great, except for this case: If Google Maps has just been installed and never opened by the user, then ...