WebMapReadyEvent constructor

WebMapReadyEvent(
  1. int mapId
)

Build a WebMapReady Event for the map represented by mapId.

Implementation

WebMapReadyEvent(int mapId) : super(mapId, null);