toggle menu
Android SDK
androidJvm
switch theme
search in API
Core
/
com.benomad.msdk.core.svs
/
GeoDblPoint
Geo
Dbl
Point
class
GeoDblPoint
Defines the (2D) coordinates of a geographical point in double precision.
Members
Constructors
Geo
Dbl
Point
Link copied to clipboard
constructor
(
x
:
Double
,
y
:
Double
)
Constructs a new 2D-point
constructor
(
p
:
GeoPoint
)
Copy constructor
Functions
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Returns the geographical coordinates as a string.
x
Link copied to clipboard
open
fun
x
(
)
:
Double
Accessor to the x-coordinate.
open
fun
x
(
x
:
Double
)
Sets the x-coordinate.
y
Link copied to clipboard
open
fun
y
(
)
:
Double
Accessor the y-coordinate.
open
fun
y
(
y
:
Double
)
Sets the y-coordinate.