libs/upp-wdgt/src/components/upp-address/upp-address.ts
Interface representing an address with detailed location data.
Properties |
| accuracy |
accuracy:
|
Type : number
|
| address |
address:
|
Type : string
|
| country |
country:
|
Type : string
|
| door |
door:
|
Type : string | null
|
| formatted |
formatted:
|
Type : string
|
| latitude |
latitude:
|
Type : number
|
| locality |
locality:
|
Type : string
|
| longitude |
longitude:
|
Type : number
|
| number |
number:
|
Type : string
|
| province |
province:
|
Type : string
|
| street |
street:
|
Type : string
|
| timezone |
timezone:
|
Type : string
|
| town |
town:
|
Type : string
|
| zipcode |
zipcode:
|
Type : string
|