Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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 | ❌ No | ✅ 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 shown.
These functions require a license (50%).