Class PropertyMaps.AdvancedNavigationAttributes
java.lang.Object
com.here.platform.location.integration.optimizedmap.graph.javadsl.PropertyMaps.AdvancedNavigationAttributes
- Enclosing class:
- PropertyMaps
Provides factory methods for accessing properties from the
advancednavigationattributes
layer of Optimized Map for Location Library.-
Constructor Summary
ConstructorsConstructorDescriptionAdvancedNavigationAttributes
(Catalog optimizedMap, DataLoaderProvider cacheManager) Deprecated.AdvancedNavigationAttributes
(AdvancedNavigationAttributesLayer advancedNavigationAttributesLayer) AdvancedNavigationAttributes
(OptimizedMapLayers optimizedMap) -
Method Summary
Modifier and TypeMethodDescriptionCreates a map that returns theGradeCategory
of aVertex
.Creates a map that returns theRailwayCrossing
of aVertex
.scenic()
Creates a map that returns theSpeedLimit
of aVertex
.
-
Constructor Details
-
AdvancedNavigationAttributes
@Deprecated public AdvancedNavigationAttributes(Catalog optimizedMap, DataLoaderProvider cacheManager) Deprecated.Prefernew PropertyMaps(optimizedMap).advancedNavigationAttributes()
. -
AdvancedNavigationAttributes
-
-
Method Details
-
railwayCrossing
Creates a map that returns theRailwayCrossing
of aVertex
. -
speedLimit
Creates a map that returns theSpeedLimit
of aVertex
. -
gradeCategory
Creates a map that returns theGradeCategory
of aVertex
. -
scenic
-
new PropertyMaps(optimizedMap).advancedNavigationAttributes()
.