final case class CurvatureHeading(curvature: Int, heading: Int) extends Product with Serializable
Curvature is an approximation of the road geometry by means of circles at road geometry points (Nodes or Shape Points). Curvature values are only published with respect to one travel direction. The curvature in reverse direction can be calculated by multiplication with -1. Curvature is stored as numeric value representing the curvature in metres -1 x 106). (1/Radius-of-Curvature x 106) Heading is the direction toward which a road is oriented. It is the angle in Decimal Degrees x 10^3, between North and the road direction.
- curvature
Curvature value in inverse of radius in meters multiplied by 1,000,000. Curvature is an approximation of the road geometry by means of circles at road geometry points and is published with respect to one travel direction. It may be used to warn driver of upcoming curve, adjust headlight aiming, assist with electronic stability control.
- heading
Heading value in decimal degrees, multiplied by 1000. Relative to true north 0 - 359,999.
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version Location Library 1.0.41) split into two separate attributes
curvatureandheading
- Alphabetic
- By Inheritance
- CurvatureHeading
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new CurvatureHeading(curvature: Int, heading: Int)
- curvature
Curvature value in inverse of radius in meters multiplied by 1,000,000. Curvature is an approximation of the road geometry by means of circles at road geometry points and is published with respect to one travel direction. It may be used to warn driver of upcoming curve, adjust headlight aiming, assist with electronic stability control.
- heading
Heading value in decimal degrees, multiplied by 1000. Relative to true north 0 - 359,999.
- Deprecated
split into two separate attributes
curvatureandheading
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(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val curvature: Int
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getCurvature(): Int
- Annotations
- @BeanProperty()
- def getHeading(): Int
- Annotations
- @BeanProperty()
- val heading: Int
- 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
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)