@colisweb/rescript-toolkit 5.15.1 → 5.15.2
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/src/vendors/Here.res +2 -0
package/package.json
CHANGED
package/src/vendors/Here.res
CHANGED
|
@@ -292,6 +292,8 @@ module Map = {
|
|
|
292
292
|
@send
|
|
293
293
|
external setZoom: (instance, int) => unit = "setZoom"
|
|
294
294
|
|
|
295
|
+
@send
|
|
296
|
+
external getObjects: (instance, unit) => array<objects> = "getObjects"
|
|
295
297
|
@send
|
|
296
298
|
external getViewPort: (instance, unit) => Viewport.t = "getViewPort"
|
|
297
299
|
@send
|