how to create a email content using google direction response?
i can get the directions from one place to another i开发者_如何学JAVAn my local gmap i need to mail that direction data to any email id specified in a text box.
i found that gdirection.getDistence()[html], and gdirection.getDescriptionHtml() are embedded with html tags
is there any way to do my task? are the above methods useful or what is the correct way to do this?
please help me on this
thanks in advance
Yes, you can handle response using JavaScript to extract the information you need to email. Pls refer to Google Maps API documentation for more info.
精彩评论