toggle menu
Android SDK
androidJvm
switch theme
search in API
Core
/
com.benomad.msdk.core.svs
/
GeoSVSPoint
Geo
SVSPoint
class
GeoSVSPoint
Defines the (2D) coordinates of a geographical point in SVS-coordinates
Members
Constructors
Geo
SVSPoint
Link copied to clipboard
constructor
(
x
:
Int
,
y
:
Int
)
Constructs a new 2D-point in SVS-coordinates
constructor
(
point
:
GeoPoint
)
Creates a GeoSVSPoint from a GeoPoint
constructor
(
lon
:
Double
,
lat
:
Double
)
Creates a GeoSVSPoint from long/lat coordinates
constructor
(
p
:
GeoSVSPoint
)
Copy constructor
Functions
geo
Point
Link copied to clipboard
open
fun
geoPoint
(
)
:
GeoPoint
Converts GeoSVSPoint to a GeoPoint
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
(
)
:
Int
Accessor to the x-coordinate.
open
fun
x
(
x
:
Int
)
Sets the x-coordinate.
y
Link copied to clipboard
open
fun
y
(
)
:
Int
Accessor the y-coordinate.
open
fun
y
(
y
:
Int
)
Sets the y-coordinate.