AddressType
The AddressType structure contains the address details of a station.
| Element | Data Type | Required | Description |
|---|---|---|---|
street | String | No | Street name of the charging station |
streetNumber | String | No | Street number of the charging station |
city | String | No | City |
state | String | No | State |
county | String | No | County |
region | String | No | Region |
district | String | No | District |
country | String | No | ISO 3166 country code, for example, DEU or USA |
postalCode | String | No | Postal code |
floor | String | No | Available floor levels: A single string combining all floorLevels from the EVSEs at the charging location. |
unparsedAddress | String | No | Address label as single string, formatted according to local conventions |
block | String | No | If applicable, the block containing the location. Used primarily in east Asian countries |
subblock | String | No | If applicable, the sub-block containing the location. Used primarily in east Asian countries |
sideOfStreet | String | No | If applicable, side of street - RIGHT or LEFT. |
subdistrict | String | No | If applicable, in which subdistrict the location is located. Used primarily in east Asian countries |
Parent topic: Data Types
Updated 4 days ago