here_geocoder: Geocoding with Here API

Description Usage Arguments Details Value Examples

View source: R/here_geocoder.R

Description

here_geocoder Returns the latitude and longitude of a given address.

Usage

1
here_geocoder(src_address, here_id, here_code)

Arguments

src_address

The address to be searched in the Here API

here_id

The developer application ID that uniquely identify the user

here_code

The developer application Code that uniquely identify the user

Details

This function works by verifying in the Here API the latitude and longitude of a given address. The return is a list containing the latitude and longitude of the searched address.

Value

Given a valid app_id, and app_code, the script returns a list containing the latitude and longitude of the given address;

Examples

1
2
3
4
## Not run: 
here_geocoder("27 King's College Cir, Toronto, ON M5S, Canada", '<YOUR_APP_ID>', '<YOUR_APP_CODE>')

## End(Not run)

paeselhz/heRe documentation built on Nov. 4, 2019, 11:16 p.m.