intent = new Intent(Intent.ACTION_VIEW, Uri
                        .parse("geo:0,0?q=" +
this.location.getText().toString()));
                    startActivity(intent);

Above code gives me location displayed on the map view.

and then if I hit "Get Directions" from Menu, it gives me directions
list / map.

I am interested in getting mapview with directions from current
location till a new location... Do u know how to do that?

Also, if map interface is difficult, I am mainly interested in
calculating duration it will take from current location to user
entered location. Any idea how to do that?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to