I want to create a more in depth application where I can log runs and attached routes to those runs without manually typing distances and other info.
gmaps doesn't have the site info on the left attached to that route ID I can access programmatically (afaik) (ie distance, calories burned etc) My app will be a desktop app using SQLite to store info rather storing log info in spreadsheets and gmaps links copy and pasted into that. Its gone a bit messy. On Nov 15, 7:21 pm, "[email protected]" <[email protected]> wrote: > On Nov 15, 8:44 am, ataxic <[email protected]> wrote: > > > How would I mix GDirection routes with manual routes? To illustrate > > my problem I took a screen shot of what I want. > > >http://ccgi.simpatico.plus.com/gmap2_gdirection.jpg > > > I start off with atxDirection.loadFromWaypoints(routePoints). I want > > to turn off GDirection at B, do my maual stuff and > > when I reach C I want to turn on Gdirection again. The functionality > > exist in gmap-pedometer where you can switch been modes. > > > Not sure how to store the points and glue the parts together in one > > route that can be undone while creating routes. > > > Are there any examples in how to do this? > > What is wrong with this one that you found?http://www.gmap-pedometer.com/ > > -- Larry > > > > > > > Thanks- Hide quoted text - > > - Show quoted text - -- You received this message because you are subscribed to the Google Groups "Google Maps API" 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/google-maps-api?hl=.
