@mapcreator/sdk 1.5.5 → 1.5.6

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.
@@ -10,6 +10,10 @@ export declare const positionConfig: {
10
10
  [position in AdornmentPosition]: PositionConfig;
11
11
  };
12
12
  export declare const defaultFov = 36.87;
13
+ export declare const defaultMaxZoomLevelsOnScreen = 9.314;
14
+ export declare const defaultTileCountMaxMinRatio = 3;
15
+ export declare const videoTileCountMaxMinRatio = 4;
16
+ export declare const videoMaxZoomLevelsOnScreen = 1;
13
17
  type OpacityConfig = {
14
18
  props: string[];
15
19
  defaultValue: number;