@milemaker/milemaker-js 1.0.3-alpha.0 → 1.0.4-alpha.0
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/dist/MapProvider/index.d.ts +7 -0
- package/dist/index.cjs +96 -96
- package/dist/index.js +13481 -13477
- package/dist/nmaps-gl-69f5266d.js +4 -0
- package/dist/nmaps-gl-6afeae26.cjs +1 -0
- package/package.json +2 -2
- package/dist/nmaps-gl-5352a2f0.js +0 -4
- package/dist/nmaps-gl-df6fcdba.cjs +0 -1
|
@@ -1005,6 +1005,13 @@ declare namespace nmapsgl {
|
|
|
1005
1005
|
constructor(options?: { showTraffic?: boolean; showTrafficButton?: boolean });
|
|
1006
1006
|
}
|
|
1007
1007
|
|
|
1008
|
+
/**
|
|
1009
|
+
* TruckRestrictionsControl
|
|
1010
|
+
*/
|
|
1011
|
+
export class TruckRestrictionsControl extends Control {
|
|
1012
|
+
constructor(options?: { showTruckRestrictions?: boolean; showButton?: boolean });
|
|
1013
|
+
}
|
|
1014
|
+
|
|
1008
1015
|
/**
|
|
1009
1016
|
* StreetViewControl
|
|
1010
1017
|
*/
|