@antv/aimapui 0.2.0 → 0.2.2
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.
- package/dist/index.cjs +1 -0
- package/dist/index.d.ts +115 -17
- package/dist/index.es.js +3400 -4177
- package/dist/index.iife.js +1 -0
- package/dist/style.css +1 -0
- package/package.json +13 -7
- package/dist/aimapui.css +0 -1
- package/dist/deflate-CKwHDg50.js +0 -11
- package/dist/deflate-Cq-pPdUv.cjs +0 -1
- package/dist/geotiff-DgvKp-KZ.cjs +0 -8
- package/dist/geotiff-PfJx4HFE.js +0 -3921
- package/dist/index.cjs.js +0 -30
- package/dist/jpeg-Cl2NW-cY.cjs +0 -1
- package/dist/jpeg-MQp7oMmw.js +0 -614
- package/dist/lerc-AFFztCrB.cjs +0 -1
- package/dist/lerc-Dvdjzjn6.js +0 -1040
- package/dist/lzw-C8QOYcsP.js +0 -87
- package/dist/lzw-D_DqLmmY.cjs +0 -1
- package/dist/packbits-8Fw6ZvFU.cjs +0 -1
- package/dist/packbits-CD5k4UmY.js +0 -25
- package/dist/pako.esm-Bx5X36Wo.js +0 -1074
- package/dist/pako.esm-DZC2QrbJ.cjs +0 -1
- package/dist/raw-BDe9dy08.cjs +0 -1
- package/dist/raw-Dy8BlXYp.js +0 -10
- package/dist/webimage-5Mm5RWK-.js +0 -36
- package/dist/webimage-DwMB2kar.cjs +0 -1
- package/dist/zstd-4hT92z0t.js +0 -66
- package/dist/zstd-CS7WJjVM.cjs +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -885,7 +885,7 @@ export declare interface ArcFlowDataItem {
|
|
|
885
885
|
* />
|
|
886
886
|
* ```
|
|
887
887
|
*/
|
|
888
|
-
export declare function ArcFlowLayer({ source, sourceType, sourceConfig, shape, color, gradientColors, colorMode, colorField, colorValues, lineWidth, lineWidthRange, weightField, opacity, blur, animate, animateSpeed, animateTrailLength, animateDuration, showNodes, nodeColor, nodeSize, nodeSizeRange, nodePulse, activeColor, onArcHover, onArcClick, onNodeClick, style: extraStyle, }: ArcFlowLayerProps): JSX_2.Element;
|
|
888
|
+
export declare function ArcFlowLayer({ source, sourceType, sourceConfig, shape, color, gradientColors, colorMode, colorField, colorValues, lineWidth, lineWidthRange, weightField, opacity, blur, animate, animateSpeed, animateTrailLength, animateDuration, showNodes, nodeColor, nodeSize, nodeSizeRange, nodePulse, showTooltip, showNodePopup, activeColor, onArcHover, onArcClick, onNodeClick, style: extraStyle, }: ArcFlowLayerProps): JSX_2.Element;
|
|
889
889
|
|
|
890
890
|
export declare interface ArcFlowLayerProps {
|
|
891
891
|
/** OD 数据源 — JSON 数组 */
|
|
@@ -939,6 +939,10 @@ export declare interface ArcFlowLayerProps {
|
|
|
939
939
|
nodeSizeRange?: [number, number];
|
|
940
940
|
/** 是否显示节点呼吸脉冲动画,默认 false */
|
|
941
941
|
nodePulse?: boolean;
|
|
942
|
+
/** 是否在 hover 弧线时显示 Tooltip,默认 true */
|
|
943
|
+
showTooltip?: boolean;
|
|
944
|
+
/** 是否在点击节点时显示 Popup,默认 true */
|
|
945
|
+
showNodePopup?: boolean;
|
|
942
946
|
/** hover 高亮色 */
|
|
943
947
|
activeColor?: string;
|
|
944
948
|
/** 弧线 hover 事件 */
|
|
@@ -1059,12 +1063,6 @@ export declare interface BubbleLayerProps extends Omit<LayerSchema, 'type' | 'so
|
|
|
1059
1063
|
onMouseLeave?: (payload: LayerEventPayload) => void;
|
|
1060
1064
|
}
|
|
1061
1065
|
|
|
1062
|
-
/**
|
|
1063
|
-
* 内置天气 iconfont 图标映射(at.alicdn.com 字体)
|
|
1064
|
-
* key 为语义化名称,value 为 HTML 实体格式的 iconfont unicode(&#xHEX;)
|
|
1065
|
-
*/
|
|
1066
|
-
export declare const BUILTIN_ICON_FONTS: Array<[string, string]>;
|
|
1067
|
-
|
|
1068
1066
|
/** 业务数据匹配项 */
|
|
1069
1067
|
export declare interface BusinessDataItem {
|
|
1070
1068
|
name?: string;
|
|
@@ -1435,7 +1433,7 @@ declare type FillColorMapping = 'sequential' | 'diverging' | 'categorical';
|
|
|
1435
1433
|
/**
|
|
1436
1434
|
* 填充图组件(填充 + 描边 + 文字)
|
|
1437
1435
|
*/
|
|
1438
|
-
export declare function FillLayer({ source, sourceType, colorMapping, showStroke, strokeColor, strokeWidth, hoverEffect, clickEffect, stickySelection, tooltipEffect, tooltipFields, tooltipTemplate, regionIdField, highlightStrokeColor, highlightStrokeWidth, zoomToRegionOnClick, clickZoomPadding, clickZoomDelta, onRegionClick, onDrilldown, showLabel, labelField, labelColor, labelSize, labelAreaThreshold, labelHaloWidth, minLabelZoom, valueField, percentageField, nameField, color, colorField, colorValues, active, select, events, style, ...rest }: FillLayerProps): JSX_2.Element;
|
|
1436
|
+
export declare function FillLayer({ source, sourceType, colorMapping, showStroke, strokeColor, strokeWidth, hoverEffect, clickEffect, stickySelection, tooltipEffect, tooltipFields, tooltipTemplate, regionIdField, highlightStrokeColor, highlightStrokeWidth, zoomToRegionOnClick, clickZoomPadding, clickZoomDelta, onRegionClick, onDrilldown, onLayerCreated, showLabel, labelField, labelColor, labelSize, labelAreaThreshold, labelHaloWidth, minLabelZoom, valueField, percentageField, nameField, color, colorField, colorValues, active, select, events, style, ...rest }: FillLayerProps): JSX_2.Element;
|
|
1439
1437
|
|
|
1440
1438
|
export declare interface FillLayerProps extends Omit<LayerSchema, 'type' | 'source' | 'sourceType' | 'sourceConfig'> {
|
|
1441
1439
|
source: LayerSchema['source'];
|
|
@@ -1458,6 +1456,7 @@ export declare interface FillLayerProps extends Omit<LayerSchema, 'type' | 'sour
|
|
|
1458
1456
|
clickZoomDelta?: number;
|
|
1459
1457
|
onRegionClick?: (payload: LayerEventPayload) => void;
|
|
1460
1458
|
onDrilldown?: (feature: Record<string, unknown>) => void;
|
|
1459
|
+
onLayerCreated?: (layer: any) => void;
|
|
1461
1460
|
showLabel?: boolean;
|
|
1462
1461
|
labelField?: string;
|
|
1463
1462
|
labelColor?: string;
|
|
@@ -1528,8 +1527,7 @@ export declare interface GestureConfig {
|
|
|
1528
1527
|
*
|
|
1529
1528
|
* 支持 Material Symbols Outlined 及自定义 iconfont 字体:
|
|
1530
1529
|
* - Material Symbols: 页面已加载 Google 字体,组件自动注册映射表,开箱即用
|
|
1531
|
-
* -
|
|
1532
|
-
* - 自定义: 传入 iconFontFamily + iconFontPath + iconFontMap
|
|
1530
|
+
* - 自定义: 传入 iconFontFamily + iconFontPath + iconFontMap(通过 scene.addFontFace / addIconFonts 注册)
|
|
1533
1531
|
*
|
|
1534
1532
|
* 特性:
|
|
1535
1533
|
* - SDF 渲染确保任意缩放下边缘锐利
|
|
@@ -1549,13 +1547,13 @@ export declare interface GlyphLayerProps extends Omit<LayerSchema, 'type' | 'sou
|
|
|
1549
1547
|
/**
|
|
1550
1548
|
* 字体族模式
|
|
1551
1549
|
* - 'material-symbols'(默认):使用 Material Symbols Outlined 字体,图标名需使用官方名称(如 sunny / flight / restaurant)
|
|
1552
|
-
* - 'iconfont':使用 at.alicdn.com 内置 iconfont 字体,图标名需使用 BUILTIN_ICON_FONTS 中的名称
|
|
1553
1550
|
* - 自定义字符串:自行通过 scene.addFontFace / addIconFonts 注册的字体族名
|
|
1551
|
+
* @deprecated 不再使用 'iconfont' 值指向 alicdn 天气字体,请使用 Material Symbols 中的天气图标或自定义字体
|
|
1554
1552
|
*/
|
|
1555
1553
|
iconFontFamily?: string;
|
|
1556
1554
|
/**
|
|
1557
1555
|
* 自定义字体文件 URL,仅在 iconFontFamily 为自定义字符串时需要
|
|
1558
|
-
* Material Symbols
|
|
1556
|
+
* Material Symbols 自动从页面已加载的字体中获取
|
|
1559
1557
|
*/
|
|
1560
1558
|
iconFontPath?: string;
|
|
1561
1559
|
/**
|
|
@@ -1628,7 +1626,7 @@ export declare interface GlyphLayerProps extends Omit<LayerSchema, 'type' | 'sou
|
|
|
1628
1626
|
*
|
|
1629
1627
|
* 支持悬停高亮交互(对齐蜂窝热力图设计规范)
|
|
1630
1628
|
*/
|
|
1631
|
-
export declare function HeatmapLayer({ source, sourceType, sourceConfig, onClick, onMouseMove, onMouseEnter, onMouseLeave, ...rest }: HeatmapLayerProps): JSX_2.Element | null;
|
|
1629
|
+
export declare function HeatmapLayer({ source, sourceType, sourceConfig, onClick, onMouseMove, onMouseEnter, onMouseLeave, onLayerCreated, ...rest }: HeatmapLayerProps): JSX_2.Element | null;
|
|
1632
1630
|
|
|
1633
1631
|
export declare interface HeatmapLayerProps extends Omit<LayerSchema, 'type' | 'source' | 'sourceType' | 'sourceConfig'> {
|
|
1634
1632
|
source: LayerSchema['source'];
|
|
@@ -1642,6 +1640,8 @@ export declare interface HeatmapLayerProps extends Omit<LayerSchema, 'type' | 's
|
|
|
1642
1640
|
onMouseEnter?: (payload: LayerEventPayload) => void;
|
|
1643
1641
|
/** 鼠标离开事件 */
|
|
1644
1642
|
onMouseLeave?: (payload: LayerEventPayload) => void;
|
|
1643
|
+
/** L7 图层实例创建回调 */
|
|
1644
|
+
onLayerCreated?: (layer: any) => void;
|
|
1645
1645
|
}
|
|
1646
1646
|
|
|
1647
1647
|
/**
|
|
@@ -1925,6 +1925,15 @@ export declare interface LegendCategoriesSchema {
|
|
|
1925
1925
|
grid?: boolean;
|
|
1926
1926
|
}
|
|
1927
1927
|
|
|
1928
|
+
export declare function LegendControl({ position, className, style, children, }: LegendControlProps): JSX_2.Element | null;
|
|
1929
|
+
|
|
1930
|
+
export declare interface LegendControlProps {
|
|
1931
|
+
position?: L7ControlPosition;
|
|
1932
|
+
className?: string;
|
|
1933
|
+
style?: default_2.CSSProperties;
|
|
1934
|
+
children?: default_2.ReactNode;
|
|
1935
|
+
}
|
|
1936
|
+
|
|
1928
1937
|
/**
|
|
1929
1938
|
* 发散图例 — 双极渐变色条
|
|
1930
1939
|
*
|
|
@@ -2188,7 +2197,7 @@ export declare interface LegendThresholdSchema {
|
|
|
2188
2197
|
* </AiMap>
|
|
2189
2198
|
* ```
|
|
2190
2199
|
*/
|
|
2191
|
-
export declare function LineLayer({ source, sourceType, sourceConfig, onClick, onMouseMove, onMouseEnter, onMouseLeave, ...rest }: LineLayerProps): JSX_2.Element | null;
|
|
2200
|
+
export declare function LineLayer({ source, sourceType, sourceConfig, onClick, onMouseMove, onMouseEnter, onMouseLeave, onLayerCreated, ...rest }: LineLayerProps): JSX_2.Element | null;
|
|
2192
2201
|
|
|
2193
2202
|
export declare interface LineLayerProps extends Omit<LayerSchema, 'type' | 'source' | 'sourceType' | 'sourceConfig'> {
|
|
2194
2203
|
source: LayerSchema['source'];
|
|
@@ -2198,6 +2207,39 @@ export declare interface LineLayerProps extends Omit<LayerSchema, 'type' | 'sour
|
|
|
2198
2207
|
onMouseMove?: (payload: LayerEventPayload) => void;
|
|
2199
2208
|
onMouseEnter?: (payload: LayerEventPayload) => void;
|
|
2200
2209
|
onMouseLeave?: (payload: LayerEventPayload) => void;
|
|
2210
|
+
onLayerCreated?: (layer: any) => void;
|
|
2211
|
+
}
|
|
2212
|
+
|
|
2213
|
+
export declare function LogoControl({ logos, position, className, style, }: LogoControlProps): JSX_2.Element;
|
|
2214
|
+
|
|
2215
|
+
export declare interface LogoControlProps {
|
|
2216
|
+
/** Logo 列表,支持多张 */
|
|
2217
|
+
logos: LogoItem[];
|
|
2218
|
+
/** 控件位置,默认 bottomleft */
|
|
2219
|
+
position?: L7ControlPosition;
|
|
2220
|
+
/** 额外 className */
|
|
2221
|
+
className?: string;
|
|
2222
|
+
/** 额外 style */
|
|
2223
|
+
style?: default_2.CSSProperties;
|
|
2224
|
+
}
|
|
2225
|
+
|
|
2226
|
+
/**
|
|
2227
|
+
* Logo 控件 — 在地图角落展示品牌/项目 Logo
|
|
2228
|
+
*
|
|
2229
|
+
* 支持传入单张或多张 Logo 图片,水平排列:
|
|
2230
|
+
* - logos: Logo 配置数组,每项包含 src(图片地址)和可选的 alt、href、width
|
|
2231
|
+
* - position: 控件位置,默认 bottomleft
|
|
2232
|
+
* - 玻璃态风格,与 ZoomControl / ScaleControl 等视觉一致
|
|
2233
|
+
*/
|
|
2234
|
+
export declare interface LogoItem {
|
|
2235
|
+
/** 图片地址 */
|
|
2236
|
+
src: string;
|
|
2237
|
+
/** 图片 alt 文本 */
|
|
2238
|
+
alt?: string;
|
|
2239
|
+
/** 点击跳转链接 */
|
|
2240
|
+
href?: string;
|
|
2241
|
+
/** 图片宽度(px),默认 24 */
|
|
2242
|
+
width?: number;
|
|
2201
2243
|
}
|
|
2202
2244
|
|
|
2203
2245
|
export declare const MAKI_ICON_NAMES: string[];
|
|
@@ -2495,7 +2537,7 @@ export declare function parseSchema(schema: AiMapSchema): AiMapSchema;
|
|
|
2495
2537
|
* </AiMap>
|
|
2496
2538
|
* ```
|
|
2497
2539
|
*/
|
|
2498
|
-
export declare function PointLayer({ source, sourceType, sourceConfig, onClick, onMouseMove, onMouseEnter, onMouseLeave, ...rest }: PointLayerProps): JSX_2.Element | null;
|
|
2540
|
+
export declare function PointLayer({ source, sourceType, sourceConfig, onClick, onMouseMove, onMouseEnter, onMouseLeave, onLayerCreated, ...rest }: PointLayerProps): JSX_2.Element | null;
|
|
2499
2541
|
|
|
2500
2542
|
export declare interface PointLayerProps extends Omit<LayerSchema, 'type' | 'source' | 'sourceType' | 'sourceConfig'> {
|
|
2501
2543
|
/** 数据源 — JSON 数组、GeoJSON 或 URL */
|
|
@@ -2512,12 +2554,14 @@ export declare interface PointLayerProps extends Omit<LayerSchema, 'type' | 'sou
|
|
|
2512
2554
|
onMouseEnter?: (payload: LayerEventPayload) => void;
|
|
2513
2555
|
/** 鼠标离开事件 */
|
|
2514
2556
|
onMouseLeave?: (payload: LayerEventPayload) => void;
|
|
2557
|
+
/** L7 图层实例创建回调 */
|
|
2558
|
+
onLayerCreated?: (layer: any) => void;
|
|
2515
2559
|
}
|
|
2516
2560
|
|
|
2517
2561
|
/**
|
|
2518
2562
|
* 面图层组件
|
|
2519
2563
|
*/
|
|
2520
|
-
export declare function PolygonLayer({ source, sourceType, sourceConfig, onClick, onMouseMove, onMouseEnter, onMouseLeave, ...rest }: PolygonLayerProps): JSX_2.Element | null;
|
|
2564
|
+
export declare function PolygonLayer({ source, sourceType, sourceConfig, onClick, onMouseMove, onMouseEnter, onMouseLeave, onLayerCreated, ...rest }: PolygonLayerProps): JSX_2.Element | null;
|
|
2521
2565
|
|
|
2522
2566
|
export declare interface PolygonLayerProps extends Omit<LayerSchema, 'type' | 'source' | 'sourceType' | 'sourceConfig'> {
|
|
2523
2567
|
source: LayerSchema['source'];
|
|
@@ -2527,6 +2571,7 @@ export declare interface PolygonLayerProps extends Omit<LayerSchema, 'type' | 's
|
|
|
2527
2571
|
onMouseMove?: (payload: LayerEventPayload) => void;
|
|
2528
2572
|
onMouseEnter?: (payload: LayerEventPayload) => void;
|
|
2529
2573
|
onMouseLeave?: (payload: LayerEventPayload) => void;
|
|
2574
|
+
onLayerCreated?: (layer: any) => void;
|
|
2530
2575
|
}
|
|
2531
2576
|
|
|
2532
2577
|
export declare function Popup({ longitude, latitude, content, closeButton, size, placement: placementProp, offset, header, attributes, actions, visible: visibleProp, singleton, overlayContainer, onClose, className, }: PopupProps): default_2.ReactPortal | null;
|
|
@@ -2715,7 +2760,7 @@ export declare interface ResponsiveSchema {
|
|
|
2715
2760
|
* />
|
|
2716
2761
|
* ```
|
|
2717
2762
|
*/
|
|
2718
|
-
export declare function RouteLayer({ path, segments, stops, color, lineWidth, opacity, glow, animate, animateSpeed, stopSize, stopColor, endColor, showStopIndex, activeColor, onPathClick, onStopClick, }: RouteLayerProps): JSX_2.Element | null;
|
|
2763
|
+
export declare function RouteLayer({ path, segments, stops, routeType, onRouteQuery, onRouteResult, color, lineWidth, opacity, glow, animate, animateSpeed, stopSize, stopColor, endColor, showStopIndex, stopRenderer, stopMarkerVariant, stopIconMap, stopIconField, stopIconSize, stopIconAnchor, showStopPopup, activeColor, onPathClick, onStopClick, }: RouteLayerProps): JSX_2.Element | null;
|
|
2719
2764
|
|
|
2720
2765
|
export declare interface RouteLayerProps {
|
|
2721
2766
|
/** 路径坐标 — 完整线坐标或分段 */
|
|
@@ -2724,6 +2769,12 @@ export declare interface RouteLayerProps {
|
|
|
2724
2769
|
segments?: RouteSegment[];
|
|
2725
2770
|
/** 途经点列表 */
|
|
2726
2771
|
stops?: RouteStop[];
|
|
2772
|
+
/** 路径类型,默认 'straight' */
|
|
2773
|
+
routeType?: RouteType;
|
|
2774
|
+
/** 路线查询回调 — routeType 为 walking/cycling/driving/transit 时使用 */
|
|
2775
|
+
onRouteQuery?: (params: RouteQueryParams) => Promise<RouteQueryResult>;
|
|
2776
|
+
/** 路线查询完成回调 */
|
|
2777
|
+
onRouteResult?: (result: RouteQueryResult) => void;
|
|
2727
2778
|
/** 路径颜色,默认 '#2563eb' */
|
|
2728
2779
|
color?: string;
|
|
2729
2780
|
/** 路径宽度,默认 4 */
|
|
@@ -2744,6 +2795,20 @@ export declare interface RouteLayerProps {
|
|
|
2744
2795
|
endColor?: string;
|
|
2745
2796
|
/** 是否显示途经点序号,默认 true */
|
|
2746
2797
|
showStopIndex?: boolean;
|
|
2798
|
+
/** 停留点渲染模式,默认 'point' */
|
|
2799
|
+
stopRenderer?: 'point' | 'marker' | 'icon';
|
|
2800
|
+
/** marker 模式下的默认变体,默认 'circle' */
|
|
2801
|
+
stopMarkerVariant?: MarkerVariant;
|
|
2802
|
+
/** icon 模式下的图标资源映射;不传时会基于 stop.icon 自动生成 Maki pin 图标 */
|
|
2803
|
+
stopIconMap?: Record<string, string>;
|
|
2804
|
+
/** icon 模式下的图标字段名,默认 'iconValue' */
|
|
2805
|
+
stopIconField?: string;
|
|
2806
|
+
/** icon 模式下的图标尺寸,默认 16 */
|
|
2807
|
+
stopIconSize?: number;
|
|
2808
|
+
/** icon 模式下的图标锚点,默认 'bottom' */
|
|
2809
|
+
stopIconAnchor?: IconAnchor;
|
|
2810
|
+
/** 是否在点击途经点时显示 Popup,默认 true */
|
|
2811
|
+
showStopPopup?: boolean;
|
|
2747
2812
|
/** hover 高亮色 */
|
|
2748
2813
|
activeColor?: string;
|
|
2749
2814
|
/** 路径点击 */
|
|
@@ -2752,6 +2817,30 @@ export declare interface RouteLayerProps {
|
|
|
2752
2817
|
onStopClick?: (payload: LayerEventPayload) => void;
|
|
2753
2818
|
}
|
|
2754
2819
|
|
|
2820
|
+
/** 交通路线查询参数 */
|
|
2821
|
+
export declare interface RouteQueryParams {
|
|
2822
|
+
origin: [number, number];
|
|
2823
|
+
destination: [number, number];
|
|
2824
|
+
waypoints?: [number, number][];
|
|
2825
|
+
routeType: 'walking' | 'cycling' | 'driving' | 'transit';
|
|
2826
|
+
}
|
|
2827
|
+
|
|
2828
|
+
/** 交通路线查询结果 */
|
|
2829
|
+
export declare interface RouteQueryResult {
|
|
2830
|
+
/** 完整路径坐标 */
|
|
2831
|
+
path: [number, number][];
|
|
2832
|
+
/** 分段路径(可选,如返回多段路况着色路径) */
|
|
2833
|
+
segments?: RouteSegment[];
|
|
2834
|
+
/** 途中补充站点(可选,如公交换乘站) */
|
|
2835
|
+
stops?: RouteStop[];
|
|
2836
|
+
/** 路线信息 */
|
|
2837
|
+
info?: {
|
|
2838
|
+
distance?: number;
|
|
2839
|
+
duration?: number;
|
|
2840
|
+
description?: string;
|
|
2841
|
+
};
|
|
2842
|
+
}
|
|
2843
|
+
|
|
2755
2844
|
/**
|
|
2756
2845
|
* 路径分段数据
|
|
2757
2846
|
*/
|
|
@@ -2778,8 +2867,17 @@ export declare interface RouteStop {
|
|
|
2778
2867
|
index?: number;
|
|
2779
2868
|
/** 类型:start / end / waypoint */
|
|
2780
2869
|
type?: 'start' | 'end' | 'waypoint';
|
|
2870
|
+
/** 停留点图标名,供 stopRenderer='icon' 或 marker icon 变体使用 */
|
|
2871
|
+
icon?: string;
|
|
2872
|
+
/** marker 模式下的自定义变体 */
|
|
2873
|
+
markerVariant?: MarkerVariant;
|
|
2874
|
+
/** marker 模式下的语义颜色 */
|
|
2875
|
+
markerColor?: MarkerColor;
|
|
2781
2876
|
}
|
|
2782
2877
|
|
|
2878
|
+
/** 路径类型 */
|
|
2879
|
+
export declare type RouteType = 'straight' | 'arc' | 'walking' | 'cycling' | 'driving' | 'transit';
|
|
2880
|
+
|
|
2783
2881
|
/** 提供商显示名称 */
|
|
2784
2882
|
export declare const SATELLITE_PROVIDER_NAMES: Record<SatelliteProvider, string>;
|
|
2785
2883
|
|