Description Usage Arguments Value Examples
View source: R/getAddressInfoByLocation.R
Returns latitude and longitude of the given input location.
1 | getAddressInfoByLocation(location, key = NULL)
|
location |
Character class of location address |
key |
need a vaild API key from user |
A data.frame contains address, latitude and longitude of given location.
1 2 | getAddressInfoByLocation("Mjölby","AIzaSyCbnQWy0geP8Md3nJxfHevjKSx9TK3xI_w")
getAddressInfoByLocation("Damascus University","AIzaSyCbnQWy0geP8Md3nJxfHevjKSx9TK3xI_w")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.