org.danielnixon.saferdom.implicits.lib

SaferCoordinates

implicit final class SaferCoordinates extends AnyVal

See also

https://dev.w3.org/geo/api/spec-source.html#coordinates

Linear Supertypes
AnyVal, NotNull, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SaferCoordinates
  2. AnyVal
  3. NotNull
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SaferCoordinates(value: raw.Coordinates)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  2. final def ##(): Int

    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  4. def altitude: Option[Double]

    The Coordinates.

    The Coordinates.altitude read-only property is a double representing the altitude of the position in meters, relative to sea level. This value is null if the implementation cannot provide this data.

    MDN

  5. def altitudeAccuracy: Option[Double]

    The Coordinates.

    The Coordinates.altitudeAccuracy read-only property is a strictly positive double representing the accuracy, with a 95% confidence level, of the altitude expressed in meters. This value is null if the implementation doesn't support measuring altitude.

    MDN

  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  8. def heading: Option[Double]

    The Coordinates.

    The Coordinates.heading read-only property is a double representing the direction in which the device is traveling. This value, specified in degrees, indicates how far off from heading due north the device is. 0 degrees represents true true north, and the direction is determined clockwise (which means that east is 90 degrees and west is 270 degrees). If Coordinates.speed is 0, heading is NaN. If the device is not able to provide heading information, this value is null.

    MDN

  9. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  10. def speed: Option[Double]

    The Coordinates.

    The Coordinates.speed read-only property is a double representing the velocity of the device in meters per second. This value is null if the implementation is not able to measure it.

    MDN

  11. def toString(): String

    Definition Classes
    Any
  12. val value: raw.Coordinates

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped