0
votes
2answers
156 views

Search nearby in iOS Maps

I am trying to build a simple application using MapKit that will automatically search for a specific place when the app launches and drop pin(s) on the map at the locations(s). I am seeing all sorts ...
0
votes
3answers
47 views

Is it possible to load a library before linking based on iOS version?

I have an application which is supposed to use google maps and mapkit framework. Now, google maps are only supported on iOS version 5.1 and further whereas Mapkit framework is supported on lower ...
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 ...
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 ...
0
votes
2answers
497 views

iOS and Maps: How to intercept a touch gesture, get the coordinates and retrieve the country name

I am developing a game in which the user has to select a country on a world map. I was thus wondering: what's the best approach to show an interactive map? I found this framework/component on the ...
0
votes
1answer
488 views

MapKit iOS 6.1 or Google Maps API 1.1.0?

I'm consider if I should use MapKit or Google Maps API, I'm working with iOS 6.1. I'll implement on my app some features with maps, like pins, tracer routes with preview user choice, etc.. Google ...
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 ...
0
votes
1answer
564 views

How to work with new iOS Google Maps SDK under no ARC project

I'm trying to add the new Google Maps API into my iOS application, however it does not use ARC yet. So, checking at the docs I think it's a requirement to have ARC in order for the SDK to work. How ...
6
votes
2answers
2k views

How to integrate new Google map app with ios app

Google Map is now available in Appstore for IOS 6. I have a application which utilises MAPKIT and WebView to show Driving direction using Google webservices. For showing Route in Native Apple MAP app, ...