Platforms to show: All Mac Windows Linux Cross-Platform

Back to CLGeocodeCompletionHandlerMBS class.

CLGeocodeCompletionHandlerMBS.Completed(geocoder as CLGeocoderMBS, placemarks() as CLPlacemarkMBS, error as NSErrorMBS, tag as Variant)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event CoreLocation MBS MacFrameworks Plugin 12.3 ✅ Yes ❌ No ❌ No ❌ No
The event to be called when a geocoding request is complete.

Upon completion of a geocoding request, a block of this form is called to give you a chance to process the results. The parameters of this block are as follows:

placemark: Contains an array of CLPlacemark objects. For most geocoding requests, this array should contain only one entry. However, forward-geocoding requests may return multiple placemark objects in situations where the specified address could not be resolved to a single location.
If the request was canceled or there was an error in obtaining the placemark information, this parameter is nil.
error: Contains an error object (if any) indicating why the placemark data was not returned. For a list of possible error codes, see CLLocationManager Class Reference.

Available in OS X v10.8 and later.
Tag parameter added in version 14.2.

The items on this page are in the following plugins: MBS MacFrameworks Plugin.


The biggest plugin in space...