library
Toggle table of contents
3.10.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
library
library
/
com.google.maps.android.projection
/
Point
Point
open
class
Point
:
Point
Deprecated
since 0.2. Use
com.google.maps.android.geometry.Point
instead.
Members
Constructors
Point
Link copied to clipboard
constructor
(
x
:
Double
,
y
:
Double
)
Properties
x
Link copied to clipboard
val
x
:
Double
y
Link copied to clipboard
val
y
:
Double
Functions
to
String
Link copied to clipboard
@
NonNull
open
fun
toString
(
)
:
String