AdministrativeContext
Message Summary
message AdministrativeContext
Provides for a given map entity (for example, a street) a set of references to (administrative) places that are used for the individual address fields of that entity.
Often, the assignment of a given address attribute to an administrative place is not definite and there might be multiple alternative administrative places assigned to a single attribute. For that case, each administrative place assigned to an address attribute comes with some classification for this assignment.
It is assumed that AdministrativeContexts are stored as pooled value objects along with the map entities for which they provide the administrative context.
This allows the same mapping to be reused for multiple entities in the same partition.
Include: administrative_context.proto
Properties
Field | Type | Label | Description | |
---|---|---|---|---|
default_mapping | uint32 | Refers to another AdministrativeContext object that provides default values for some of the address fields. Based on the assumption that spatially partitioned data sets, most map entities in a given partition share most of their address levels, this enables a very compact, space optimized representation. | ||
city | PlaceClassification | repeated | Applicable classified Places at the city level. | |
postal_code | PlaceClassification | repeated | Applicable classified PostalCodes. | |
country | PlaceClassification | repeated | Applicable classified Places at the country level. | |
state | PlaceClassification | repeated | Applicable classified Places at the state level. | |
region | PlaceClassification | repeated | Applicable classified Places at the region level. | |
county | PlaceClassification | repeated | Applicable classified Places at the county level. | |
district | PlaceClassification | repeated | Applicable classified Places at the district level. | |
sub_district | PlaceClassification | repeated | Applicable classified Places at the sub-district level. | |
further_zone | PlaceClassification | repeated | Applicable classified Places at a zone level further than sub-district. | |
political_view | PoliticalView | repeated | The applicable political views for this Administrative Context. | |
classification_type | ClassificationType | The lowest classification type for the AdministrativeContext (based on the list of place classifications). | ||
political_view_exception | PoliticalView | repeated | The political views which do not agree on the international/default view for this Administrative Context. |