A job is a request against the HERE Batch Geocoder API resource jobs. A batch geocoding job requires input data, which is a collection of street addresses, to be converted to geographic coordinates. The input data for a batch reverse geocoding job is a set of locations that must be converted to street addresses. The locations are captured as pairs of geographic coordinates, latitude and longitude. (See also data-input.html)

The API supports requests that allow you to monitor the status of a job (see job-status.html) and to retrieve the output when a job is completed (read-batch-request-output.html).

Each type of request produces a synchronous response, but both monitoring of a job status and retrieval of the final output are asynchronous with regard to the initial job request.