@mappable-world/mappable-types 1.0.18280890 → 1.0.18353609

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.
@@ -110,6 +110,10 @@ type VectorTileSize = 'X1' | 'X4' | 'X16';
110
110
  type VectorDataSourcePriority = 'low' | 'medium' | 'high';
111
111
  type VectorObjectsCollisionPriority = 'low' | 'medium' | 'high' | 'ultra';
112
112
  type VectorMapType = 'map' | 'driving' | 'transit' | 'admin' | 'future-map';
113
+ type VectorTileZoomRanges = ReadonlyArray<{
114
+ readonly zMin: number;
115
+ readonly zMax: number;
116
+ }>;
113
117
  interface VectorTileDataSourceDescription {
114
118
  /** Default is `'vmap2'` */
115
119
  tileFormat?: 'vmap2' | 'vmap3';
@@ -169,4 +173,4 @@ type VectorCustomizationElements = CustomizationElements;
169
173
  type VectorCustomizationItem = CustomizationItem;
170
174
  /** @deprecated Use Customization instead */
171
175
  type VectorCustomization = CustomizationConfig;
172
- export { VectorCustomizationTypes, VectorCustomizationElements, VectorCustomizationItem, VectorCustomization, CustomizationTypes, CustomizationElements, CustomizationItem, Customization, CustomizationConfig, CustomizationOptions, RasterTileDataSourceDescription, FetchHotspotsFunction, VectorTileDataSourceDescription, VectorTileSize, VectorObjectsCollisionPriority, VectorDataSourcePriority, VectorMapType, HotspotsOptions, FetchTileFunction, ComposeTileUrlFunction, Hotspot, WorldHotspot, RenderedHotspot, FetchedRasterTile, FetchedTile, FetchedCommonTile, MapTheme };
176
+ export { VectorCustomizationTypes, VectorCustomizationElements, VectorCustomizationItem, VectorCustomization, CustomizationTypes, CustomizationElements, CustomizationItem, Customization, CustomizationConfig, CustomizationOptions, RasterTileDataSourceDescription, FetchHotspotsFunction, VectorTileDataSourceDescription, VectorTileSize, VectorObjectsCollisionPriority, VectorDataSourcePriority, VectorMapType, VectorTileZoomRanges, HotspotsOptions, FetchTileFunction, ComposeTileUrlFunction, Hotspot, WorldHotspot, RenderedHotspot, FetchedRasterTile, FetchedTile, FetchedCommonTile, MapTheme };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mappable-world/mappable-types",
3
- "version": "1.0.18280890",
3
+ "version": "1.0.18353609",
4
4
  "description": "Types for mappable maps library",
5
5
  "main": "",
6
6
  "types": "index.d.ts",