igniteui-angular-maps 20.0.1-beta.0 → 20.0.2-beta.0
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/bundles/igniteui-angular-maps.umd.js +1753 -1431
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/AzureMapsImageryStyle.js +32 -0
- package/esm2015/lib/AzureMapsMapImagery.js +7 -0
- package/esm2015/lib/AzureMapsMapImageryView.js +7 -0
- package/esm2015/lib/AzureMapsMapImageryView_combined.js +119 -0
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +36 -36
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +75 -75
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +187 -187
- package/esm2015/lib/GeographicMarkerSeries.js +28 -28
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +16 -16
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +88 -88
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +59 -59
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +54 -54
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +55 -55
- package/esm2015/lib/GeographicTileSeries.js +27 -27
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +86 -86
- package/esm2015/lib/XamGeographicMap_combined.js +482 -482
- package/esm2015/lib/igx-azure-maps-map-imagery-dynamic-module.js +34 -0
- package/esm2015/lib/igx-azure-maps-map-imagery-module.js +26 -0
- package/esm2015/lib/igx-azure-maps-map-imagery.js +81 -0
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +8 -8
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-map-component.js +40 -40
- package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
- package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
- package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
- package/esm2015/lib/igx-geographic-shape-series-component.js +32 -32
- package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
- package/esm2015/lib/igx-geographic-tile-series-component.js +3 -3
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-tile-series-component.js +2 -2
- package/esm2015/public_api.js +6 -0
- package/esm5/lib/AzureMapsImageryStyle.js +32 -0
- package/esm5/lib/AzureMapsMapImagery.js +7 -0
- package/esm5/lib/AzureMapsMapImageryView.js +7 -0
- package/esm5/lib/AzureMapsMapImageryView_combined.js +122 -0
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +36 -36
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +75 -75
- package/esm5/lib/GeographicMapSeriesHost_combined.js +185 -185
- package/esm5/lib/GeographicMarkerSeries.js +28 -28
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +16 -16
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +88 -88
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +58 -58
- package/esm5/lib/GeographicShapeSeriesView_combined.js +54 -54
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +55 -55
- package/esm5/lib/GeographicTileSeries.js +26 -26
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm5/lib/TileSeries_combined.js +84 -84
- package/esm5/lib/XamGeographicMap_combined.js +475 -475
- package/esm5/lib/igx-azure-maps-map-imagery-dynamic-module.js +33 -0
- package/esm5/lib/igx-azure-maps-map-imagery-module.js +27 -0
- package/esm5/lib/igx-azure-maps-map-imagery.js +113 -0
- package/esm5/lib/igx-geographic-contour-line-series-component.js +8 -8
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
- package/esm5/lib/igx-geographic-map-component.js +40 -40
- package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
- package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
- package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
- package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
- package/esm5/lib/igx-geographic-shape-series-component.js +32 -32
- package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
- package/esm5/lib/igx-geographic-tile-series-component.js +3 -3
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igx-tile-series-component.js +2 -2
- package/esm5/public_api.js +6 -0
- package/fesm2015/igniteui-angular-maps.js +1734 -1447
- package/fesm5/igniteui-angular-maps.js +1748 -1433
- package/lib/AzureMapsImageryStyle.d.ts +25 -0
- package/lib/AzureMapsMapImagery.d.ts +1 -0
- package/lib/AzureMapsMapImageryView.d.ts +1 -0
- package/lib/AzureMapsMapImageryView_combined.d.ts +39 -0
- package/lib/GeographicContourLineSeriesView_combined.d.ts +13 -13
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +22 -22
- package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
- package/lib/GeographicMarkerSeries.d.ts +17 -17
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +25 -25
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +23 -23
- package/lib/GeographicShapeSeriesView_combined.d.ts +25 -25
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +18 -18
- package/lib/GeographicTileSeries.d.ts +9 -9
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +19 -19
- package/lib/XamGeographicMap_combined.d.ts +110 -110
- package/lib/igx-azure-maps-map-imagery-dynamic-module.d.ts +9 -0
- package/lib/igx-azure-maps-map-imagery-module.d.ts +7 -0
- package/lib/igx-azure-maps-map-imagery.d.ts +51 -0
- package/package.json +2 -2
- package/public_api.d.ts +6 -0
|
@@ -22,31 +22,31 @@ export declare class TileSeries extends ShapeSeriesBase implements IMapRenderDef
|
|
|
22
22
|
protected get_f4(): boolean;
|
|
23
23
|
constructor();
|
|
24
24
|
protected ct(): SeriesView;
|
|
25
|
-
|
|
26
|
-
protected
|
|
27
|
-
protected
|
|
28
|
-
get
|
|
29
|
-
set
|
|
30
|
-
private
|
|
31
|
-
private
|
|
32
|
-
protected get
|
|
33
|
-
protected set
|
|
34
|
-
protected
|
|
35
|
-
private
|
|
25
|
+
q7(a: SeriesView): void;
|
|
26
|
+
protected get_yk(): boolean;
|
|
27
|
+
protected aah: TileSeriesView;
|
|
28
|
+
get aal(): GeographicMapImagery;
|
|
29
|
+
set aal(a: GeographicMapImagery);
|
|
30
|
+
private aaj;
|
|
31
|
+
private aai;
|
|
32
|
+
protected get aak(): GeographicMapImagery;
|
|
33
|
+
protected set aak(a: GeographicMapImagery);
|
|
34
|
+
protected rg(a: any, b: string, c: any, d: any): void;
|
|
35
|
+
private aaq;
|
|
36
36
|
imageTilesReady: (sender: any, e: EventArgs) => void;
|
|
37
|
+
private aar;
|
|
37
38
|
private aam;
|
|
38
|
-
private aah;
|
|
39
39
|
register(a: DependencyObject, b: (arg1: boolean) => void): void;
|
|
40
40
|
unRegister(a: DependencyObject): void;
|
|
41
41
|
deferredRefresh(): void;
|
|
42
42
|
deferAction(a: () => void): void;
|
|
43
|
-
protected
|
|
44
|
-
private
|
|
45
|
-
|
|
46
|
-
protected
|
|
47
|
-
|
|
48
|
-
private
|
|
49
|
-
|
|
43
|
+
protected sy(a: Rect, b: Rect): void;
|
|
44
|
+
private aan;
|
|
45
|
+
rz(a: boolean): void;
|
|
46
|
+
protected aas(a: boolean, b: SeriesView): void;
|
|
47
|
+
rx(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
|
|
48
|
+
private aat;
|
|
49
|
+
pb(a: boolean, b: SeriesView): void;
|
|
50
50
|
}
|
|
51
51
|
/**
|
|
52
52
|
* @hidden
|
|
@@ -38,107 +38,107 @@ import { TriangulationStatusEventArgs } from "igniteui-angular-core";
|
|
|
38
38
|
export declare class XamGeographicMap extends SeriesViewer implements IMapRenderDeferralHandler {
|
|
39
39
|
static $t: Type;
|
|
40
40
|
constructor();
|
|
41
|
-
private
|
|
41
|
+
private y1;
|
|
42
42
|
provideContainer(a: any): void;
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
static
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
protected
|
|
52
|
-
private
|
|
53
|
-
get
|
|
54
|
-
set
|
|
55
|
-
|
|
56
|
-
static
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
private
|
|
62
|
-
get
|
|
63
|
-
set
|
|
64
|
-
|
|
65
|
-
private
|
|
66
|
-
private
|
|
43
|
+
oy(): void;
|
|
44
|
+
f2(): boolean;
|
|
45
|
+
f3(): boolean;
|
|
46
|
+
yu: boolean;
|
|
47
|
+
static ym: MapResizeBehavior;
|
|
48
|
+
yn: MapResizeBehavior;
|
|
49
|
+
yq: boolean;
|
|
50
|
+
yr: boolean;
|
|
51
|
+
protected yl(): MapBackgroundTilingMode;
|
|
52
|
+
private yi;
|
|
53
|
+
get yk(): MapBackgroundTilingMode;
|
|
54
|
+
set yk(a: MapBackgroundTilingMode);
|
|
55
|
+
yj: MapBackgroundTilingMode;
|
|
56
|
+
static z9: Rect;
|
|
57
|
+
yx: number;
|
|
58
|
+
yt: boolean;
|
|
59
|
+
ys: boolean;
|
|
60
|
+
aap: Rect;
|
|
61
|
+
private z8;
|
|
62
|
+
get aad(): Rect;
|
|
63
|
+
set aad(a: Rect);
|
|
64
|
+
aah(): Rect;
|
|
65
|
+
private zj;
|
|
66
|
+
private aan;
|
|
67
67
|
get backgroundContent(): GeographicMapImagery;
|
|
68
68
|
set backgroundContent(a: GeographicMapImagery);
|
|
69
|
-
private
|
|
70
|
-
get
|
|
71
|
-
set
|
|
72
|
-
private
|
|
73
|
-
get
|
|
74
|
-
set
|
|
75
|
-
private
|
|
76
|
-
|
|
77
|
-
private static
|
|
69
|
+
private yf;
|
|
70
|
+
get yc(): NumericXAxis;
|
|
71
|
+
set yc(a: NumericXAxis);
|
|
72
|
+
private yb;
|
|
73
|
+
get ye(): NumericYAxis;
|
|
74
|
+
set ye(a: NumericYAxis);
|
|
75
|
+
private yd;
|
|
76
|
+
yh: GeographicMapImagery;
|
|
77
|
+
private static aac;
|
|
78
78
|
getZoomRectFromGeoRect(a: Rect): Rect;
|
|
79
|
-
|
|
80
|
-
|
|
79
|
+
zt(a: Rect): void;
|
|
80
|
+
zs(a: Rect): void;
|
|
81
81
|
getZoomFromGeographicRect(a: Rect): Rect;
|
|
82
|
-
|
|
83
|
-
private
|
|
82
|
+
aae(a: Rect, b: number): Rect;
|
|
83
|
+
private aaf;
|
|
84
84
|
getZoomFromGeographicPoints(a: Point, b: Point): Rect;
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
protected
|
|
94
|
-
protected
|
|
95
|
-
protected
|
|
96
|
-
protected
|
|
97
|
-
protected
|
|
98
|
-
protected
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
private
|
|
102
|
-
protected
|
|
103
|
-
|
|
104
|
-
protected
|
|
105
|
-
private
|
|
106
|
-
protected
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
private x3;
|
|
110
|
-
get x5(): number;
|
|
111
|
-
set x5(a: number);
|
|
112
|
-
hz(): number;
|
|
113
|
-
h0(): number;
|
|
114
|
-
protected r4(): void;
|
|
115
|
-
f8(): boolean;
|
|
116
|
-
ct(): ZoomCoercionMode;
|
|
117
|
-
protected q0(a: any, b: string, c: any, d: any): void;
|
|
118
|
-
imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
|
|
119
|
-
private yr;
|
|
85
|
+
aaj(a: Rect): Rect;
|
|
86
|
+
z5(a: Point): Point;
|
|
87
|
+
z6(a: Point): Point;
|
|
88
|
+
z7(a: Point): Point;
|
|
89
|
+
zg(): void;
|
|
90
|
+
zm(a: Brush): void;
|
|
91
|
+
gx(): boolean;
|
|
92
|
+
zo(): void;
|
|
93
|
+
protected z4: Point;
|
|
94
|
+
protected zr(): void;
|
|
95
|
+
protected zn(): void;
|
|
96
|
+
protected get_ft(): boolean;
|
|
97
|
+
protected aab: Rect;
|
|
98
|
+
protected xn(): Rect;
|
|
99
|
+
n1(a: Rect, b: ScalerParams): Tuple$2<boolean, number>;
|
|
100
|
+
xy(): Rect;
|
|
101
|
+
private aag;
|
|
102
|
+
protected xo(a: Rect): Rect;
|
|
103
|
+
aai(a: Rect): Rect;
|
|
104
|
+
protected dn(): SeriesViewerView;
|
|
105
|
+
private zi;
|
|
106
|
+
protected q4(a: SeriesViewerView): void;
|
|
107
|
+
rf(a: Rect, b: Rect): void;
|
|
108
|
+
yz: number;
|
|
120
109
|
private yw;
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
110
|
+
get yy(): number;
|
|
111
|
+
set yy(a: number);
|
|
112
|
+
ic(): number;
|
|
113
|
+
id(): number;
|
|
114
|
+
protected sw(): void;
|
|
115
|
+
gl(): boolean;
|
|
116
|
+
c5(): ZoomCoercionMode;
|
|
117
|
+
protected rg(a: any, b: string, c: any, d: any): void;
|
|
118
|
+
imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
|
|
119
|
+
private zk;
|
|
120
|
+
private zp;
|
|
121
|
+
private zq;
|
|
122
|
+
yo: XamGeographicMapView;
|
|
123
|
+
private yp;
|
|
124
124
|
getFontInfo(): FontInfo;
|
|
125
|
-
|
|
125
|
+
wq(): Brush;
|
|
126
126
|
getFontBrush(): Brush;
|
|
127
|
-
protected
|
|
127
|
+
protected sp(a: Series, b: any): void;
|
|
128
128
|
register(a: DependencyObject, b: (arg1: boolean) => void): void;
|
|
129
129
|
unRegister(a: DependencyObject): void;
|
|
130
130
|
deferredRefresh(): void;
|
|
131
131
|
deferAction(a: () => void): void;
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
private
|
|
137
|
-
protected get
|
|
138
|
-
protected set
|
|
139
|
-
|
|
140
|
-
private
|
|
141
|
-
get
|
|
132
|
+
zh(a: boolean): void;
|
|
133
|
+
y2(): any;
|
|
134
|
+
xu(a: Rect, b: Rect, c: Rect): Rect;
|
|
135
|
+
zl(): void;
|
|
136
|
+
private aaa;
|
|
137
|
+
protected get aao(): Rect;
|
|
138
|
+
protected set aao(a: Rect);
|
|
139
|
+
zv(a: Rect): void;
|
|
140
|
+
private zu;
|
|
141
|
+
get yv(): boolean;
|
|
142
142
|
static $$p: string[];
|
|
143
143
|
}
|
|
144
144
|
/**
|
|
@@ -279,15 +279,15 @@ export declare class OpenStreetMapImagery extends GeographicMapImagery {
|
|
|
279
279
|
export declare abstract class GeographicXYTriangulatingSeries extends GeographicMapSeriesHost {
|
|
280
280
|
static $t: Type;
|
|
281
281
|
protected ct(): SeriesView;
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
xh: string;
|
|
285
|
-
xf: string;
|
|
286
|
-
xe: IEnumerable;
|
|
287
|
-
xk: string;
|
|
282
|
+
q7(a: SeriesView): void;
|
|
283
|
+
xi: GeographicXYTriangulatingSeriesView;
|
|
288
284
|
xm: string;
|
|
289
|
-
|
|
290
|
-
|
|
285
|
+
xk: string;
|
|
286
|
+
xj: IEnumerable;
|
|
287
|
+
xp: string;
|
|
288
|
+
xr: string;
|
|
289
|
+
xt: string;
|
|
290
|
+
protected rg(a: any, b: string, c: any, d: any): void;
|
|
291
291
|
static $$p: string[];
|
|
292
292
|
}
|
|
293
293
|
/**
|
|
@@ -298,21 +298,21 @@ export declare class GeographicScatterAreaSeries extends GeographicXYTriangulati
|
|
|
298
298
|
protected bk(): Series;
|
|
299
299
|
protected get_ew(): boolean;
|
|
300
300
|
constructor();
|
|
301
|
-
|
|
302
|
-
private
|
|
303
|
-
get
|
|
304
|
-
set
|
|
305
|
-
private
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
protected
|
|
309
|
-
|
|
310
|
-
protected
|
|
311
|
-
private
|
|
301
|
+
x8: string;
|
|
302
|
+
private x1;
|
|
303
|
+
get x3(): ColorScale;
|
|
304
|
+
set x3(a: ColorScale);
|
|
305
|
+
private yb;
|
|
306
|
+
yd(): void;
|
|
307
|
+
x2: ColorScale;
|
|
308
|
+
protected sp(): void;
|
|
309
|
+
x4: ScatterAreaSeries;
|
|
310
|
+
protected w9(): Series;
|
|
311
|
+
private yc;
|
|
312
312
|
protected ct(): SeriesView;
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
protected
|
|
313
|
+
q7(a: SeriesView): void;
|
|
314
|
+
x6: GeographicScatterAreaSeriesView;
|
|
315
|
+
protected rg(a: any, b: string, c: any, d: any): void;
|
|
316
316
|
triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
|
|
317
317
|
protected get_g8(): boolean;
|
|
318
318
|
protected set_g8(a: boolean): void;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "./igx-azure-maps-map-imagery-module";
|
|
4
|
+
export declare class IgxAzureMapsMapImageryDynamicModule {
|
|
5
|
+
constructor();
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgxAzureMapsMapImageryDynamicModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgxAzureMapsMapImageryDynamicModule, never, [typeof i1.CommonModule, typeof i2.IgxAzureMapsMapImageryModule], [typeof i2.IgxAzureMapsMapImageryModule]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IgxAzureMapsMapImageryDynamicModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
export declare class IgxAzureMapsMapImageryModule {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgxAzureMapsMapImageryModule, never>;
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgxAzureMapsMapImageryModule, never, [typeof i1.CommonModule], never>;
|
|
6
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IgxAzureMapsMapImageryModule>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { AzureMapsImageryStyle } from "./AzureMapsImageryStyle";
|
|
2
|
+
import { IgxGeographicMapImagery } from "./igx-geographic-map-imagery";
|
|
3
|
+
import { AzureMapsMapImagery as AzureMapsMapImagery_internal } from "./AzureMapsMapImagery";
|
|
4
|
+
/**
|
|
5
|
+
* UI element class used to display AzureMapsMap imagery in the IgxGeographicMap.Component
|
|
6
|
+
*/
|
|
7
|
+
export declare class IgxAzureMapsMapImagery extends IgxGeographicMapImagery {
|
|
8
|
+
protected createImplementation(): AzureMapsMapImagery_internal;
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
get i(): AzureMapsMapImagery_internal;
|
|
13
|
+
constructor();
|
|
14
|
+
/**
|
|
15
|
+
* Gets or sets the culture name for this tile source.
|
|
16
|
+
*/
|
|
17
|
+
get cultureName(): string;
|
|
18
|
+
set cultureName(v: string);
|
|
19
|
+
/**
|
|
20
|
+
* Gets or sets a subscription key required by the Azure Maps imagery service.
|
|
21
|
+
* For more information see https://learn.microsoft.com/en-us/azure/azure-maps/azure-maps-authentication#shared-key-authentication.
|
|
22
|
+
*/
|
|
23
|
+
get apiKey(): string;
|
|
24
|
+
set apiKey(v: string);
|
|
25
|
+
/**
|
|
26
|
+
* Gets or sets the API version used by the Azure Maps imagery service.
|
|
27
|
+
* For more information see Render API version in https://learn.microsoft.com/en-us/azure/azure-maps/rest-api-azure-maps#latest-release.
|
|
28
|
+
*/
|
|
29
|
+
get apiVersion(): string;
|
|
30
|
+
set apiVersion(v: string);
|
|
31
|
+
/**
|
|
32
|
+
* Gets or sets a map style of the Azure Maps imagery tiles.
|
|
33
|
+
* For example: Road map style.
|
|
34
|
+
*/
|
|
35
|
+
get imageryStyle(): AzureMapsImageryStyle;
|
|
36
|
+
set imageryStyle(v: AzureMapsImageryStyle);
|
|
37
|
+
static ngAcceptInputType_imageryStyle: AzureMapsImageryStyle | string;
|
|
38
|
+
/**
|
|
39
|
+
* Gets or sets a string that specifies which maps to show for geopolitically disputed regions.
|
|
40
|
+
* For more information see https://learn.microsoft.com/en-us/rest/api/maps/render/get-map-tile#localizedmapview.
|
|
41
|
+
*/
|
|
42
|
+
get localizedView(): string;
|
|
43
|
+
set localizedView(v: string);
|
|
44
|
+
/**
|
|
45
|
+
* Gets or sets a specific date and time for the map.
|
|
46
|
+
* Note that not all tilesets support this option and those that do might have restrictions.
|
|
47
|
+
* For more information see https://learn.microsoft.com/en-us/rest/api/maps/render/get-map-tile#uri-parameters.
|
|
48
|
+
*/
|
|
49
|
+
get timestamp(): Date;
|
|
50
|
+
set timestamp(v: Date);
|
|
51
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-angular-maps",
|
|
3
|
-
"version": "20.0.
|
|
3
|
+
"version": "20.0.2-beta.0",
|
|
4
4
|
"description": "Ignite UI Angular map components.",
|
|
5
5
|
"homepage": "https://github.com/IgniteUI/igniteui-angular-maps",
|
|
6
6
|
"keywords": [
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@angular/common": "^20.0.0",
|
|
28
28
|
"@angular/compiler": "^20.0.0",
|
|
29
29
|
"@angular/core": "^20.0.0",
|
|
30
|
-
"igniteui-angular-core": "25.1.0.
|
|
30
|
+
"igniteui-angular-core": "25.1.0.66"
|
|
31
31
|
},
|
|
32
32
|
"sideEffects": false,
|
|
33
33
|
"typings": "igniteui-angular-maps.d.ts",
|
package/public_api.d.ts
CHANGED
|
@@ -17,6 +17,7 @@ export * from './lib/GeographicTileSeries';
|
|
|
17
17
|
export * from './lib/igx-geographic-tile-series-component';
|
|
18
18
|
export * from './lib/igx-geographic-tile-series-module';
|
|
19
19
|
export * from './lib/igx-geographic-tile-series-dynamic-module';
|
|
20
|
+
export * from './lib/AzureMapsMapImageryView';
|
|
20
21
|
export * from './lib/BingMapsMapImageryView';
|
|
21
22
|
export * from './lib/GeographicMapImageryView';
|
|
22
23
|
export * from './lib/GeographicPolylineSeriesView';
|
|
@@ -35,6 +36,11 @@ export * from './lib/GeographicXYTriangulatingSeriesView';
|
|
|
35
36
|
export * from './lib/XamGeographicMapView';
|
|
36
37
|
export * from './lib/SphericalMercatorHorizontalScaler';
|
|
37
38
|
export * from './lib/SphericalMercatorVerticalScaler';
|
|
39
|
+
export * from './lib/AzureMapsImageryStyle';
|
|
40
|
+
export * from './lib/AzureMapsMapImagery';
|
|
41
|
+
export * from './lib/igx-azure-maps-map-imagery';
|
|
42
|
+
export * from './lib/igx-azure-maps-map-imagery-module';
|
|
43
|
+
export * from './lib/igx-azure-maps-map-imagery-dynamic-module';
|
|
38
44
|
export * from './lib/BingMapsImageryStyle';
|
|
39
45
|
export * from './lib/BingResponse';
|
|
40
46
|
export * from './lib/BingResourceSet';
|