Class Point
Package world.mappable.mapkit.geometry
java.lang.Object
↳ world.mappable.mapkit.geometry.Point
class Point implements Serializable
A point at the specified coordinates.
Summary
Constructors
|
Signature and Description |
|
Point(double latitude, |
|
Point() |
Methods
|
Type and modifiers |
Method and Description |
|
double |
getLatitude() |
|
double |
getLongitude() |
|
void |
serialize(world.mappable.runtime.bindings.Archive archive) |
Constuctors
Point
|
Point(double latitude, |
Point
|
Point() |
Use constructor with parameters in your code.
This one is for bindings only!
Methods
getLatitude
|
double getLatitude() |
The point's latitude.
getLongitude
|
double getLongitude() |
The point's longitude.
serialize
|
@Override |