Packages

object OptimizedMapLayers

Lists the layers that are available in an Optimized Map for Location Library catalog.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OptimizedMapLayers
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. lazy val AdasAttributesLayerConfiguration: LayerConfiguration[MultiPropertyTile]
  5. lazy val AdvancedNavigationAttributesLayerConfiguration: LayerConfiguration[MultiPropertyTile]
  6. lazy val FreeFlowSpeedLayerConfiguration: LayerConfiguration[RangeBasedPropertyTile[Int]]
  7. lazy val GeometryLayerConfiguration: LayerConfiguration[GeometryTile]
  8. lazy val LengthLayerConfiguration: LayerConfiguration[UndirectedPropertyTile[Double]]
  9. lazy val MappingLayerConfiguration: LayerConfiguration[MappingTile]
  10. lazy val NavigationAttributesLayerConfiguration: LayerConfiguration[MultiPropertyTile]
  11. lazy val RestrictedManoeuvreLayerConfiguration: LayerConfiguration[EdgePropertyTile[Int]]
  12. lazy val RoadAccessLayerConfiguration: LayerConfiguration[RangeBasedPropertyTile[Int]]
  13. lazy val RoadAttributesLayerConfiguration: LayerConfiguration[MultiPropertyTile]
  14. lazy val RoutingGraphLayerConfiguration: LayerConfiguration[GraphTile]
  15. lazy val RoutingRoadAccessLayerConfiguration: LayerConfiguration[RangeBasedPropertyTile[Int]]
  16. lazy val TmcTableLayerConfiguration: LayerConfiguration[TmcTablePartition]
  17. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  18. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def layersConfiguration: Seq[LayerConfiguration[AnyRef]]
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Deprecated Value Members

  1. lazy val AdasAttributes: Layer[MultiPropertyTile]

    The adasattributes layer of an Optimized Map for Location Library.

    The adasattributes layer of an Optimized Map for Location Library.

    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version SDK 2.54) Use methods based on OptimizedMapLayers instead.

  2. lazy val AdvancedNavigationAttributes: Layer[MultiPropertyTile]

    The advancednavigationattributes layer of an Optimized Map for Location Library.

    The advancednavigationattributes layer of an Optimized Map for Location Library.

    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version SDK 2.54) Use methods based on OptimizedMapLayers instead.

  3. lazy val FreeFlowSpeed: Layer[RangeBasedPropertyTile[Int]]

    The freeflowspeed layer of an Optimized Map for Location Library.

    The freeflowspeed layer of an Optimized Map for Location Library.

    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version SDK 2.54) Use methods based on OptimizedMapLayers instead.

  4. lazy val Geometry: Layer[GeometryTile]

    The geometry layer of an Optimized Map for Location Library.

    The geometry layer of an Optimized Map for Location Library.

    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version SDK 2.54) Use methods based on OptimizedMapLayers instead.

  5. lazy val Length: Layer[UndirectedPropertyTile[Double]]

    The length layer of an Optimized Map for Location Library.

    The length layer of an Optimized Map for Location Library.

    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version SDK 2.54) Use methods based on OptimizedMapLayers instead.

  6. lazy val Mapping: Layer[MappingTile]

    The mapping layer of an Optimized Map for Location Library.

    The mapping layer of an Optimized Map for Location Library.

    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version SDK 2.54) Use methods based on OptimizedMapLayers instead.

  7. lazy val NavigationAttributes: Layer[MultiPropertyTile]

    The navigationattributes layer of an Optimized Map for Location Library.

    The navigationattributes layer of an Optimized Map for Location Library.

    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version SDK 2.54) Use methods based on OptimizedMapLayers instead.

  8. lazy val RestrictedManoeuvre: Layer[EdgePropertyTile[Int]]

    The restrictedmanoeuvre layer of an Optimized Map for Location Library.

    The restrictedmanoeuvre layer of an Optimized Map for Location Library.

    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version SDK 2.54) Use methods based on OptimizedMapLayers instead.

  9. lazy val RestrictedManoeuvreConfiguration: LayerConfiguration[EdgePropertyTile[Int]]
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version SDK 2.55) Use RestrictedManoeuvreLayerConfiguration instead.

  10. lazy val RoadAccess: Layer[RangeBasedPropertyTile[Int]]

    The roadaccess layer of an Optimized Map for Location Library.

    The roadaccess layer of an Optimized Map for Location Library.

    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version SDK 2.54) Use methods based on OptimizedMapLayers instead.

  11. lazy val RoadAttributes: Layer[MultiPropertyTile]

    The roadattributes layer of an Optimized Map for Location Library.

    The roadattributes layer of an Optimized Map for Location Library.

    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version SDK 2.54) Use methods based on OptimizedMapLayers instead.

  12. lazy val RoutingGraph: Layer[GraphTile]

    The routinggraph layer of an Optimized Map for Location Library.

    The routinggraph layer of an Optimized Map for Location Library.

    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version SDK 2.54) Use methods based on OptimizedMapLayers instead.

  13. lazy val RoutingGraphConfiguration: LayerConfiguration[GraphTile]
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version SDK 2.55) Use RoutingGraphLayerConfiguration instead.

  14. lazy val RoutingRoadAccess: Layer[RangeBasedPropertyTile[Int]]

    The routingroadaccess layer of an Optimized Map for Location Library.

    The routingroadaccess layer of an Optimized Map for Location Library.

    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version SDK 2.54) Use methods based on OptimizedMapLayers instead.

  15. lazy val Tmc: GenericLayer[TmcTablePartition]

    The tmc layer of an Optimized Map for Location Library.

    The tmc layer of an Optimized Map for Location Library.

    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version SDK 2.54) Use methods based on OptimizedMapLayers instead.

Inherited from AnyRef

Inherited from Any

Ungrouped