| name | data type | description |
|---|---|---|
| longitude | number | |
| faxWork | string | |
| latitude | number | |
| city | string | |
| phoneMobile | string | |
| type | AddressType | |
| zip | string | |
| street | string | |
| emailHome | string | |
| country | string | |
| emailWork | string | |
| contactPerson | string | |
| faxHome | string | |
| distance | number | |
| phoneHome | string | |
| phoneWork | string | |
| www | string | |
| label | string |
Example
{
"longitude" : 12345.0,
"faxWork" : "...",
"latitude" : 12345.0,
"city" : "...",
"phoneMobile" : "...",
"type" : "courtHall",
"zip" : "...",
"street" : "...",
"emailHome" : "...",
"country" : "...",
"emailWork" : "...",
"contactPerson" : "...",
"faxHome" : "...",
"distance" : 12345.0,
"phoneHome" : "...",
"phoneWork" : "...",
"www" : "...",
"label" : "..."
}