@yarrow-uz/yarrow-map-web-sdk 1.0.42 → 1.0.43

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.
@@ -107,6 +107,7 @@ declare class YarrowMap {
107
107
  init(): Promise<void>;
108
108
  changeStyles(styleType: string | undefined): Promise<StyleSpecification>;
109
109
  changeTheme(theme: 'light' | 'dark'): Promise<StyleSpecification>;
110
+ changeBrandBadgePosition(position: BrandBadgePosition): BrandBadgePosition;
110
111
  zoomTo(lat: number, lng: number, zoom: number): void;
111
112
  fitBounds(data: BoundsInput): void;
112
113
  getBoundingBox(data: BoundsInput): {