mz_coordinates {rmapzen}R Documentation

Extract a data frame of coordinates from a mapzen_geo_list

Description

Extract a data frame of coordinates from a mapzen_geo_list

Usage

mz_coordinates(geo)

## S3 method for class 'mapzen_geo_list'
mz_coordinates(geo)

Arguments

geo

A mapzen geo list

Value

A tibble, with columns lon and lat.

Examples

mz_coordinates(oakland_public)


[Package rmapzen version 0.5.1 Index]