gmaps_cities: Geocoded cities from Google Maps

gmaps_citiesR Documentation

Geocoded cities from Google Maps

Description

This tibble contains the results of geocoding five cities ("Houston", "Washington", "New York", "Chicago", "Arlington") using the Google Maps API on 2022-06-08. Two cities, Washington and Arlington, were deliberately picked for their ambiguity: Washington could refer to the city or the state, and Arlington could mean the one in Virginia or the one in Texas.

Usage

gmaps_cities

Format

A tibble with 5 rows and two columns. city gives the original search term and json gives the returned JSON converted to a list.

Source

https://developers.google.com/maps/documentation/geocoding

Examples

gmaps_cities

repurrrsive documentation built on Dec. 28, 2022, 2:34 a.m.