getAddressInfoByLocation: getAddressInfoByLocation

Description Usage Arguments Value Examples

View source: R/getAddressInfoByLocation.R

Description

Returns latitude and longitude of the given input location.

Usage

1
getAddressInfoByLocation(location, key = NULL)

Arguments

location

Character class of location address

key

need a vaild API key from user

Value

A data.frame contains address, latitude and longitude of given location.

Examples

1
2
getAddressInfoByLocation("Mjölby","AIzaSyCbnQWy0geP8Md3nJxfHevjKSx9TK3xI_w")
getAddressInfoByLocation("Damascus University","AIzaSyCbnQWy0geP8Md3nJxfHevjKSx9TK3xI_w")

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