reversegeo: Reverse Geolocation

Description Usage Arguments Value Examples

View source: R/reversegeo.R

Description

Get city, postcode, county and country from latitude and longitude coordinates using Photon API service (https://photon.komoot.io/).

Usage

1
reversegeo(latitude, longitude)

Arguments

latitude

Real number

longitude

Real number

Value

A tibble with reverse geolocation data.

Examples

1
reversegeo(40.414915938483574, -3.706841931806074)

alceal/reversegeo documentation built on Dec. 19, 2021, 12:25 a.m.