CLGeocodeCompletionHandlerMBS events

Online Documentation   -   Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchy

New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1

The list of the   topics,   classes,   interfaces,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

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.


💬 Ask a question or report a problem