Click or drag to resize

Location Methods

The Location type exposes the following members.

Methods
 NameDescription
Public methodEquals 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))
Public methodGetHashCode Overridden to ensure consistency with Equals.
(Overrides ObjectGetHashCode)
Public methodStatic memberLongLat Returns a non-null LongLatLocation object with the specified longitude and latitude position.
Public methodStatic memberPostalCode 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.
Public methodStatic memberStationId Returns a non-null StationIdLocation object with the specified weather station ID.
Top
See Also