bulkGeocode
bulkGeocode
FunctionbulkGeocode(requestOptions: IBulkGeocodeOptions): Promise<IBulkGeocodeResponse>
Used to geocode a batch of addresses.
Parameters
Parameter | Type | Notes |
---|---|---|
request | IBulkGeocodeOptions | Request options to pass to the geocoder, including an array of addresses and authentication session. |
Returns
Promise<IBulkGeocodeResponse>
A Promise that will resolve with the data from the response. The spatial reference will be added to address locations unless rawResponse: true
was passed.