Tagged Questions
4
votes
2answers
855 views
Directions and Route in iPhone using Bing Map
Can we load a Bing Map in iPhone and show Route between source and destination points thourgh some waypoints.
3
votes
2answers
888 views
how to use Google Map's API in Iphone?
I want to figure out how Google Map's API to give us directions.
Create a sample tool where I can use my location as a starting point and choose another location and I can view directions (both ...
3
votes
2answers
432 views
How to parse distance data with iphone from google directions api?
I'm trying to get the distance between two places (by way of roads), and I get that an http request will return a XML with the following data
...
1
vote
1answer
49 views
Interprating API response from Google server
I am developing a Location based application. application will show route between to locations with turn by turn directions(as in native "Maps" application with all the nodes). I am requesting to ...
1
vote
1answer
164 views
Walking, bicycle and public transport directions with time required in each mode , iPhone
I am using following url to get driving directions between two locations.
NSString* apiUrlStr = [NSString stringWithFormat:@"http://maps.google.com/maps?output=dragdir&saddr=%@&daddr=%@", ...
1
vote
1answer
707 views
Get driving direction in iPhone
I read both iPhone and Google Map for iPhone EULA and want to implement a static driving direction map in my iPhone application (native).
I am finding a simple way to get route data and display with ...
0
votes
1answer
257 views
iPhone mapkit driving directions
I need to build an application similar to iPhone built-in maps. I want to give the start and end location and the route directions to reach there along with the distance. Please help me.
0
votes
1answer
387 views
Use the google maps API to compute the driving time between two points on an iphone
Hey guys. I have an iphone application that sorts locations based on how long it would take to get there. Is there a way to use google maps (or something similar) to find the travel time between point ...
0
votes
1answer
1k views
Can I display a driving track between two points using the map kit?
Did I understand correctly:
Opening google maps from my App demands closing that App in order to display google maps App?
e.g doing so:
NSString* urlString = ...