Package | Description |
---|---|
com.gwidgets.api.leaflet |
Modifier and Type | Method and Description |
---|---|
static Bounds |
L.bounds(Point topLeft,
Point bottomRight)
Represents a rectangular area in pixel coordinates.
|
Bounds |
Map.getPixelBounds()
Returns the bounds of the current map view in projected pixel coordinates (sometimes useful in layer and overlay implementations).
|
Bounds |
CRS.getProjectedBounds(double zoom)
Returns the projection's bounds scaled and transformed for the provided zoom.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
Bounds.contains(Bounds otherBounds)
Returns true if the rectangle contains the given one.
|
Boolean |
Bounds.intersects(Bounds otherBounds)
Returns true if the rectangle intersects the given bounds.
|
Copyright © 2018 G-Widgets. All rights reserved.