I'm new to Android development, so in order to learn the API, I've
been working on a sample application that (in theory) would allow
college students to access their course schedule and then locate the
building where that class it being held.  I've got all of the parts
and pieces put together (courses, longitude and latitude of the
buildings, etc) and have successfully launched the "geo intent" on my
Motorola Droid to pinpoint the specific building I want.

However, the next step is where I'm running into problems, and
wondering if the current 2.0 version of the SDK allows for this...

Using the longitude and latitude of the building (since they aren't
all on a street with a physical address), I want to allow the student
to "get walking directions" from their point of origin to the
building.

Is there a way, once I have the building pinpointed, to allow the
student to use the menu, select "Directions" and get the walking
directions from point A to point B?  Right now, if I long press on the
building, it will popup the closest street address and I can "get
directions" to that, but its not specific to the location I want...

Any help, comments or suggestions would be greatly appreciated.

Kyle

-- 
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