jmapcloud-ng-core-types 1.0.16 → 1.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/public/core.d.ts +1 -1
package/package.json
CHANGED
package/public/core.d.ts
CHANGED
|
@@ -8931,7 +8931,7 @@ declare namespace JMap {
|
|
|
8931
8931
|
/**
|
|
8932
8932
|
* ***JMap.Event.Map.on.mapLoad***
|
|
8933
8933
|
*
|
|
8934
|
-
* This event is triggered when
|
|
8934
|
+
* This event is triggered when the map is created and ready.
|
|
8935
8935
|
*
|
|
8936
8936
|
* @param listenerId Your listener id (must be unique for all map events)
|
|
8937
8937
|
* @param fn Your listener function
|