@milemaker/milemaker-js 1.0.3 → 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.
@@ -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
  */