Tagged Questions
0
votes
2answers
87 views
-[GMSMapView region]: unrecognized selector - Issue with Google Maps SDK for iOS
I'm here because I have a problem with the Google Maps SDK for iOS.
My map is running properly, and everything works fine.
In my project, I'm trying to get a dynamic zoom between 2 markers, in order ...
3
votes
1answer
216 views
Adding a subview like UISlider or UIButtom in Google Maps in iPhone
I am new to iOS Programming and have very little knowledge about COCOA Touch. I am trying to add a button on the screen at the bottom over Google maps for giving an option to the user to go back to ...
0
votes
1answer
135 views
MKMapView init failed in an App which contains Google Maps SDK
I am now testing some Maps service provider.
First I have a tableview which contains two provider:"Map Kit","Google Maps SDK".
And when I go into the map kit sample,then get out, and then go into the ...
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 ...
1
vote
1answer
684 views
How to use delegates in Google map API for IOS 6 [closed]
In my iphone app I am using google map SDK for showing nearby restaurants.I am able to show the places.
I have some doubts..
1. How can I find out the center coordinates of the map ??
2. How to ...
1
vote
1answer
613 views
Use GOOGLE maps in iOS supporting iOS 6 and also iOS 5
I am in a need of having maps support for an app, but the concern is prior to ios 6 the iOS mapKit uses the google maps which is rich in content, but in iOS 6 its using its own maps which is not that ...