com.here.platform.location.integration.optimizedmap.graph.PropertyMaps
AdvancedNavigationAttributes
Companion object AdvancedNavigationAttributes
class AdvancedNavigationAttributes extends AnyRef
Provides factory methods for accessing properties from the advancednavigationattributes
layer of Optimized Map for Location
Library.
- Alphabetic
- By Inheritance
- AdvancedNavigationAttributes
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new AdvancedNavigationAttributes(optimizedMap: OptimizedMapLayers)
- new AdvancedNavigationAttributes(advancedNavigationAttributesLayer: AdvancedNavigationAttributesLayer)
-
new
AdvancedNavigationAttributes(optimizedMap: Catalog, cacheManager: DataLoaderProvider)
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version SDK 2.54) Use methods based on OptimizedMapLayers instead.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
lazy val
gradeCategory: RangeBasedPropertyMap[Vertex, GradeCategory]
Creates a map that returns the com.here.platform.location.integration.optimizedmap.advancednavigationattributes.GradeCategory of a com.here.platform.location.inmemory.graph.Vertex.
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
lazy val
railwayCrossing: PointBasedPropertyMap[Vertex, RailwayCrossing]
Creates a map that returns the com.here.platform.location.integration.optimizedmap.advancednavigationattributes.RailwayCrossing of a com.here.platform.location.inmemory.graph.Vertex.
-
lazy val
scenic: RangeBasedPropertyMap[Vertex, Scenic]
Creates a map that returns the com.here.platform.location.integration.optimizedmap.advancednavigationattributes.Scenic of a com.here.platform.location.inmemory.graph.Vertex.
-
lazy val
speedLimit: RangeBasedPropertyMap[Vertex, SpeedLimit]
Creates a map that returns the com.here.platform.location.integration.optimizedmap.commonattributes.SpeedLimit of a com.here.platform.location.inmemory.graph.Vertex.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()