Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Document ¶
type Document struct { ID string `json:"id"` PlaceName string `json:"place_name"` CategoryName string `json:"category_name"` CategoryGroupCode string `json:"category_group_code"` CategoryGroupName string `json:"category_group_name"` Phone string `json:"phone"` AddressName string `json:"address_name"` RoadAddressName string `json:"road_address_name"` }
Document represents a single document of kakao map local API response.
type Response ¶
type Response struct { Documents []Document `json:"documents"` Meta struct { IsEnd bool `json:"is_end"` } `json:"meta"` }
Response represents the results of a place search provided by kakao map local API. See https://developers.kakao.com/docs/latest/ko/local/dev-guide#search-by-keyword
Click to show internal directories.
Click to hide internal directories.