Learn R Programming

stplanr (version 0.1.4)

nearest_cyclestreets: Generate nearest point on the route network of a point using the CycleStreets.net

Description

Generate nearest point on the route network of a point using the CycleStreets.net

Usage

nearest_cyclestreets(lat, lng, pat = cyclestreet_pat())

Arguments

lat
Numeric vector containing latitude coordinate for each coordinate to map. Also accepts dataframe with latitude in the first column and longitude in the second column.
lng
Numeric vector containing longitude coordinate for each coordinate to map.
pat
The API key used - this is usually aquired automatically through a helper function

Details

Retrieve coordinates of the node(s) on the network mapped from coordinates passed to functions.

Examples

Run this code
## Not run: 
#  nearest_cyclestreets(lat = 53, lng = 0.02, google_api = "api_key_here")
# ## End(Not run)

Run the code above in your browser using DataLab