On May 4, 12:36 pm, Basti <[email protected]> wrote:
> Is there a possibility to write such information in a html-table? Yes: did you have a look at Mike's code? He writes out quite a lot of information in a table, using this function: detail(step.getLatLng(), j+1, step.getDescriptionHtml(), step.getDistance().html); All you need is step.getDistance().meters (or .html if you want some formatting) and step.getDuration().seconds (or .html). -- 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=en.
