TTMSFNCElevation Class
Non-visual component that provides elevation functionality.
API unit family: TMSFNCElevation
Inherits from: TTMSFNCCustomElevation
Syntax
TTMSFNCElevation = class(TTMSFNCCustomElevation)
Properties
| Name |
Description |
| APIKey |
API key used to authenticate requests to the service. (inherited from TTMSFNCCustomElevation) |
| ElevationData |
Provides access to the resolved elevation coordinate data. (inherited from TTMSFNCCustomElevation) |
| ElevationInstance |
Provides the service instance used to execute elevation requests. (inherited from TTMSFNCCustomElevation) |
| ElevationProperties |
Provides access to the elevation service property provider. (inherited from TTMSFNCCustomElevation) |
| ElevationRequests |
Provides access to the collection of elevation requests. (inherited from TTMSFNCCustomElevation) |
| Service |
Selects the service provider used to execute requests. (inherited from TTMSFNCCustomElevation) |
Methods
| Name |
Description |
| ClearElevationData |
Clears the cached elevation data. (inherited from TTMSFNCCustomElevation) |
| FindElevation |
Finds the resolved elevation for the specified coordinate. (inherited from TTMSFNCCustomElevation) |
Events
| Name |
Description |
| OnGetElevation |
Occurs when an elevation request is sent. (inherited from TTMSFNCCustomElevation) |
| OnGetElevationResult |
Occurs when an elevation result is returned. (inherited from TTMSFNCCustomElevation) |