Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

CLGeocoder.Cancel

Cancels a pending geocoding request.

Component Version macOS Windows Linux Server iOS SDK
CLGeocoder 4.1 ✅ Yes ❌ No ❌ No ❌ No ✅ Yes
MBS( "CLGeocoder.Cancel"; Geocoder )   More

Parameters

Parameter Description Example
Geocoder The reference number of the geocoder instance. $Geocoder

Result

Returns OK or error.

Description

Cancels a pending geocoding request.
You can use this method to cancel a pending request and free up the resources associated with that request. Canceling a pending request causes the completion handler block to be called.
If the request is not pending, because it has already returned or has not yet begun, this method does nothing.

See also

This function is free to use.

Created 18th August 2014, last changed 18th August 2014


CGPSConverter.Convert - CLGeocoder.Cancelled