igniteui-webcomponents-maps 5.0.3-beta.0 → 5.1.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-webcomponents-maps.umd.js +1341 -1341
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +33 -33
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +67 -67
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +144 -144
- package/esm2015/lib/GeographicMarkerSeries.js +23 -23
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +55 -55
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +47 -47
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +53 -53
- package/esm2015/lib/GeographicTileSeries.js +26 -26
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +75 -75
- package/esm2015/lib/XamGeographicMap_combined.js +443 -443
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +8 -8
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
- package/esm2015/lib/igc-geographic-map-component.js +49 -49
- package/esm2015/lib/igc-geographic-map-series-host-component.js +5 -5
- package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm2015/lib/igc-geographic-polyline-series-component.js +12 -12
- package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +22 -22
- package/esm2015/lib/igc-geographic-shape-series-component.js +43 -43
- package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
- package/esm2015/lib/igc-geographic-tile-series-component.js +3 -3
- package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igc-tile-series-component.js +2 -2
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +33 -33
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +67 -67
- package/esm5/lib/GeographicMapSeriesHost_combined.js +142 -142
- package/esm5/lib/GeographicMarkerSeries.js +23 -23
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +54 -54
- package/esm5/lib/GeographicShapeSeriesView_combined.js +47 -47
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +53 -53
- package/esm5/lib/GeographicTileSeries.js +25 -25
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm5/lib/TileSeries_combined.js +73 -73
- package/esm5/lib/XamGeographicMap_combined.js +437 -437
- package/esm5/lib/igc-geographic-contour-line-series-component.js +8 -8
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
- package/esm5/lib/igc-geographic-map-component.js +49 -49
- package/esm5/lib/igc-geographic-map-series-host-component.js +5 -5
- package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm5/lib/igc-geographic-polyline-series-component.js +12 -12
- package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
- package/esm5/lib/igc-geographic-shape-series-base-component.js +22 -22
- package/esm5/lib/igc-geographic-shape-series-component.js +43 -43
- package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
- package/esm5/lib/igc-geographic-tile-series-component.js +3 -3
- package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igc-tile-series-component.js +2 -2
- package/fesm2015/igniteui-webcomponents-maps.js +1355 -1355
- package/fesm5/igniteui-webcomponents-maps.js +1341 -1341
- package/lib/GeographicContourLineSeriesView_combined.d.ts +10 -10
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
- package/lib/GeographicMapSeriesHost_combined.d.ts +16 -16
- package/lib/GeographicMarkerSeries.d.ts +11 -11
- 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 +21 -21
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +15 -15
- package/lib/GeographicShapeSeriesView_combined.d.ts +18 -18
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
- package/lib/GeographicTileSeries.d.ts +8 -8
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +17 -17
- package/lib/XamGeographicMap_combined.d.ts +103 -103
- package/package.json +3 -3
|
@@ -27,20 +27,20 @@ export declare class GeographicContourLineSeries extends GeographicXYTriangulati
|
|
|
27
27
|
protected bj(): Series;
|
|
28
28
|
protected get_fi(): boolean;
|
|
29
29
|
constructor();
|
|
30
|
-
protected
|
|
31
|
-
|
|
32
|
-
protected
|
|
33
|
-
private xx;
|
|
30
|
+
protected w1(): void;
|
|
31
|
+
xo: ScatterContourSeries;
|
|
32
|
+
protected wv(): Series;
|
|
34
33
|
private xy;
|
|
35
|
-
|
|
34
|
+
private xz;
|
|
35
|
+
xv: string;
|
|
36
|
+
xr: ValueBrushScale;
|
|
36
37
|
xq: ValueBrushScale;
|
|
37
|
-
xp: ValueBrushScale;
|
|
38
38
|
protected sd(): void;
|
|
39
39
|
protected cr(): SeriesView;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
protected
|
|
40
|
+
qy(a: SeriesView): void;
|
|
41
|
+
xs: GeographicContourLineSeriesView;
|
|
42
|
+
xn: ContourValueResolver;
|
|
43
|
+
protected q6(a: any, b: string, c: any, d: any): void;
|
|
44
44
|
triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
|
|
45
45
|
static $$p: string[];
|
|
46
46
|
}
|
|
@@ -38,28 +38,28 @@ export declare class GeographicHighDensityScatterSeries extends GeographicMapSer
|
|
|
38
38
|
protected get_fn(): boolean;
|
|
39
39
|
constructor();
|
|
40
40
|
protected cr(): SeriesView;
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
protected
|
|
44
|
-
private
|
|
45
|
-
|
|
46
|
-
|
|
41
|
+
qy(a: SeriesView): void;
|
|
42
|
+
w5: GeographicHighDensityScatterSeriesView;
|
|
43
|
+
protected wv(): Series;
|
|
44
|
+
private w4;
|
|
45
|
+
xj: string;
|
|
46
|
+
xl: string;
|
|
47
|
+
w8: boolean;
|
|
47
48
|
w7: boolean;
|
|
48
49
|
w6: boolean;
|
|
49
|
-
|
|
50
|
+
xa: number;
|
|
50
51
|
w9: number;
|
|
51
|
-
|
|
52
|
+
x4: Color;
|
|
52
53
|
x3: Color;
|
|
53
|
-
|
|
54
|
-
xc: number;
|
|
54
|
+
xd: number;
|
|
55
55
|
progressiveLoadStatusChanged: (sender: any, e: ProgressiveLoadStatusEventArgs) => void;
|
|
56
|
-
private
|
|
57
|
-
get
|
|
58
|
-
set
|
|
59
|
-
protected
|
|
56
|
+
private xc;
|
|
57
|
+
get xe(): number;
|
|
58
|
+
set xe(a: number);
|
|
59
|
+
protected w1(): void;
|
|
60
|
+
private xs;
|
|
60
61
|
private xr;
|
|
61
|
-
|
|
62
|
-
protected q7(a: any, b: string, c: any, d: any): void;
|
|
62
|
+
protected q6(a: any, b: string, c: any, d: any): void;
|
|
63
63
|
protected get_g6(): boolean;
|
|
64
64
|
protected set_g6(a: boolean): void;
|
|
65
65
|
static $$p: string[];
|
|
@@ -15,9 +15,9 @@ import { RenderingContext } from "igniteui-webcomponents-core";
|
|
|
15
15
|
*/
|
|
16
16
|
export declare abstract class GeographicMapSeriesHost extends Series {
|
|
17
17
|
static $t: Type;
|
|
18
|
-
|
|
18
|
+
qd(): void;
|
|
19
19
|
constructor();
|
|
20
|
-
private
|
|
20
|
+
private wu;
|
|
21
21
|
protected get_fb(): boolean;
|
|
22
22
|
kp(a: any, b: string): any;
|
|
23
23
|
mc(a: string): string;
|
|
@@ -26,10 +26,10 @@ export declare abstract class GeographicMapSeriesHost extends Series {
|
|
|
26
26
|
ea(a: List$1<SeriesPointOfInterest>, b: boolean, c: boolean, d: number, e: boolean): boolean;
|
|
27
27
|
ai(): Axis[];
|
|
28
28
|
bn(): Series;
|
|
29
|
-
get
|
|
30
|
-
set
|
|
29
|
+
get ww(): Series;
|
|
30
|
+
set ww(a: Series);
|
|
31
31
|
protected get_hasMarkers(): boolean;
|
|
32
|
-
protected
|
|
32
|
+
protected w1(): void;
|
|
33
33
|
df(a: any, b: Point, c: boolean): HighlightingInfo;
|
|
34
34
|
dg(a: any, b: Point, c: boolean): HighlightingInfo;
|
|
35
35
|
km(a: Point): any;
|
|
@@ -57,18 +57,18 @@ export declare abstract class GeographicMapSeriesHost extends Series {
|
|
|
57
57
|
iv(): number;
|
|
58
58
|
ir(a: Point): number;
|
|
59
59
|
kn(a: Point): any;
|
|
60
|
-
protected abstract
|
|
60
|
+
protected abstract wv(): Series;
|
|
61
61
|
protected cr(): SeriesView;
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
static readonly
|
|
65
|
-
get
|
|
66
|
-
set
|
|
67
|
-
protected
|
|
68
|
-
private
|
|
69
|
-
private
|
|
70
|
-
|
|
71
|
-
|
|
62
|
+
qy(a: SeriesView): void;
|
|
63
|
+
wx: HostSeriesView;
|
|
64
|
+
static readonly w3: DependencyProperty;
|
|
65
|
+
get wy(): number;
|
|
66
|
+
set wy(a: number);
|
|
67
|
+
protected q6(a: any, b: string, c: any, d: any): void;
|
|
68
|
+
private w0;
|
|
69
|
+
private w2;
|
|
70
|
+
ro(a: boolean): void;
|
|
71
|
+
rn(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
|
|
72
72
|
a2(a: Point, b: boolean): DataContext;
|
|
73
73
|
r8(): void;
|
|
74
74
|
protected get_coercionMethods(): any;
|
|
@@ -16,18 +16,18 @@ export declare abstract class GeographicMarkerSeries extends GeographicMapSeries
|
|
|
16
16
|
vi(): Brush;
|
|
17
17
|
im(): number;
|
|
18
18
|
l9(): string;
|
|
19
|
-
private
|
|
20
|
-
|
|
21
|
-
w6: number;
|
|
22
|
-
w4: MarkerOutlineMode;
|
|
23
|
-
w3: MarkerFillMode;
|
|
24
|
-
xl: DataTemplate;
|
|
25
|
-
xz: Brush;
|
|
26
|
-
x0: Brush;
|
|
19
|
+
private xk;
|
|
20
|
+
w6: MarkerType;
|
|
27
21
|
w7: number;
|
|
28
|
-
|
|
29
|
-
|
|
22
|
+
w5: MarkerOutlineMode;
|
|
23
|
+
w4: MarkerFillMode;
|
|
24
|
+
xm: DataTemplate;
|
|
25
|
+
x0: Brush;
|
|
26
|
+
x1: Brush;
|
|
27
|
+
w8: number;
|
|
28
|
+
xl: DataTemplate;
|
|
30
29
|
xy: Brush;
|
|
31
|
-
|
|
30
|
+
xz: Brush;
|
|
31
|
+
protected q6(a: any, b: string, c: any, d: any): void;
|
|
32
32
|
static $$p: string[];
|
|
33
33
|
}
|
|
@@ -27,13 +27,13 @@ export declare class GeographicPolylineSeries extends GeographicShapeSeriesBase
|
|
|
27
27
|
protected get_fq(): boolean;
|
|
28
28
|
constructor();
|
|
29
29
|
protected cr(): SeriesView;
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
protected
|
|
35
|
-
private
|
|
30
|
+
qy(a: SeriesView): void;
|
|
31
|
+
x3: GeographicPolylineSeriesView;
|
|
32
|
+
x2: StyleSelector;
|
|
33
|
+
ya: Style;
|
|
34
|
+
protected wv(): Series;
|
|
35
|
+
private x7;
|
|
36
36
|
styleShape: (sender: any, e: StyleShapeEventArgs) => void;
|
|
37
|
-
protected
|
|
37
|
+
protected q6(a: any, b: string, c: any, d: any): void;
|
|
38
38
|
static $$p: string[];
|
|
39
39
|
}
|
|
@@ -48,34 +48,34 @@ export declare class GeographicProportionalSymbolSeries extends GeographicMarker
|
|
|
48
48
|
protected get_eh(): boolean;
|
|
49
49
|
constructor();
|
|
50
50
|
protected cr(): SeriesView;
|
|
51
|
-
|
|
52
|
-
|
|
51
|
+
qy(a: SeriesView): void;
|
|
52
|
+
x8: GeographicProportionalSymbolSeriesView;
|
|
53
53
|
protected jk(): number;
|
|
54
|
-
protected
|
|
55
|
-
private
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
yd: boolean;
|
|
65
|
-
yg: number;
|
|
66
|
-
yf: number;
|
|
54
|
+
protected wv(): Series;
|
|
55
|
+
private x5;
|
|
56
|
+
yt: string;
|
|
57
|
+
yv: string;
|
|
58
|
+
y0: string;
|
|
59
|
+
x7: SizeScale;
|
|
60
|
+
yr: string;
|
|
61
|
+
yj: string;
|
|
62
|
+
x4: BrushScale;
|
|
63
|
+
yb: boolean;
|
|
67
64
|
ye: boolean;
|
|
65
|
+
yh: number;
|
|
66
|
+
yg: number;
|
|
67
|
+
yf: boolean;
|
|
68
|
+
yd: boolean;
|
|
68
69
|
yc: boolean;
|
|
69
|
-
|
|
70
|
+
protected ya: boolean;
|
|
70
71
|
protected x9: boolean;
|
|
71
|
-
protected x8: boolean;
|
|
72
72
|
protected get_fd(): boolean;
|
|
73
73
|
assigningScatterStyle: (sender: any, args: AssigningScatterStyleEventArgs) => void;
|
|
74
74
|
assigningScatterMarkerStyle: (sender: any, args: AssigningScatterMarkerStyleEventArgs) => void;
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
protected
|
|
75
|
+
x6: ScatterItemSearchMode;
|
|
76
|
+
yi: number;
|
|
77
|
+
protected q6(a: any, b: string, c: any, d: any): void;
|
|
78
|
+
private y5;
|
|
78
79
|
private y4;
|
|
79
|
-
private y3;
|
|
80
80
|
static $$p: string[];
|
|
81
81
|
}
|
|
@@ -12,30 +12,30 @@ import { HostSeriesView } from "./HostSeriesView";
|
|
|
12
12
|
export declare abstract class GeographicShapeSeriesBase extends GeographicMapSeriesHost {
|
|
13
13
|
static $t: Type;
|
|
14
14
|
protected cr(): SeriesView;
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
15
|
+
w7: GeographicShapeSeriesBaseView;
|
|
16
|
+
qy(a: SeriesView): void;
|
|
17
|
+
xp: string;
|
|
18
18
|
protected get_fd(): boolean;
|
|
19
19
|
protected get_ec(): boolean;
|
|
20
|
+
xe: boolean;
|
|
20
21
|
xd: boolean;
|
|
21
|
-
xc: boolean;
|
|
22
|
+
protected xc: boolean;
|
|
22
23
|
protected xb: boolean;
|
|
23
|
-
|
|
24
|
-
|
|
24
|
+
w6: ShapeItemSearchMode;
|
|
25
|
+
xh: number;
|
|
25
26
|
xg: number;
|
|
26
|
-
xf: number;
|
|
27
27
|
assigningShapeStyle: (sender: any, args: AssigningShapeStyleEventArgs) => void;
|
|
28
28
|
assigningShapeMarkerStyle: (sender: any, args: AssigningShapeMarkerStyleEventArgs) => void;
|
|
29
|
-
protected
|
|
30
|
-
private xr;
|
|
31
|
-
private xq;
|
|
29
|
+
protected q6(a: any, b: string, c: any, d: any): void;
|
|
32
30
|
private xs;
|
|
31
|
+
private xr;
|
|
33
32
|
private xt;
|
|
34
|
-
private
|
|
35
|
-
private
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
33
|
+
private xu;
|
|
34
|
+
private w8;
|
|
35
|
+
private xa;
|
|
36
|
+
get w9(): ShapefileConverter;
|
|
37
|
+
set w9(a: ShapefileConverter);
|
|
38
|
+
xf: number;
|
|
39
39
|
protected get_g6(): boolean;
|
|
40
40
|
protected set_g6(a: boolean): void;
|
|
41
41
|
static $$p: string[];
|
|
@@ -40,32 +40,32 @@ export declare class GeographicShapeSeries extends GeographicShapeSeriesBase {
|
|
|
40
40
|
protected get_fp(): boolean;
|
|
41
41
|
constructor();
|
|
42
42
|
protected cr(): SeriesView;
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
protected
|
|
46
|
-
private yn;
|
|
47
|
-
styleShape: (sender: any, e: StyleShapeEventArgs) => void;
|
|
43
|
+
x7: GeographicShapeSeriesView;
|
|
44
|
+
qy(a: SeriesView): void;
|
|
45
|
+
protected wv(): Series;
|
|
48
46
|
private yo;
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
47
|
+
styleShape: (sender: any, e: StyleShapeEventArgs) => void;
|
|
48
|
+
private yp;
|
|
49
|
+
x6: StyleSelector;
|
|
50
|
+
zb: Style;
|
|
51
|
+
x5: MarkerType;
|
|
52
|
+
x4: MarkerOutlineMode;
|
|
53
|
+
x3: MarkerFillMode;
|
|
54
|
+
yr: DataTemplate;
|
|
56
55
|
y8: Brush;
|
|
57
|
-
y9:
|
|
58
|
-
|
|
56
|
+
y9: Brush;
|
|
57
|
+
za: Style;
|
|
58
|
+
x8: number;
|
|
59
59
|
im(): number;
|
|
60
60
|
vh(): Brush;
|
|
61
61
|
vi(): Brush;
|
|
62
62
|
sv(): DataTemplate;
|
|
63
63
|
l9(): string;
|
|
64
|
-
|
|
65
|
-
protected
|
|
64
|
+
x2: CollisionAvoidanceType;
|
|
65
|
+
protected q6(a: any, b: string, c: any, d: any): void;
|
|
66
66
|
protected jk(): number;
|
|
67
|
-
|
|
68
|
-
y5: Brush;
|
|
67
|
+
yq: DataTemplate;
|
|
69
68
|
y6: Brush;
|
|
69
|
+
y7: Brush;
|
|
70
70
|
static $$p: string[];
|
|
71
71
|
}
|
|
@@ -38,26 +38,26 @@ export declare class GeographicSymbolSeries extends GeographicMarkerSeries {
|
|
|
38
38
|
protected get_eh(): boolean;
|
|
39
39
|
constructor();
|
|
40
40
|
protected cr(): SeriesView;
|
|
41
|
-
|
|
42
|
-
|
|
41
|
+
qy(a: SeriesView): void;
|
|
42
|
+
x7: GeographicSymbolSeriesView;
|
|
43
43
|
protected jk(): number;
|
|
44
|
-
protected
|
|
45
|
-
private
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
44
|
+
protected wv(): Series;
|
|
45
|
+
private x6;
|
|
46
|
+
yi: string;
|
|
47
|
+
yk: string;
|
|
48
|
+
x4: CollisionAvoidanceType;
|
|
49
|
+
yb: boolean;
|
|
49
50
|
ya: boolean;
|
|
50
|
-
x9: boolean;
|
|
51
|
+
protected x9: boolean;
|
|
51
52
|
protected x8: boolean;
|
|
52
|
-
protected x7: boolean;
|
|
53
53
|
protected get_fd(): boolean;
|
|
54
54
|
assigningScatterStyle: (sender: any, args: AssigningScatterStyleEventArgs) => void;
|
|
55
55
|
assigningScatterMarkerStyle: (sender: any, args: AssigningScatterMarkerStyleEventArgs) => void;
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
protected
|
|
56
|
+
x5: ScatterItemSearchMode;
|
|
57
|
+
yd: number;
|
|
58
|
+
protected q6(a: any, b: string, c: any, d: any): void;
|
|
59
|
+
private yp;
|
|
59
60
|
private yo;
|
|
60
|
-
|
|
61
|
-
yb: boolean;
|
|
61
|
+
yc: boolean;
|
|
62
62
|
static $$p: string[];
|
|
63
63
|
}
|
|
@@ -11,14 +11,14 @@ export declare class GeographicTileSeries extends GeographicShapeSeriesBase {
|
|
|
11
11
|
protected bj(): Series;
|
|
12
12
|
protected get_f2(): boolean;
|
|
13
13
|
constructor();
|
|
14
|
-
get
|
|
15
|
-
set
|
|
14
|
+
get x4(): GeographicMapImagery;
|
|
15
|
+
set x4(a: GeographicMapImagery);
|
|
16
|
+
private x3;
|
|
17
|
+
x8(): void;
|
|
18
|
+
protected q6(a: any, b: string, c: any, d: any): void;
|
|
16
19
|
private x2;
|
|
17
|
-
|
|
18
|
-
protected
|
|
19
|
-
private x1;
|
|
20
|
-
protected w0(): void;
|
|
21
|
-
protected wu(): Series;
|
|
20
|
+
protected w1(): void;
|
|
21
|
+
protected wv(): Series;
|
|
22
22
|
imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
|
|
23
|
-
private
|
|
23
|
+
private x7;
|
|
24
24
|
}
|
|
@@ -22,30 +22,30 @@ export declare class TileSeries extends ShapeSeriesBase implements IMapRenderDef
|
|
|
22
22
|
protected get_f2(): boolean;
|
|
23
23
|
constructor();
|
|
24
24
|
protected cr(): SeriesView;
|
|
25
|
-
|
|
26
|
-
protected
|
|
27
|
-
protected
|
|
28
|
-
get
|
|
29
|
-
set
|
|
25
|
+
qy(a: SeriesView): void;
|
|
26
|
+
protected get_xy(): boolean;
|
|
27
|
+
protected zn: TileSeriesView;
|
|
28
|
+
get zr(): GeographicMapImagery;
|
|
29
|
+
set zr(a: GeographicMapImagery);
|
|
30
|
+
private zp;
|
|
30
31
|
private zo;
|
|
31
|
-
|
|
32
|
-
protected
|
|
33
|
-
protected
|
|
34
|
-
protected q7(a: any, b: string, c: any, d: any): void;
|
|
35
|
-
private zv;
|
|
36
|
-
imageTilesReady: (sender: any, e: EventArgs) => void;
|
|
32
|
+
protected get zq(): GeographicMapImagery;
|
|
33
|
+
protected set zq(a: GeographicMapImagery);
|
|
34
|
+
protected q6(a: any, b: string, c: any, d: any): void;
|
|
37
35
|
private zw;
|
|
38
|
-
|
|
36
|
+
imageTilesReady: (sender: any, e: EventArgs) => void;
|
|
37
|
+
private zx;
|
|
38
|
+
private zs;
|
|
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
43
|
protected sm(a: Rect, b: Rect): void;
|
|
44
|
-
private
|
|
45
|
-
|
|
46
|
-
protected
|
|
47
|
-
|
|
48
|
-
private
|
|
44
|
+
private zt;
|
|
45
|
+
rp(a: boolean): void;
|
|
46
|
+
protected zy(a: boolean, b: SeriesView): void;
|
|
47
|
+
rn(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
|
|
48
|
+
private zz;
|
|
49
49
|
o4(a: boolean, b: SeriesView): void;
|
|
50
50
|
}
|
|
51
51
|
/**
|