| Package | Description |
|---|---|
| com.sovren | |
| com.sovren.models | |
| com.sovren.models.api.geocoding |
| Modifier and Type | Method and Description |
|---|---|
GeocodeAndIndexJobResponse |
SovrenClient.geocodeAndIndex(ParsedJob job,
IndexSingleDocumentInfo indexingOptions,
GeoCoordinates coordinates,
boolean indexIfGeocodeFails,
GeocodeCredentials geocodeCredentials)
Use this if you already have latitude/longitude coordinates and simply wish to add them to your parsed job.
|
GeocodeAndIndexResumeResponse |
SovrenClient.geocodeAndIndex(ParsedResume resume,
IndexSingleDocumentInfo indexingOptions,
GeoCoordinates coordinates,
boolean indexIfGeocodeFails,
GeocodeCredentials geocodeCredentials)
Use this if you already have latitude/longitude coordinates and simply wish to add them to your parsed resume.
|
| Modifier and Type | Field and Description |
|---|---|
GeoCoordinates |
Location.GeoCoordinates
If geocoding has been done, this is the lat/lon for the location
|
| Modifier and Type | Field and Description |
|---|---|
GeoCoordinates |
GeocodeOptionsBase.GeoCoordinates
The geographic coordinates (latitude/longitude) for your postal address.
|
Copyright © 2021. All rights reserved.