public static class MapViewPaintable.MapViewEvent extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private MapView |
mapView |
private boolean |
temporaryLayer |
Constructor and Description |
---|
MapViewEvent(MapView mapView,
boolean temporaryLayer)
Create a new
MapViewPaintable.MapViewEvent |
Modifier and Type | Method and Description |
---|---|
MapView |
getMapView()
Gets the map view.
|
boolean |
isTemporaryLayer() |
java.lang.String |
toString() |
private final boolean temporaryLayer
public MapViewEvent(MapView mapView, boolean temporaryLayer)
MapViewPaintable.MapViewEvent
mapView
- The map viewtemporaryLayer
- true
if this layer is in the temporary layer list of the view.public MapView getMapView()
public boolean isTemporaryLayer()
MapViewPaintable
is used as a temporary layer.public java.lang.String toString()
toString
in class java.lang.Object