lance-ts / geocodeOneLineAddressAll
Function: geocodeOneLineAddressAll()
geocodeOneLineAddressAll(
address):Promise\<OneLineAddressMatch[] |undefined>
Defined in: one-line-address.ts:97
Returns array of OneLineAddressMatch, if one or more results exist.
Parameters
address
string
The address to submit to the census geocoder
Returns
Promise\<OneLineAddressMatch[] | undefined>
| undefined
Throws
Error - "HTTP Error" if response status is not OK.