GeoDblPoint

Defines the (2D) coordinates of a geographical point in double precision.

Constructors

Link copied to clipboard
constructor(x: Double, y: Double)
Constructs a new 2D-point
constructor(p: GeoPoint)
Copy constructor

Functions

Link copied to clipboard
open fun toString(): String
Returns the geographical coordinates as a string.
Link copied to clipboard
open fun x(): Double
Accessor to the x-coordinate.
open fun x(x: Double)
Sets the x-coordinate.
Link copied to clipboard
open fun y(): Double
Accessor the y-coordinate.
open fun y(y: Double)
Sets the y-coordinate.