library
Toggle table of contents
3.16.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
library
library
/
com.google.maps.android.geometry
Package-level
declarations
Types
Types
Bounds
Link copied to clipboard
class
Bounds
(
val
minX
:
Double
,
val
maxX
:
Double
,
val
minY
:
Double
,
val
maxY
:
Double
)
Represents an area in the cartesian plane.
Point
Link copied to clipboard
open
class
Point
(
val
x
:
Double
,
val
y
:
Double
)