@colisweb/rescript-toolkit 5.9.12 → 5.9.13
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
|
@@ -231,6 +231,8 @@ module Map = {
|
|
|
231
231
|
@send
|
|
232
232
|
external addMarker: (t, Marker.t) => unit = "addObject"
|
|
233
233
|
@send
|
|
234
|
+
external addDomMarker: (t, DomMarker.t) => unit = "addObject"
|
|
235
|
+
@send
|
|
234
236
|
external getBoundingBox: (t, unit) => Geo.Rect.t = "getBoundingBox"
|
|
235
237
|
@send
|
|
236
238
|
external removeAll: (t, unit) => unit = "removeAll"
|