TTMSFNCGeocoding Class
Non-visual component that provides geocoding functionality.
API unit family: TMSFNCGeocoding
Inherits from: TTMSFNCCustomGeocoding
Syntax
TTMSFNCGeocoding = class(TTMSFNCCustomGeocoding)
Properties
| Name | Description |
|---|---|
| APIKey | API key used to authenticate requests to the service. (inherited from TTMSFNCCustomGeocoding) |
| GeocodingInstance | Provides the service instance used to execute geocoding requests. (inherited from TTMSFNCCustomGeocoding) |
| GeocodingProperties | Provides access to the geocoding service property provider. (inherited from TTMSFNCCustomGeocoding) |
| GeocodingRequests | Provides access to the collection of geocoding requests. (inherited from TTMSFNCCustomGeocoding) |
| Service | Selects the service provider used to execute requests. (inherited from TTMSFNCCustomGeocoding) |
Events
| Name | Description |
|---|---|
| OnGetGeocoding | Occurs when a geocoding request is sent. (inherited from TTMSFNCCustomGeocoding) |
| OnGetGeocodingResult | Occurs when a geocoding result is returned. (inherited from TTMSFNCCustomGeocoding) |
| OnGetReverseGeocoding | Occurs when a reverse geocoding request is sent. (inherited from TTMSFNCCustomGeocoding) |
| OnGetReverseGeocodingResult | Occurs when a reverse geocoding result is returned. (inherited from TTMSFNCCustomGeocoding) |