Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
CLGeocoder.Error
Checks if this request got an error.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
CLGeocoder | 4.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
MBS( "CLGeocoder.Error"; Geocoder ) More
Parameters
Parameter | Description | Example |
---|---|---|
Geocoder | The reference number of the geocoder instance. | $Geocoder |
Result
Returns 0, 1 or error.
Description
Checks if this request got an error.Returns 1 if an error occurred. You can use CLGeocoder.ErrorMessage to get the error message.
Examples
Checks error and shows message:
If [ MBS( "CLGeocoder.Error"; $g )]
Display Dialog [ "Error"; MBS( "CLGeocoder.ErrorMessage"; $g ) ]
End If
See also
Example Databases
This function is free to use.
Created 18th August 2014, last changed 18th August 2014