@yandex/ymaps3-types
Advanced tools
Comparing version 1.0.15147272 to 1.0.15194938
@@ -107,3 +107,3 @@ import type { WorldCoordinates } from "./coordinates"; | ||
type VectorObjectsCollisionPriority = 'low' | 'medium' | 'high' | 'ultra'; | ||
type VectorMapType = 'map' | 'driving' | 'transit' | 'admin'; | ||
type VectorMapType = 'map' | 'driving' | 'transit' | 'admin' | 'future-map'; | ||
interface VectorTileDataSourceDescription { | ||
@@ -157,3 +157,2 @@ /** Default is `'vmap2'` */ | ||
hdModeEnabled?: boolean; | ||
mapType?: VectorMapType; | ||
/** Defines how hotspots of type should be treated: enabled/disabled or use custom hotspots instead. */ | ||
@@ -160,0 +159,0 @@ hotspots?: Record<string, boolean | FetchHotspotsFunction | HotspotsOptions>; |
{ | ||
"name": "@yandex/ymaps3-types", | ||
"version": "1.0.15147272", | ||
"version": "1.0.15194938", | ||
"description": "Types for ymaps3 maps library", | ||
@@ -5,0 +5,0 @@ "main": "", |
@@ -15,2 +15,4 @@ import type { EasingFunctionDescription, LngLat } from "../../../common/types"; | ||
duration?: number; | ||
/** Map zoom after geolocate position */ | ||
zoom?: number; | ||
}; | ||
@@ -17,0 +19,0 @@ declare const defaultProps: Readonly<{ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
172953
4431