response_geocode {mapsapi}R Documentation

Sample response from Google Maps Geocode API

Description

An XML document with a geocoded location for the address "Tel-Aviv"

Usage

response_geocode

Format

A list obtained using as_list on XML response

Examples

library(xml2)
doc = list("Tel-Aviv" = as_xml_document(response_geocode))

[Package mapsapi version 0.5.4 Index]