Interface LocalRoads
public interface LocalRoads
Local road characteristics: Frontage, parking lot, POI access.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LocalRoad
Indicates whether the segment range is a frontage road or not.static final LocalRoad
Indicates whether the segment range is within a parking lot or not.static final LocalRoad
Indicates whether the segment range is within a parking lot or not.static final LocalRoad
Indicates whether the segment range is a POI Access Road.
-
Field Details
-
FRONTAGE
Indicates whether the segment range is a frontage road or not. Frontage roads are local roads that run parallel to and usually contain the name(s) and addresses of a road with a higher traffic flow. Frontage Road enables appropriate voice guidance explications when guided onto a frontage road (for example: “take the Frontage Road”). -
PARKING_LOT_ROAD
Indicates whether the segment range is within a parking lot or not. Allows for unique cartographic representation of roads that are part of a parking lot. Parking Lot Road is published on roads within a parking area. Primary arteries leading in and out of the parking locations are not considered Parking Lot Road. -
POI_ACCESS
Indicates whether the segment range is a POI Access Road. POI Access Roads connect Points of Interest (POIs) to the road network. These roads provide the only means of entrance or exit from a POI to a public road. It may be used for guidance explication: the entrance road to a golf course may be explicated as “Turn right at the golf course entrance.” -
PARKING_AISLE
Indicates whether the segment range is within a parking lot or not. Allows for unique cartographic representation of roads that are part of a parking lot. Parking aisle is published on roads within a parking area. It distinguishes between roads needed to access POIs on parking geometry.
-