hi all,
I am a doubt on how to create routes using the MapView.
Can you give me a tip on how to use this feature ?

fabiel prestes wrote:hi all,
I am a doubt on how to create routes using the MapView.
Can you give me a tip on how to use this feature ?



juya wrote:"com.google.googlenav"-Package
It was possible to use above class but not anymore.. Unfortunately....
But There is alternative to solve the problem (actually, Not a perfect way!!)
You can use Intent Class and Call Mapview with some attributes
this is a sample
new Intent(Intent.ACTION_VIEW,Uri.parse("http://maps.google.com/maps?f=d&saddr=37.4,-121.9&daddr=Bellevue, WA"));
saddr=[need start point|Name]
daddr=[need destination point|Name]


Users browsing this forum: No registered users and 5 guests