TdxAzureMapResponse Members
The base class for data transfer objects designed to store responses from Azure Maps servers.Constructors
| Name | Description |
|---|---|
| Create(Integer) | Initializes a new instance of the TdxRestServiceResponse class with specified settings. Inherited from TdxRestServiceResponse. |
Properties
| 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. |
Methods
| Name | Description |
|---|---|
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| ToString | Inherited from TObject. |
See Also