WebMapReadyEvent constructor
WebMapReadyEvent(
- int mapId
Build a WebMapReady Event for the map represented by mapId
.
Implementation
WebMapReadyEvent(int mapId) : super(mapId, null);
Build a WebMapReady Event for the map represented by mapId
.
WebMapReadyEvent(int mapId) : super(mapId, null);