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