Class DistanceMetresMax15000

java.lang.Object
com.here.platform.location.tpeg2.olr.DistanceMetresMax15000
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product, scala.Serializable

public class DistanceMetresMax15000 extends Object implements scala.Product, scala.Serializable
Represents a distance with a precision of 1 meter and a maximum value of up to 15000 meters.

param: value Distance in meters, where value ≤ 15000.

See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract static R
    apply(T1 v1)
     
    long
     
    static String
     
    long
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface scala.Equals

    canEqual, equals

    Methods inherited from interface scala.Product

    productArity, productElement, productIterator, productPrefix
  • Constructor Details

    • DistanceMetresMax15000

      public DistanceMetresMax15000(long value)
  • Method Details

    • apply

      public abstract static R apply(T1 v1)
    • toString

      public static String toString()
    • value

      public long value()
    • getValue

      public long getValue()