TdxAzureMapResponse Properties
The base class for data transfer objects designed to store responses from Azure Maps servers.| Name | Description |
|---|---|
| ErrorInfo | Provides access to detailed error information if the current server query is not successful. |
| IsSuccess | Identifies if the current query to a REST server is successful. Inherited from TdxRestServiceResponse. |
| QueryParams | |
| StatusCode | Returns the REST server response status code. Inherited from TdxRestServiceResponse. |
See Also