Location Methods |
The Location type exposes the following members.
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.
(Overrides ObjectEquals(Object)) | |
GetHashCode |
Overridden to ensure consistency with Equals.
(Overrides ObjectGetHashCode) | |
LongLat | Returns a non-null LongLatLocation object with the specified longitude and latitude position. | |
PostalCode | Returns a non-null PostalCodeLocation object with a postal code (or zip code, post code, or postcode) and a two-letter country code representing the country that the postal code belongs to. | |
StationId | Returns a non-null StationIdLocation object with the specified weather station ID. |