library
Toggle table of contents
3.10.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
library
library
/
com.google.maps.android.quadtree
/
PointQuadTree
/
PointQuadTree
Point
Quad
Tree
constructor
(
minX
:
Double
,
maxX
:
Double
,
minY
:
Double
,
maxY
:
Double
)
Creates a new quad tree with specified bounds.
Parameters
min
X
max
X
min
Y
max
Y
constructor
(
bounds
:
Bounds
)