| response_directions_driving {mapsapi} | R Documentation |
Sample response from Google Maps Directions API
Description
XML documents with driving directions from Tel-Aviv to Haifa
Usage
response_directions_driving
Format
A list obtained using as_list on XML response
Note
See response_directions_transit for Directions API response with transit directions
Examples
library(xml2)
doc = as_xml_document(response_directions_driving)
[Package mapsapi version 0.5.4 Index]