public static class GeoMap.ZoomEndEvent
extends java.util.EventObject
Constructor and Description |
---|
ZoomEndEvent(java.lang.Object source,
org.locationtech.jts.geom.Point center,
double zoomLevel,
GeoMap.Bounds bounds) |
Modifier and Type | Method and Description |
---|---|
GeoMap.Bounds |
getBounds() |
org.locationtech.jts.geom.Point |
getCenter() |
GeoMap |
getSource() |
double |
getZoomLevel() |
public ZoomEndEvent(java.lang.Object source, org.locationtech.jts.geom.Point center, double zoomLevel, GeoMap.Bounds bounds)
public org.locationtech.jts.geom.Point getCenter()
public double getZoomLevel()
public GeoMap.Bounds getBounds()
public GeoMap getSource()
getSource
in class java.util.EventObject