Class PackedGeoCoordinate.PackedGeoCoordinateOps$
java.lang.Object
com.here.platform.location.inmemory.geospatial.PackedGeoCoordinate.PackedGeoCoordinateOps$
- All Implemented Interfaces:
GeoCoordinateOperations<PackedGeoCoordinate>
,Serializable
,scala.Serializable
- Enclosing class:
- PackedGeoCoordinate
public static class PackedGeoCoordinate.PackedGeoCoordinateOps$
extends Object
implements GeoCoordinateOperations<PackedGeoCoordinate>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.here.platform.location.core.geospatial.GeoCoordinateOperations
GeoCoordinateOperations.GeoCoordinateOperationsAsMembers<GC>, GeoCoordinateOperations.GeoCoordinateOperationsAsMembers$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PackedGeoCoordinate.PackedGeoCoordinateOps$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
double
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.here.platform.location.core.geospatial.GeoCoordinateOperations
toLocationGeoCoordinate
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
PackedGeoCoordinateOps$
public PackedGeoCoordinateOps$()
-
-
Method Details
-
latitude
- Specified by:
latitude
in interfaceGeoCoordinateOperations<PackedGeoCoordinate>
- Returns:
- The latitude in degrees
-
longitude
- Specified by:
longitude
in interfaceGeoCoordinateOperations<PackedGeoCoordinate>
- Returns:
- The longitude in degrees
-