library
Toggle table of contents
3.16.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
library
library
/
com.google.maps.android.geometry
/
Point
Point
open
class
Point
(
val
x
:
Double
,
val
y
:
Double
)
Inheritors
Point
Members
Constructors
Point
Link copied to clipboard
constructor
(
x
:
Double
,
y
:
Double
)
Properties
x
Link copied to clipboard
@
JvmField
val
x
:
Double
y
Link copied to clipboard
@
JvmField
val
y
:
Double
Functions
copy
Link copied to clipboard
fun
copy
(
x
:
Double
=
this.x
,
y
:
Double
=
this.y
)
:
Point
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
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String