Click or drag to resize

ZipInfo Fields

The ZipInfo type exposes the following members.

Fields
  NameDescription
Public fieldLattitude
The lattitude of the zip code (always unsigned north lattitude).
Public fieldLongitude
The longitude of the zip code (always unsigned west longitude).
Public fieldName
The probably-unofficial ZIP code name.
Public fieldStateAbbrev
The standard 2-character state abbreviation. Note that in some cases a single ZIP code maps to multiple states in which case the state returned is an arbitrary one of those.
Public fieldZip
The 5-digit zip code found (may NOT be the one requested if no exact match was found and an approximate match was OK).
Top
See Also