Class PackedGeoCoordinate

java.lang.Object
scala.AnyVal
com.here.platform.location.inmemory.geospatial.PackedGeoCoordinate

public class PackedGeoCoordinate extends scala.AnyVal
Represents geocoordinates packed into a Long.

This format is used, for example, in the geometry layer of an Optimized Map for Location Library.

  • Constructor Details

    • PackedGeoCoordinate

      public PackedGeoCoordinate(long value)
  • Method Details

    • value

      public long value()
    • latitude

      public double latitude()
    • longitude

      public double longitude()