| Package | Description |
|---|---|
| fr.dudie.nominatim.gson | |
| fr.dudie.nominatim.model |
| Modifier and Type | Method and Description |
|---|---|
Element[] |
ArrayOfAddressElementsDeserializer.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
Element[] |
Address.getAddressElements()
Gets the elements describing the address (ex: road, city, coutry...).
|
Element[] |
Address.getNameDetails()
Sets the elements describing the namedetails (ex: name, operator, short name...).
|
| Modifier and Type | Method and Description |
|---|---|
void |
Address.setAddressElements(Element[] addressElements)
Sets the elements describing the address (ex: road, city, coutry...).
|
void |
Address.setNameDetails(Element[] namedetails)
Sets the elements describing the namedetails (ex: name, operator, short name...).
|
Copyright © 2010-2017 Dudie. All Rights Reserved.