Modifier and Type | Method and Description |
---|---|
Response |
Addresser.geocode(RequestAddress address,
Preferences preferences) |
Response |
Addresser.lookup(LookupType type,
Preferences preferences,
KeyValue... key) |
ParsedResponse |
Addresser.parse(RequestAddress address,
Preferences preferences) |
ParsedResponseV2 |
Addresser.parseV2(RequestAddress address,
Preferences preferences) |
PredictionResponse |
Addresser.predict(RequestAddress address,
Preferences preferences) |
PredictionResponseV2 |
Addresser.predictV2(RequestAddress address,
Preferences preferences) |
Response |
Addresser.reverse(Double x,
Double y,
String country,
Preferences preferences) |
Response |
Addresser.verify(RequestAddress address,
Preferences preferences) |
Modifier and Type | Method and Description |
---|---|
static RequestAddress |
AddressUtil.normalizeAddress(RequestAddress requestAddress,
Preferences preferences) |
Constructor and Description |
---|
ImmutablePreferences(Preferences preferences) |
Modifier and Type | Method and Description |
---|---|
static Preferences |
ConfigurationFactory.copyOverlayClient(Preferences fromConfig,
Preferences clientPreferences) |
static Preferences |
ConfigurationFactory.copyOverlayFromConfiguration(Preferences from,
Preferences to)
if from does not contain definition of preference it is copied from to preferences
i.e.
|
Preferences |
AddressingConfiguration.getPreferences() |
Preferences |
AddressingConfigurationImpl.getPreferences() |
Preferences |
AddressingConfiguration.getPreferences(String country) |
Preferences |
AddressingConfigurationImpl.getPreferences(String country) |
static Preferences |
ConfigurationFactory.resolveWithDefault(Preferences preferences,
AddressingConfiguration configuration,
Preferences internalBase) |
static Preferences |
ConfigurationFactory.resolveWithDefault(Preferences preferences,
AddressingConfiguration configuration,
Preferences internalBase,
Feature feature) |
Modifier and Type | Method and Description |
---|---|
static Preferences |
ConfigurationFactory.copyOverlayClient(Preferences fromConfig,
Preferences clientPreferences) |
static Preferences |
ConfigurationFactory.copyOverlayFromConfiguration(Preferences from,
Preferences to)
if from does not contain definition of preference it is copied from to preferences
i.e.
|
static Preferences |
ConfigurationFactory.resolveWithDefault(Preferences preferences,
AddressingConfiguration configuration,
Preferences internalBase) |
static Preferences |
ConfigurationFactory.resolveWithDefault(Preferences preferences,
AddressingConfiguration configuration,
Preferences internalBase,
Feature feature) |
static boolean |
ConfigurationFactory.shouldReturnFields(String field,
Preferences preferences) |
AddressingConfigurationBuilder |
AddressingConfigurationBuilder.withPreferences(Preferences preferences) |
Modifier and Type | Method and Description |
---|---|
Preferences |
Configuration.getPreferences() |
Modifier and Type | Method and Description |
---|---|
void |
Configuration.setPreferences(Preferences preferences) |
Modifier and Type | Method and Description |
---|---|
Response |
Addressing.geocode(RequestAddress address,
Preferences preferences) |
Response |
Addressing.lookup(LookupType type,
Preferences preferences,
KeyValue... key) |
ParsedResponse |
Addressing.parse(RequestAddress address,
Preferences preferences)
Deprecated.
|
ParsedResponseV2 |
Addressing.parseV2(RequestAddress address,
Preferences preferences) |
PredictionResponse |
Addressing.predict(RequestAddress address,
Preferences preferences)
parse address elements
|
PredictionResponseV2 |
Addressing.predictV2(RequestAddress address,
Preferences preferences)
parse address elements
|
Response |
Addressing.reverse(Double x,
Double y,
String country,
Preferences preferences)
find address for given coordinates
|
Response |
Addressing.verify(RequestAddress address,
Preferences preferences) |
Modifier and Type | Method and Description |
---|---|
Preferences |
PreferencesBuilder.build() |
Constructor and Description |
---|
DefaultPreferences(Preferences preferences) |
EmptyPreferences(Preferences preferences) |
Modifier and Type | Method and Description |
---|---|
Parser |
ParserFactory.getParser(AddressingConfiguration configuration,
Preferences preferences) |
Response |
Parser.parse(ResponseAddress address,
Preferences preferences) |
Copyright © 2024. All rights reserved.