public interface Response
Modifier and Type | Method and Description |
---|---|
List<Candidate> |
getCandidates()
Get the list of candidates.
|
Set<String> |
getCustomFieldKeys()
If the response has custom key-value pairs, returns the keys hat may be used to retrieve
values
|
String |
getCustomFieldValue(String key)
Return an individual custom field value
|
Map<String,String> |
getCustomValues()
returns any custom values in the response.
|
int |
getTotalMatches()
Returns the number of candidates found that would be considered close candidates
|
int |
getTotalPossibleCandidates()
Returns the number of candidates found for this geocode
|
static final String PARSED_INPUT_PLACE_NAME
static final String PARSED_INPUT_ADDRESS_NUMBER
static final String PARSED_INPUT_STREET_NAME
static final String PARSED_INPUT_STREET_PRE_DIRECTIONAL
static final String PARSED_INPUT_STREET_POST_DIRECTIONAL
static final String PARSED_INPUT_STREET_PRE_TYPE
static final String PARSED_INPUT_STREET_POST_TYPE
static final String PARSED_INPUT_UNIT_TYPE
static final String PARSED_INPUT_UNIT_VALUE
static final String PARSED_INPUT_AREA_NAME_1
static final String PARSED_INPUT_AREA_NAME_2
static final String PARSED_INPUT_AREA_NAME_3
static final String PARSED_INPUT_AREA_NAME_4
static final String PARSED_INPUT_POST_CODE_1
static final String PARSED_INPUT_POST_CODE_2
static final String PARSED_INPUT_GENERIC_FIELD_1
static final String PARSED_INPUT_GENERIC_FIELD_2
static final String PARSED_INPUT_GENERIC_FIELD_3
static final String PARSED_INPUT_GENERIC_FIELD_4
static final String PARSED_INPUT_INTERSECTING_STREET
static final String PARSED_INPUT_COUNTRY
static final String PARSED_INPUT_FORMATTED_INPUT_STREET
static final String ERROR_KEY
List<Candidate> getCandidates()
int getTotalPossibleCandidates()
int getTotalMatches()
Map<String,String> getCustomValues()
Set<String> getCustomFieldKeys()
Copyright © 2024. All rights reserved.