-1
votes
1answer
47 views

objective c - starting Apples Maps or Google Maps on MapView [closed]

i want to know how I can start other apps from my app. Here the situation: I have a MapView pointing to a specific longitude/latidude. I want to give the user the chance to navigate (Google Maps or ...
0
votes
0answers
64 views

Adding GroundOverlay on MKMapView (iOS)

I'm working on creating a iOS app which overlays images on top of a map. My kml file is like this. <?xml version="1.0" encoding="UTF-8"?> <kml xmlns="http://www.opengis.net/kml/2.2" ...
0
votes
1answer
107 views

Not Able to launch Google Maps App from inside another app

I am trying to open Google Maps App from inside an iOS App. I am using this code: [[UIApplication sharedApplication] canOpenURL: [NSURL ...
0
votes
1answer
126 views

Render mapLines in MKMapView my map get frozen

Hi everyone I hope you can help me: - (IBAction) addPoints: (id) sender { NSArray *latitudePoints; NSArray *longitudePoints; BOOL flag = NO; @try { switch (lugar) { case 0: break; ...
-2
votes
1answer
152 views

Try to load a created Map in MKMapView

I am trying to load my Map which I created with a kml File in Google-Maps. The Google Maps Link. I have to say it is only an example, but it is the same principle. The easiest way is to load in a ...
1
vote
1answer
144 views

How to use google map in ios instead of default map?

I want google map in my native app instead of default mapkit map in ios 6.
-1
votes
2answers
1k views

Will MKMapView automatically use Google Maps in iOS6, as google maps is restored in iOS6?

As apple has restored google maps in iOS6, if I'm using MKMapView in my iPhone app, will it automatically use google maps? please reply as I'm new to iOS.
4
votes
2answers
173 views

MKMapView not appearing when Autolayout is disabled

I am using storyboard for my map application. MKMapview does not appear when Autolayout is disabled.Enabling Autolayout crashes my app in iPad(ios5).Any help will be appreciated. Regards
-1
votes
1answer
416 views

To show the route between mutliple points in iphone sdk

I want to show the exact route path between the more that two points. I do have some example but all are having example which show the route between two points. Exmaple :- this, also this even i had ...
0
votes
2answers
99 views

how to check if Mapkit is available or not?

I am building an application that is using Mapkit. I know that this is only available in IOS6. So I should check if this is available or not. I am using the following code. ...
0
votes
0answers
101 views

draw a color track line from current user location to desire location in ios

how can we draw a color track line from current user location(starting lat long) to desire location(ending lat long) by using Google Maps API in ios. I have many tutorials but could not find proper ...
3
votes
1answer
322 views

Issue with MKMapVIew,my Pin Points are not shown in correct direction(i am using compass mode for mkmapview)

I am developing an iPhone application that works with maps. In this app, I need to show some parking places (addresses) based on their latitude and longitude. At this point, I finished successfully, ...
3
votes
2answers
301 views

Searchbar suggestions with google maps in MKMapView [duplicate]

Possible Duplicate: How to search MKMapView with UISearchBar? I have one UISearchBar with MKMapView with google maps. I need suggestions whenever i started typing. So what should i need to ...
4
votes
3answers
5k views

How Can I get Direction on an iPhone iOS 6 App in Xcode from A to B?

I want to update an app from iOS < 6 that uses Google Maps. My app has a lot of pins on a map, and, when a user taps over one of them, the iPhone call Maps like a shared application to get ...
0
votes
1answer
1k views

MKMapVIew shows googleMap in iOS 5 and Apple map in iOS 6 [duplicate]

Possible Duplicate: Let users choose between Google Maps and Apple Maps in IOS 6? In my app, i have used MKMapView which shows google maps in iOS 5.0 but it shows Apple map in iOS 6.0. I, ...
6
votes
2answers
696 views

iOS 6 Using Google Maps without UIWebView

Is there any native solution using Google maps in iOS6 development? Let's not assume UIWebView. What do you think, are developers going to use Apple maps because they don't want to use UIWebView?
0
votes
1answer
320 views

How to show a route on google maps on iPhone from current location to a pinpoint coming from webservices?

In my iPhone application, I have some pins coming from web services. I need to show route from current location to a particular pin. I have managed to show current location. Now I am not so sure how ...
0
votes
4answers
167 views

Can't be changed pin color when I change segement in mkMapView

I have some problem regarding Annotations in mapView. Lets have one glance on my requirement. I want to give choice to user to choose location for meeting. There are two options. 1) I should give ...
0
votes
2answers
146 views

Merging overlays to display on MKMapView (iOS) or MapView (android)

I'm working on creating a mobile app which overlays images on top of a google map. I have a large number of image overlays ('GroundOverlay' objects in KML-speak). I'm running into several issues ...
1
vote
0answers
120 views

MKpolyline title

I added MKpolyline in my map using the following code.But it is not showing the title of polyline.Please help me to show the title.Thanks in advance. self.routeLine = [MKPolyline ...
0
votes
3answers
157 views

Opening iPhone Map into our iPhone App as a one of View?

In My Application I Want use Native iPhone Application. For this purpose i get the code as below UIApplication *app = [UIApplication sharedApplication]; [app openURL:[NSURL URLWithString: ...
0
votes
1answer
262 views

how to show data from database on map view using kml files in iOS app

I have huge amount of location records in database and I want to show my locations data on map view using KML for generating visualizing annotations. How can I show those visualized effects on map ...
0
votes
1answer
232 views

Create circular pulse for MKOverlay (similar to the Current Location overlay)

I have a question regarding the mapview of an IOS app. I have mapview that shows a standard overlay surrounding one specific coordinate, and I also have the normal current location marker that shows ...
0
votes
1answer
459 views

how to rotate google map for iphone app

I am doing map oriented iphone application.In that am showing an area on google map.That area is placed in horizantal view.I want to rotate it in vertical view.Any idea?Please help me.I attached the ...
33
votes
0answers
13k views

Can I still use google maps in iOS 6 [closed]

As you may know apple yesterday announced iOS 6 and with it their own new maps. I just ran my app on the new iOS and it uses as standard maps in MKMapView the new apple maps. Which are probably ...
1
vote
0answers
158 views

MKPinAnnotationView title not displayed

I want to show the title of the pin(MKAnnotation)every time when I added the annotation.I added the following code for that.But it is not working.Please help me to find out. I just added the pin like ...
0
votes
1answer
616 views

drawing line between two coordinates on google map

I am having two coordinate points on Google map.I calculated the distance between that points.But want to draw a stright line between them.Please help me to draw.
0
votes
1answer
595 views

Drawing route partially not getting required output in iPhone MapView

I am trying to draw route between two points using polyline . I got somewhat route but not correct and I think it will get confused at the turn . I am using google api for getting points of route ...
0
votes
1answer
230 views

Using MKMapView without map, only overlays

I need map with custom overlays and without showing/loading maps themselves. What is the best way to do this?
1
vote
2answers
193 views

Is it permitted to take a ''screenshot'' of an MKMapView and allow users to post to twitter, facebook, etc. ? (iPhone / iPad)

I'm trying to get some clarity on whether or not Google permits the use of screenshots of the MKMapView to be used elsewhere. I have looked around and found the following way of creating a UIImage ...
0
votes
2answers
267 views

Google Maps native directions iphone MKMapView

Can I to open a MKMapView with directions from multiple places. I do not want to call the google maps api where it will open is a separate window. I want to place info on the stops if possible.
1
vote
2answers
226 views

ios google api issue

I need to add a very common Google functionality to an iPhone app I am developing. The idea is that the user is presented with a TextBox where he can write an address (i.e.: "Amsterdam av)". The thing ...
1
vote
3answers
408 views

MKMapView Trouble

I am having trouble when trying to use a MKMapView. This is my first time trying to use one of these and I haven't been able to figure out how to work it. Here are the two different pieces of sample ...
1
vote
2answers
714 views

How to decode route points from the JSON Output Data?

I am new in the ios field, Now i am trying to implement MKMapView Based iPhone Application. From the Google Map Web web service i Fetch the Data in JSON Output Format. - (void)update { ...
0
votes
0answers
1k views

Xcode MKMapView Distance Calculation

so i have created an app with mapview, found user location coordinates and so on... My question is how can i calculate distance between coordinates via for example google api ? So i have user location ...
0
votes
2answers
294 views

MapView showing in Ocean in ios 5

I had an app which was working fine till I updated to ios 5.0. After update map is displayed in ocean. I am not sure what went wrong. Heres the code I am using [mapView setMapType:MKMapTypeStandard]; ...
0
votes
1answer
235 views

Is it possible to show multiple pins and direction for each points in MKMapView

Is it possible to show directions from one point to another point recursively until i reach the destination from source point like Route or Path from Source to Destination in iPhone using MKMapVIew. ...
0
votes
1answer
293 views

Google MAP Api http Request

I am making an iphone app that enables users to search for a city/town/countries/states by keying in texts in a UISearchbar, I managed to get the reply from google via JSON. It works ok, but I have ...
0
votes
1answer
631 views

Adding pins to MapView

I was wondering how I would add pins to a MapView within an iPhone app. I want to have pins pinned in places that have the word "Tea" in their name and it would be impractical to place each pin in ...
1
vote
1answer
792 views

Zoom level limited in my google map iOS app

I use the following code to display a map center on the user's location: ... // start off by default current position AppManager *appManager = [AppManager sharedManager]; MKCoordinateRegion ...
1
vote
2answers
1k views

Implementing get directions in map view

I am trying to implement a feature to get directions from my custom mapview. The get direction feature is exactly like the one in map app in iphone. I am a bit clueless to start with this feature. Any ...
2
votes
1answer
1k views

Custom annotation pin changes to default red pin at long tap

I have custom annotation pin at app: - (MKAnnotationView *)mapView:(MKMapView *)mapView viewForAnnotation:(id <MKAnnotation>)annotation { return [kml viewForAnnotation:annotation ...
0
votes
1answer
1k views

iOS5 -> iPhone App -> Google Maps not working anymore

I developed an application with a Google Maps integration. Everything was okay, since I update to iOS5 with my iPhone 3GS. My Google Maps implementation (MKMapView) shows me now a light blue page ...
-2
votes
4answers
776 views

How route can be drawn in iphone?

Suppose I have array of points.I want to draw the route of that points in iphone. How it can be done. i dont get the appropriate answer till now . plz help me.
2
votes
1answer
230 views

iPhone map tiling issue on device and iOS simulator

I have run into a very confusing situation with maps on the iPhone. Everything had been running without a hitch on a maps based app that I was developing, and then yesterday my device and the iOS ...
0
votes
1answer
194 views

Adapt a drawn overlay to match roads

In my application I can draw an overlay (PolyLine) on my map (MKMapView). This overlay however, is not bounded to actual roads. Is there a way (some API or others) to adapt the overlay so that it ...
2
votes
2answers
2k views

How can i draw direction (route) using google map api?

I want to draw a route using google api please suggest me is there any google api is available for drawing route between 2 latitude and Longitude.
0
votes
2answers
4k views

How add pin on map?

I have a view in which i have a map. On that view i have a tool bar. In tool bar i have a button for drop pin on map. Now i want to get methods for detecting pin drop and latitude and longitude of ...
2
votes
2answers
3k views

MKCoordinateRegionMakeWithDistance does not set the correct region on the MapView

I have this code : - (void)viewDidLoad { [super viewDidLoad]; CLLocationCoordinate2D userLocation = CLLocationCoordinate2DMake(48.9793946200, 2.4726272850); CLLocationDistance dist1 = ...
1
vote
1answer
312 views

how to detect when a MKAnnotation is tapped

i have a mapView, which shows many pins (MKAnnotation objects). i want to get the detail of each pin by tapping (clicking ) on it. please refer me to some tutorials or provide some sample code. thanks ...

1 2