geocodeBylatlng: geocodeBylatlng

Description Usage Arguments Value Examples

View source: R/geocodeBylatlng.R

Description

Returns address of the given latitude and longitude.

Usage

1
geocodeBylatlng(latlng, key)

Arguments

latlng

Character class of latitude and longitude separated by ","

key

need a vaild API key from user

Value

Character class of the address of the given latitude and longitude.

Examples

1
2
geocodeBylatlng("37.56654, 126.978","AIzaSyCbnQWy0geP8Md3nJxfHevjKSx9TK3xI_w")
geocodeBylatlng("37.55723, 127.0453","AIzaSyCbnQWy0geP8Md3nJxfHevjKSx9TK3xI_w")

nourqweder/RAPI documentation built on April 24, 2020, 6:21 p.m.