ITMSFNCCustomElevation.Parse Method
Parses the raw service response into the request and returns the resolved coordinates.
API unit family: TMSFNCElevation
Declaring type: ITMSFNCCustomElevation
Syntax
function Parse(ARequest: TTMSFNCElevationRequest; ACoordinates: TTMSFNCMapsCoordinateRecArray; ARequestResult: string): TTMSFNCMapsCoordinateRecArray;
Parameters
| Name | Description |
|---|---|
ARequest |
Request that receives the parsed result. |
ACoordinates |
Coordinates submitted for elevation resolution. |
ARequestResult |
Raw response text returned by the service. |
Returns
The coordinates updated with resolved elevation values.