package advancednavigationattributes
- Alphabetic
 
- Public
 - Protected
 
Type Members
-   sealed  trait GradeCategory extends Product with Serializable
Grade Category identifies a change in slope of the road based on driver perception.
Grade Category identifies a change in slope of the road based on driver perception. Grade Category can be used to identify multiple levels of roads that may be present at a single place. For example, multiple flyovers one over the other. Grade Category may be used to differentiate between ramps connecting to flyovers at different levels.
 -   sealed  trait RailwayCrossing extends Product with Serializable
Identifies the location of a Railway Crossing for map display and guidance to generate specific driver alerts when approaching a railway crossing.
 -   sealed  class Scenic extends AnyRef
Scenic indicates if a trail offers scenic landscapes.
 
Value Members
-  object GradeCategory extends Serializable
 -  object RailwayCrossing extends Serializable
 -  case object Scenic extends Scenic with Product with Serializable