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