Long |
The LongLatLocation type exposes the following members.
Name | Description | |
---|---|---|
LongLatLocation | Constructs a LongLatLocation object with the specified longitude and latitude position. |
Name | Description | |
---|---|---|
Equals |
Two Location objects are equal if it can be ascertained that
they both represent the exact same weather station(s) or geographic
location, and that two requests for data, one with each
Location and identical in every other respect, would return
identical data.
(Inherited from Location) | |
GetHashCode |
Overridden to ensure consistency with Equals.
(Inherited from Location) | |
ToString |
Returns a non-null, non-empty string representation of this instance for logging and debugging purposes.
(Overrides ObjectToString) |
The API will hunt for a weather station near the specified location that is able to supply the requested data, or it might (at some point) average data from multiple weather stations around the specified location if it thinks that might significantly improve results.
Make sure to specify the full range of data that you want when using this location type - some weather stations have less data than others so it's important for the API to have the full range when it's choosing which station(s) to use. The LocationDataResponse will include an station ID that will enable you to fetch new data calculated from the same weather station(s) used by the API initially.