ZipcodeLookupService
The following operations are supported. For a formal definition, please review the Service Description.
-
CityTo1Zip
For the given city name, returns exactly one valid zipcode. -
CityToLatLong
Given a city name, returns a Latitude/longitude location. -
CityToZip
For the given city name, returns the list of valid zipcodes -
ZipTo1CityAndState
For the given zipcode, returns exactly one city name -
ZipToCityAndState
For the given zipcode, returns an array of valid city names -
ZipToLatLong
Given a zipcode, returns a Latitude/longitude location.