Description Usage Arguments Value Examples
View source: R/geocodeBylatlng.R
Returns address of the given latitude and longitude.
1 | geocodeBylatlng(latlng, key)
|
latlng |
Character class of latitude and longitude separated by "," |
key |
need a vaild API key from user |
Character class of the address of the given latitude and longitude.
1 2 | geocodeBylatlng("37.56654, 126.978","AIzaSyCbnQWy0geP8Md3nJxfHevjKSx9TK3xI_w")
geocodeBylatlng("37.55723, 127.0453","AIzaSyCbnQWy0geP8Md3nJxfHevjKSx9TK3xI_w")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.