Thanks for your answer, GPS Breadcrumbing seems to be really
interesting but unfortunatelly that's not what I'm working on.

The key to my project is to compare every point of a route (maybe all
points of the showed Google Maps API Polyline) and its GPS data to a
certain fixed location. That means that I could ask for route
information between to cities and then calculate the distance to my
actual location (GPS date from smartphone) at every point of the route
(that way I know where the best place to meet/join).

Unfortunatelly I have problems getting the GPS-data from Google Maps
API !

Can you/anybody help me?

Thanks a lot !!

Bye ;-)



On 15 Dez., 14:38, Spiral123 <[email protected]> wrote:
> It sounds like you are working on GPS Breadcrumbing.
>
> If you take a snapshot of Latitude, Longitude (optionally Altitude) at
> defined time intervals during your trip you will be able to calculate
> Bearing, Velocity between points and distance of each point to a fixed
> other location using the handy functions built into the Location
> class......assuming that you just need distances calculated 'as the
> crow flies' rather than directional information.
>
> Personally I'd store it in a JSON array because the information is
> sequential in nature so a SQL database may be overkill.
>
> So.....search the web for GPS and Breadcrumbing, look into the Android
> Location class and learn how to use JSON.
>
> Does that help?
>
> On Dec 15, 6:26 am, CJ <[email protected]> wrote:
>
> > Hi guys,
> > I’m a student and I’m working on a little Android project. At the
> > moment I am trying desperately to get information about a route 
> > (start->finish) with Google Maps API.
>
> > I would need the route as a string filled with points of the route
> > (GPS-Data) so I can calculate the distance from every single point to
> > a fixed other Location.
> > Can anybody help me or give me an advice?
> > Thank you very much! I would really appreciate it!
> > Bye
> > CJ

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