Class LocalRoad
java.lang.Object
com.here.platform.location.integration.optimizedmap.BitMask<LocalRoad>
com.here.platform.location.integration.optimizedmap.navigationattributes.LocalRoad
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
Local road characteristics: Frontage, parking lot, POI access.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LocalRoadFrontage()Indicates whether the segment range is a frontage road or not.intmask()Returns the integer representation of the maskstatic LocalRoadIndicates whether the segment range is within a parking lot or not.static LocalRoadIndicates whether the segment range is within a parking lot or not.static LocalRoadIndicates whether the segment range is a POI Access Road.toString()Methods inherited from class com.here.platform.location.integration.optimizedmap.BitMask
intersects, unionMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
LocalRoad
public LocalRoad(int mask)
-
-
Method 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”). -
ParkingLotRoad
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. -
PoiAccess
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.” -
ParkingAisle
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. -
mask
public int mask()Description copied from class:BitMaskReturns the integer representation of the mask -
toString
-