地图定位相关类、结构体

CLLocation :封装位置信息(经纬度、海拔)

CLPlacemark :封装地标信息(位置信息CLLocation、地名name、国家country)

MKUserLocation :封装地图上大头针的位置信息(位置信息CLLocation、标题title、子标题subtitle)

CLLocationDegrees :度数(经度、纬度)

CLLocationCoordinate2D :地理坐标(经度CLLocationDegrees longitude、纬度CLLocationDegrees latitude)

MKCoordinateSpan :跨度(经度跨度CLLocationDegrees longitudeDelta、纬度跨度CLLocationDegrees latitudeDelta)

MKCoordinateRegion:区域(中心位置CLLocationCoordinate2D center、区域跨度MKCoordinateSpan span)

你可能感兴趣的:(地图定位相关类、结构体)