Location |
The LocationInfoResponse type exposes the following members.
Name | Description | |
---|---|---|
Metadata |
Gets a non-null ResponseMetadata object containing metadata
sent back with the response from the API servers, including details of the
account's current rate limit.
(Inherited from Response) | |
Sources | Returns the non-null, non-empty array of source(s) (essentially weather stations) that would be used to generate data for an equivalent LocationDataResponse. | |
StationId | Gets the non-null, non-empty canonical ID of the weather station or combination of weather stations that would be used to generate data for an equivalent LocationDataResponse. | |
TargetLongLat | Gets the non-null LongLat that specifies the geographic position of the Location from the LocationInfoRequest that led to this response. |
Name | Description | |
---|---|---|
Equals |
Returns true if obj is a
LocationInfoResponse with equal values for everything
apart from the Metadata (which is not
considered in the equality test).
(Overrides ObjectEquals(Object)) | |
GetHashCode |
Overridden to ensure consistency with Equals.
(Overrides ObjectGetHashCode) | |
ToString |
Returns a non-null, non-empty string representation of this instance for logging and debugging purposes.
(Overrides ObjectToString) |
This mirrors LocationDataResponse, except it doesn't actually contain any data (i.e. no DataSets).
Version | Description |
---|---|
1.1 | This was added in version 1.1. |