Package | Description |
---|---|
com.precisely.addressing | |
com.precisely.addressing.common | |
com.precisely.addressing.v1 | |
com.precisely.addressing.v1.parser |
Modifier and Type | Method and Description |
---|---|
Response |
Addresser.geocode(RequestAddress address,
Preferences preferences) |
Response |
Addresser.lookup(LookupType type,
Preferences preferences,
KeyValue... key) |
Response |
Addresser.reverse(Double x,
Double y,
String country,
Preferences preferences) |
Response |
Addresser.verify(RequestAddress address,
Preferences preferences) |
Modifier and Type | Method and Description |
---|---|
String |
AddressingJsonFactory.toJson(Response response,
boolean pretty)
Returns a json string for the given response object.
|
Modifier and Type | Method and Description |
---|---|
Response |
Addressing.geocode(RequestAddress address,
Preferences preferences) |
Response |
Addressing.lookup(LookupType type,
Preferences preferences,
KeyValue... key) |
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 |
---|---|
Response |
Parser.parse(ResponseAddress address,
Preferences preferences) |
Copyright © 2024. All rights reserved.