reverseGeocoding: Resolve the reverse geocoding of the coordinates

Description Usage Arguments Examples

Description

Obtains a readable address form the point location (latitude, longitude) using an external service.

Usage

1
2
3
  reverseGeocoding(latitude, longitude, service = "google")

  reverseGeocoding.google(latitude, longitude)

Arguments

latitude

the coordinates longitude

longitude

the coordinates longitude

service

the optional service used to obtain the information

Examples

1
2
# Get information from diferent coordinates
info <- reverseGeocoding(42.8806027, -8.5445684)

drodriguezperez/whereiam documentation built on May 15, 2019, 2:42 p.m.