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.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PackedGeoCoordinate
public PackedGeoCoordinate(long value)
-
-
Method Details
-
value
public long value() -
latitude
public double latitude() -
longitude
public double longitude()
-