The URL to the REST endpoint of the GeocodingEndpoint.
Occurs when initialization of this object fails.
Occurs when initialization succeeds with a response from the REST endpoint. Depending on the API, this response may actually be an error message served as a correct HTTP response.
The parameters supplied for creation of a Bing geocoder through the connection string. This object will be null for any GeocodingEndpoint which is not a Bing geocoder.
The display name of the GeocodingEndpoint.
The extensions of the GeocodingEndpoint. The extensions are defined by the administrator on the server.
Feature Zoom Scale for this geocoding service.
The security token that must be provided when requesting the service from ArcGIS Server, if the geocoderType of this GeocodingEndpoint is 'ArcGisGeocoder'. If this is a Bing geocoder, this value will be null.
The type of GeocodingEndpoint, representing by a value from GeocodingEndpointType.
The URL of the geocoder service published by ArcGIS Server, if the geocoderType of this GeocodingEndpoint is 'ArcGisGeocoder'. If this is a Bing geocoder, this value will be null.
The global search key of GeocodingEndpoint.
Icon Uri for this geocoding service.
The ID used to reference the GeocodingEndpoint.
Whether or not this particular geocoder should be invoked when a user performs a global search operation.
The exception that occurred if the object could not be initialized.
Whether or not this particular geocoder is the default for batch geocoding.
Whether this geocoding endpoint is the default endpoint for reverse geocode operations.
Whether or not the object was successfully initialized.
The geocoding endpoint parameters of GeocodingEndpoint.
The properties of the GeocodingEndpoint. The properties are defined by the administrator on the server.
The Site that the GeocodingEndpoint belongs to.
The URL that this resource was initialized from.
Performs a callback function when this instance has been initialized. If this instance is already initialized when this function is called, the callback function will execute immediately.
The scope to using when executing the callback - i.e. the value of the 'this' variable in the callback function. This parameter may be ommitted in which cased the first parameter will be used as the callback function.
The callback function to execute when this instance has been initialized.
Initializes the {@link geocortex.essentials.AsyncInitializable}. This is an asynchronous method, you may subscribe to the onInitialized and onInitializationFailed events for completion information.
Creates a new instance of the GeocodingEndpoint class.