Description Usage Arguments Value Examples
geocode_naver function will get longitude and latitude from NAVER api.
1 | geocode_naver(address, naver_key, naver_secret)
|
address |
address that you want to know it's longitude and latitude |
naver_key |
you must input your NAVER client id |
naver_secret |
you must input your NAVER client secret |
longitude and latitude
1 2 | data("firestation")
geocode_naver(firestation[1, '주소'], naver_key, naver_secret)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.