response_matrix {mapsapi}R Documentation

Sample response from Google Maps Distance Matrix API

Description

An XML document with a distance matrix for driving between three locations: Tel-Aviv, Jerusalem and Beer-Sheva

Usage

response_matrix

Format

A list obtained using as_list on XML response

Examples

library(xml2)
doc = as_xml_document(response_matrix)

[Package mapsapi version 0.5.4 Index]