Location
Message Summary
message Location
A generic, re-usable "location". Locations represent a physical (geometric) and/or addressed space on Earth.
Include: location.proto
Properties
Field | Type | Label | Description | |
---|---|---|---|---|
identifier | string | An identifier for the location in the format of domain:system:type:id, for example, "here:cm:pointaddress:3455277". This property is unique in a catalog. | ||
location_type | LocationType | Type of location. Required. | ||
within_location_ref | Reference | Parent location that this location is contained within. | ||
display_position | Point | Point representing the whole location; used for display. | ||
bounding_box | BoundingBox | Bounding box covering full spatial extent of location. | ||
geometry | Geometry | Detailed geometry of location. | ||
level_information | LevelInformation | Level information for the location. | ||
address_index | UInt32Value | Index of address assigned to this location. 0-based reference to address in PlaceLocationPartition. Optional - the uint32 wrapper allows for a null object, meaning that the location does not have a corresponding address. | ||
address_relation | AddressRelation | Relation of address to location. | ||
accessors | Accessor | repeated | Ways to access this location. | |
area_type | AreaType | For area-based locations, the type of area. | ||
segment_anchor | SegmentAnchor | The segment and range in which to route to this location. | ||
segment_anchor_side | Side | The side of the segment for routing to this location. | ||
political_geometry | PoliticalGeometry | repeated | Geometry based on political views of concerned countries. | |
alternate_geometry | AlternateGeometry | repeated | Alternate representations of the location's geometry. |