Igor
Igor

Reputation: 1464

How to draw points into google maps on android?

My problem is that i have a list of adresses and i must display a path from the first point to the last one passing throw all the other points like im going by car... I don't the right name for that functionality so i couldn't search it on google... Someone knows how can i do it? or the name of that functionality? If you dont understand what im looking for is the functionality that google offers on maps.google.com where you can say where you are, and where are you going... Than google shows you a way to go by car, or walking or by bus... I need something like that and passing throw another points...

Upvotes: 0

Views: 1820

Answers (2)

Shankar Agarwal
Shankar Agarwal

Reputation: 34775

LINK1

LINK2

refer the above both links which a sample code of drawing routepath.

Upvotes: 0

ThomasKJDK
ThomasKJDK

Reputation: 367

Your question might be answered by another thread on plotting routes in google maps on android.

How to display a route between two geocoords in google maps?

And

J2ME/Android/BlackBerry - driving directions, route between two locations

Otherwise google somerhing like: 'android development google maps route'

/Thomas

Upvotes: 1

Related Questions