TTMSFNCLocation Class
Non-visual component that provides location functionality.
API unit family: TMSFNCLocation
Inherits from: TTMSFNCCustomLocation
Syntax
TTMSFNCLocation = class(TTMSFNCCustomLocation)
Properties
| Name | Description |
|---|---|
| APIKey | API key used to authenticate requests to the service. (inherited from TTMSFNCCustomLocation) |
| Connection | Provides access to the connection used to perform the location lookup. (inherited from TTMSFNCCustomLocation) |
| LocationInstance | Provides the service instance used to execute location requests. (inherited from TTMSFNCCustomLocation) |
| LocationProperties | Provides access to the location service property provider. (inherited from TTMSFNCCustomLocation) |
| LocationRequests | Provides access to the collection of location requests. (inherited from TTMSFNCCustomLocation) |
| Service | Selects the service provider used to execute requests. (inherited from TTMSFNCCustomLocation) |
Events
| Name | Description |
|---|---|
| OnGetLocation | Occurs when a location request is sent. (inherited from TTMSFNCCustomLocation) |
| OnGetLocationResult | Occurs when a location result is returned. (inherited from TTMSFNCCustomLocation) |