com.here.platform.location.inmemory.geospatial
PackedGeoCoordinate
Companion object PackedGeoCoordinate
final class PackedGeoCoordinate extends AnyVal
Represents geocoordinates packed into a Long.
This format is used, for example, in the geometry layer of an Optimized Map for Location Library.
- Alphabetic
- By Inheritance
- PackedGeoCoordinate
- AnyVal
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new PackedGeoCoordinate(value: Long)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def latitude: Double
- def longitude: Double
- def toString(): String
- Definition Classes
- Any
- val value: Long