CLPlacemark

Panther·2021년 8월 24일
0

https://developer.apple.com/documentation/corelocation/clplacemark

"A user-friendly description of a geographic coordinate, often containing the name of the place, its address, and other relevant information."

지리적 좌표의 사용자 친화적 설명이며, 장소명, 주소, 기타 관련 정보를 포함할 수 있습니다.

Declaration

class CLPlacemark : NSObject

Overview

CLPlacemark 객체는 주어진 위도와 경도에 대한 장소표시 데이터를 저장합니다. 장소표시 데이터는 구체화된 좌표와 관련이 있는 국가 혹은 지역, 주, 도시, 거리 주소와 같은 정보를 포함합니다. 관심의 지점, 지리적 관련 데이터를 포함할 수도 있습니다.

CLGeocoder 객체를 사용해서 지리적 좌표를 리버스 지오코딩하는 경우 해당 위치에 대한 설명 정보를 포함하는 CLPlacemark 객체를 받습니다. CLPlacemark 객체를 생성할 수도 있으며, 이 객체에 주소 정보를 직접 채울 수도 있습니다. 주소 정보는 위치와 관련이 있는 지리적 좌표를 결정하길 원할 때 주소 정보를 직접 채울 것입니다.

See Also


Geocoding

Converting Between Coordinates and User-Friendly Place Names

위도/경도 쌍과 해당 위치의 더 사용자 친화적 설명 사이를 변환합니다.

https://developer.apple.com/documentation/corelocation/converting_between_coordinates_and_user-friendly_place_names
https://velog.io/@panther222128/Converting-Between-Coordinates-and-User-Friendly-Place-Names

CLGeocoder

지리적 좌표와 장소명 사이를 변환하는 인터페이스입니다.

https://developer.apple.com/documentation/corelocation/clgeocoder
https://velog.io/@panther222128/CLGeocoder


0개의 댓글