CLGeocoder

E759684

CLGeocoder is an iOS and macOS Core Location class that converts between geographic coordinates and human-readable place information through geocoding and reverse geocoding.

Try in SPARQL Jump to: Statements Referenced by

Statements (40)

Predicate Object
instanceOf Core Location class
geocoding API
reverse geocoding API
availability available in Swift and Objective-C
canBeUsedFor displaying place names for GPS coordinates
searching for locations by name
turning user-entered addresses into map coordinates
concurrencyModel asynchronous
converts geographic coordinates to placemarks
human-readable addresses to geographic coordinates
developedBy Apple Inc. NERFINISHED
documentationURL https://developer.apple.com/documentation/corelocation/clgeocoder
errorDomain kCLErrorDomain
frameworkImport #import <CoreLocation/CoreLocation.h>
hasProperty accessibilityElementsHidden (via NSObject inheritance)
geocoding
introducedIn iOS 5.0
macOS 10.8 NERFINISHED
languageSupport localized place names based on device settings
method cancelGeocode
geocodeAddressDictionary:completionHandler:
geocodeAddressString:completionHandler:
geocodeAddressString:inRegion:completionHandler:
reverseGeocodeLocation:completionHandler:
namespace CoreLocation NERFINISHED
partOfFramework Core Location NERFINISHED
platform iOS
macOS
tvOS NERFINISHED
watchOS NERFINISHED
primaryUse obtaining coordinates from place names or addresses
obtaining human-readable place information from coordinates
requires network connectivity for most operations
returnsType CLPlacemark objects
supportsOperation forward geocoding
reverse geocoding
swiftImport import CoreLocation
threading completion handlers are called on the main thread by default
usedWith CLLocation NERFINISHED
CLPlacemark NERFINISHED

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

Core Location mainClass CLGeocoder