Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
Functions for geo coordinate lookup.
You can lookup your clients addresses, store the coordinates and later find records close to a given address.
Version | macOS | Windows | Linux | Server | iOS SDK |
4.1 / 10.1 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | ✅ Yes |
Item | Details |
---|---|
CLGeocoder.Cancel Cancels a pending geocoding request. | Mac/iOS 4.1 |
CLGeocoder.Cancelled Whether the request was cancelled. | Mac/iOS 4.1 |
CLGeocoder.Close Closes a request and frees memory. | Mac/iOS 4.1 |
CLGeocoder.Distance Returns the distance (in meters) of the two locations. | Mac/iOS 6.1 |
CLGeocoder.Done Queries whether the request is finished. | Mac/iOS 4.1 |
CLGeocoder.Error Checks if this request got an error. | Mac/iOS 4.1 |
CLGeocoder.ErrorMessage Queries the error message of the geo coder. | Mac/iOS 4.1 |
CLGeocoder.GeocodeAddressString Submits a forward-geocoding request using the specified string. | Mac/iOS 4.1 |
CLGeocoder.JSON Queries data of geo coder as JSON. | Mac/iOS 10.1 |
CLGeocoder.PlacemarkCount Queries the number of placemarks found. | Mac/iOS 4.1 |
CLGeocoder.PlacemarkValue Queries a value of the placemarks found. | Mac/iOS 4.1 |
CLGeocoder.ReverseGeocodeLocation Submits a reverse-geocoding request for the specified location. | Mac/iOS 4.1 |
12 functions.
Feedback: Report problem or ask question.