toggle menu
woosmap-sdk
1.1.3
androidJvm
switch theme
search in API
woosmap-sdk
/
com.woosmap.sdk.geojson
/
Point
Point
@
Serializable
@
SerialName
(
value
=
"Point"
)
data
class
Point
(
val
coordinates
:
Position
)
:
Geometry
Members
Members & Extensions
Constructors
Point
Link copied to clipboard
constructor
(
longitude
:
Double
,
latitude
:
Double
)
constructor
(
latLng
:
LatLng
)
constructor
(
coordinates
:
Position
)
Properties
coordinates
Link copied to clipboard
val
coordinates
:
Position
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
Lat
Lng
Link copied to clipboard
fun
Point
.
toLatLng
(
)
:
LatLng