| Location | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
SyntaxThe LocationDataResponse type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | DataSets | Gets the non-null DataSets object containing the sets of data generated to fulfil the DataSpecs from the LocationDataRequest that led to this response. | 
|  | 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 | Gets the non-null, non-empty list of source(s) (essentially weather stations) that were used to generate the data in this response. | 
|  | StationId | Gets the non-null, non-empty canonical ID of the weather station or combination of weather stations that was used to calculate the returned data. | 
|  | TargetLongLat | Gets the non-null LongLat that specifies the geographic position of the Location from the LocationDataRequest that led to this response. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | Returns true if obj is a
            LocationDataResponse 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) | 
 Remarks
RemarksSee GetLocationData(LocationDataRequest) for more info and code samples.
 Thread Safety
Thread Safety See Also
See Also