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
,scala.Serializable
Local road characteristics: Frontage, parking lot, POI access.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LocalRoad
Frontage()
Indicates whether the segment range is a frontage road or not.int
mask()
Returns the integer representation of the maskstatic LocalRoad
Indicates whether the segment range is within a parking lot or not.static LocalRoad
Indicates whether the segment range is within a parking lot or not.static LocalRoad
Indicates whether the segment range is a POI Access Road.Methods inherited from class com.here.platform.location.integration.optimizedmap.BitMask
intersects, union
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, 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:BitMask
Returns the integer representation of the mask
-