KakaoAPIManagerProtocol
protocol KakaoAPIManagerProtocol : APIManagerProtocol
-
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 )