Finding Navigate driving directions using Google Maps in iphone - iphone

i'm developing an iPhone app which embed a mapView made with mkmapkit. I got two coordinates and I'm tracing the direction between these two points.But I need step by step directions
how can get this step by step directions if any one knows please help me .....
here i am attaching screen shot what i need:http://www.myappdemo.com/Screen%20shot.png
thanks for advance

You can use google API for it.
http://maps.googleapis.com/maps/api/directions/xml?origin=Brooklyn,NY&destination=Manhattan,NY&sensor=false

Related

Showing route in google maps in iphone

I have to display path between multiple locations in map in which travelling salesman problem should be solved. i used google direction api but it can handle only 8 way points in reguler account .i have to display path between cities more than 8 ...should i make algorithem for that ?can anyone help in this
Thanks .
Well for this you need to implement the Map Routes Methods. You can make it yourself but there are already classes made for this before. Please check :-
https://github.com/route-me/route-me
Google Maps SDK for iOS and routes
How to draw routes on maps in ios 6?
Hope this helps you otherwise please tell . I can provide you some classes

Is it possible to get current direction just like compass without internet in iPhone application?

I want to get direction in form of North-South-East-West [Example - 117' SE] in my iPhone application without using CLLocationManager and Internet.
Or How can i access Compass application to get Current degree values of direction.
Any help will be appreciated.
iPhone compass application works without internet so i think it should be possible.
Thanks
It is related to augmented reality. You can just refer the below link for details:
http://www.raywenderlich.com/3997/introduction-to-augmented-reality-on-the-iphone
This may help you out...

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 suggestions will be apppreciated
there are many links available stating the same. You should have look at the same. Like the one given below :
Drawing a route in MapKit in iPhone SDK
To get the routes you need, use Google Directions API. If you are using Three20, you can use extThree20Google extension

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.
You can use the following API to get the directions.You have to give start and endpoint latitude , longitude and it will display the result in an XML format.Then you can draw the route on map.
LINK

Create a clickable image map on iPhone

I wanted to create a clickable map for the United States, when user select a state it will be highlighted and display another detailed view.Like the following web application.
http://www.usflashmap.com/samples/real-estate-map/index_ext.html
I would appreciate any suggestion on how this can be achieved on a native iPhone application.
Thanks in advance,
Sarah
Have a look see here:
http://www.iphonedevsdk.com/forum/iphone-sdk-development/27988-hidden-buttons.html
It's a step in the right direction, I'd too be interested in an example doing it via code.
There's a new app that you can do this with for free. It makes a customizable US map http://createaclickablemap.com/