KakaoAPIManager
final class KakaoAPIManager : KakaoAPIManagerProtocol
-
Declaration
Swift
let session: URLSession
-
Declaration
Swift
let api: KakaoMapRequestAPI
-
Declaration
Swift
init(session: URLSession = .shared)
-
Declaration
Swift
func keywordSearchPlace( with model: KakaoKeywordSearchDTO, completionHandler: @escaping (Result<KakaoKeywordResultDTO, APIError>) -> Void )
-
Declaration
Swift
func allSearchPlace( with model: KakaoKeywordSearchDTO, completionHandler: @escaping (Result<KakaoKeywordResultDTO, APIError>) -> Void )
-
Declaration
Swift
func coordinateSearch( with model: KakaoCoordinateSearchDTO, completionHandler: @escaping (Result<KakaoCoordinateSearchResultDTO, APIError>) -> Void )
-
Declaration
Swift
func addressSearch( with address: String, completionHandler: @escaping (Result<KakaoAddressPlaceDTO, APIError>) -> Void )