MBS Xojo Developer Conference and Training
Join us from 11th to 14th September 2013 in Koblenz.

Platforms to show: All Mac Windows Linux Cross-Platform

CLGeocoderMBS.Available as boolean
shared method, CoreLocation, MBS Real Studio SnowLeopard Plugin (CoreLocation), class CLGeocoderMBS,
Plugin version: 12.3, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.

Function: Returns true if this class is available.
CLGeocoderMBS.cancelGeocode
method, CoreLocation, MBS Real Studio SnowLeopard Plugin (CoreLocation), class CLGeocoderMBS,
Plugin version: 12.3, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.

Function: Cancels a pending geocoding request.
Notes:
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 event to be called.

If the request is not pending, because it has already returned or has not yet begun, this method does nothing.
Available in OS X v10.8 and later.
CLGeocoderMBS.Constructor
method, CoreLocation, MBS Real Studio SnowLeopard Plugin (CoreLocation), class CLGeocoderMBS,
Plugin version: 12.3, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.

Function: The constructor.
CLGeocoderMBS.geocodeAddressDictionary(addressDictionary as Dictionary, completionHandler as CLGeocodeCompletionHandlerMBS)
method, CoreLocation, MBS Real Studio SnowLeopard Plugin (CoreLocation), class CLGeocoderMBS,
Plugin version: 12.3, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.

Function: Submits a forward-geocoding request using the specified address dictionary.
Notes:
addressDictionary: An Address Book dictionary containing information about the address to look up.
completionHandler: A handler object containing the code to execute at the end of the request. This code is called whether the request is successful or unsuccessful.

This method submits the specified location data to the geocoding server asynchronously and returns. Your completion handler block will be executed on the main thread. After initiating a forward-geocoding request, do not attempt to initiate another forward- or reverse-geocoding request.
Available in OS X v10.8 and later.
CLGeocoderMBS.geocodeAddressString(addressString as string, completionHandler as CLGeocodeCompletionHandlerMBS)
method, CoreLocation, MBS Real Studio SnowLeopard Plugin (CoreLocation), class CLGeocoderMBS,
Plugin version: 12.3, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.

Function: Submits a forward-geocoding request using the specified string.
Notes:
addressString: A string describing the location you want to look up. For example, you could specify the string “1 Infinite Loop, Cupertino, CA” to locate Apple headquarters.
completionHandler: A handler object containing the code to execute at the end of the request. This code is called whether the request is successful or unsuccessful.

This method submits the specified location data to the geocoding server asynchronously and returns. Your completion handler block will be executed on the main thread. After initiating a forward-geocoding request, do not attempt to initiate another forward- or reverse-geocoding request.
Available in OS X v10.8 and later.

See also:

CLGeocoderMBS.geocodeAddressString(addressString as string, region as CLRegionMBS, completionHandler as CLGeocodeCompletionHandlerMBS)
method, CoreLocation, MBS Real Studio SnowLeopard Plugin (CoreLocation), class CLGeocoderMBS,
Plugin version: 12.3, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.

Function: Submits a forward-geocoding request using the specified string and region information.
Notes:
addressString: A string describing the location you want to look up. For example, you could specify the string “1 Infinite Loop, Cupertino, CA” to locate Apple headquarters.
region: A geographical region to use as a hint when looking up the specified address. Specifying a region lets you prioritize the returned set of results to locations that are close to some specific geographical area, which is typically the user's current location. If nil and the application is authorized for location services, the set of results is prioritized based on the user's approximate location. Invoking this method does not trigger a location services authorization request.
completionHandler: A handler object containing the code to execute at the end of the request. This code is called whether the request is successful or unsuccessful.

This method submits the specified location data to the geocoding server asynchronously and returns. Your completion handler block will be executed on the main thread. After initiating a forward-geocoding request, do not attempt to initiate another forward- or reverse-geocoding request.
Available in OS X v10.8 and later.

See also:

CLGeocoderMBS.isGeocoding as boolean
method, CoreLocation, MBS Real Studio SnowLeopard Plugin (CoreLocation), class CLGeocoderMBS,
Plugin version: 12.3, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.

Function: A Boolean value indicating whether the receiver is in the middle of geocoding its value. (read-only)
Notes:
This property contains the value true if the process is ongoing or false if the process is done or has not yet been initiated.
Available in OS X v10.8 and later.
CLGeocoderMBS.reverseGeocodeLocation(location as CLLocationMBS, completionHandler as CLGeocodeCompletionHandlerMBS)
method, CoreLocation, MBS Real Studio SnowLeopard Plugin (CoreLocation), class CLGeocoderMBS,
Plugin version: 12.3, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.

Function: Submits a reverse-geocoding request for the specified location.
Notes:
location: The location object containing the coordinate data to look up.
completionHandler: The handler object containing the code to execute at the end of the request. This code is called whether the request is successful or unsuccessful.

This method submits the specified location data to the geocoding server asynchronously and returns. Your completion handler block will be executed on the main thread. After initiating a reverse-geocoding request, do not attempt to initiate another reverse- or forward-geocoding request.

Available in OS X v10.8 and later.

The items on this page are in the following plugins: MBS Real Studio SnowLeopard Plugin.




Links
MBS Real Studio Plugins