igniteui-angular-maps 21.0.1-beta.0 → 21.1.0-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 +1398 -1398
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +36 -36
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +75 -75
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +188 -188
- package/esm2015/lib/GeographicMarkerSeries.js +28 -28
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +16 -16
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +86 -86
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +61 -61
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +54 -54
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +54 -54
- package/esm2015/lib/GeographicTileSeries.js +26 -26
- package/esm2015/lib/TileSeries_combined.js +88 -88
- package/esm2015/lib/XamGeographicMap_combined.js +452 -452
- 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/esm5/lib/GeographicContourLineSeriesView_combined.js +36 -36
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +75 -75
- package/esm5/lib/GeographicMapSeriesHost_combined.js +186 -186
- package/esm5/lib/GeographicMarkerSeries.js +28 -28
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +16 -16
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +86 -86
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
- package/esm5/lib/GeographicShapeSeriesView_combined.js +54 -54
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +54 -54
- package/esm5/lib/GeographicTileSeries.js +25 -25
- package/esm5/lib/TileSeries_combined.js +86 -86
- package/esm5/lib/XamGeographicMap_combined.js +445 -445
- 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/fesm2015/igniteui-angular-maps.js +1412 -1412
- package/fesm5/igniteui-angular-maps.js +1398 -1398
- package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +19 -19
- package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
- package/lib/GeographicMarkerSeries.d.ts +15 -15
- 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 +22 -22
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
- package/lib/GeographicShapeSeriesView_combined.d.ts +23 -23
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +15 -15
- package/lib/GeographicTileSeries.d.ts +8 -8
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +19 -19
- package/lib/XamGeographicMap_combined.d.ts +105 -105
- package/package.json +2 -2
|
@@ -27,20 +27,20 @@ export declare class GeographicContourLineSeries extends GeographicXYTriangulati
|
|
|
27
27
|
protected bk(): Series;
|
|
28
28
|
protected get_fn(): boolean;
|
|
29
29
|
constructor();
|
|
30
|
-
protected
|
|
31
|
-
|
|
32
|
-
protected
|
|
33
|
-
private yo;
|
|
30
|
+
protected xs(a: any, b: any): void;
|
|
31
|
+
yf: ScatterContourSeries;
|
|
32
|
+
protected xm(): Series;
|
|
34
33
|
private yp;
|
|
35
|
-
|
|
34
|
+
private yq;
|
|
35
|
+
ym: string;
|
|
36
|
+
yi: ValueBrushScale;
|
|
36
37
|
yh: ValueBrushScale;
|
|
37
|
-
|
|
38
|
-
protected s0(): void;
|
|
38
|
+
protected s1(): void;
|
|
39
39
|
protected ct(): SeriesView;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
protected
|
|
40
|
+
rj(a: SeriesView): void;
|
|
41
|
+
yj: GeographicContourLineSeriesView;
|
|
42
|
+
ye: ContourValueResolver;
|
|
43
|
+
protected rs(a: any, b: string, c: any, d: any): void;
|
|
44
44
|
triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
|
|
45
45
|
static $$p: string[];
|
|
46
46
|
}
|
|
@@ -34,33 +34,33 @@ export declare class GeographicHighDensityScatterSeriesView extends HostSeriesVi
|
|
|
34
34
|
export declare class GeographicHighDensityScatterSeries extends GeographicMapSeriesHost {
|
|
35
35
|
static $t: Type;
|
|
36
36
|
protected bk(): Series;
|
|
37
|
-
protected
|
|
37
|
+
protected ju(): number;
|
|
38
38
|
protected get_fs(): boolean;
|
|
39
39
|
constructor();
|
|
40
40
|
protected ct(): SeriesView;
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
protected
|
|
44
|
-
private
|
|
45
|
-
|
|
46
|
-
|
|
41
|
+
rj(a: SeriesView): void;
|
|
42
|
+
xw: GeographicHighDensityScatterSeriesView;
|
|
43
|
+
protected xm(): Series;
|
|
44
|
+
private xv;
|
|
45
|
+
ya: string;
|
|
46
|
+
yc: string;
|
|
47
|
+
xz: boolean;
|
|
47
48
|
xy: boolean;
|
|
48
49
|
xx: boolean;
|
|
49
|
-
|
|
50
|
+
x1: number;
|
|
50
51
|
x0: number;
|
|
51
|
-
|
|
52
|
+
yv: Color;
|
|
52
53
|
yu: Color;
|
|
53
|
-
|
|
54
|
-
x3: number;
|
|
54
|
+
x4: number;
|
|
55
55
|
progressiveLoadStatusChanged: (sender: any, e: ProgressiveLoadStatusEventArgs) => void;
|
|
56
|
-
private
|
|
57
|
-
get
|
|
58
|
-
set
|
|
59
|
-
protected
|
|
56
|
+
private x3;
|
|
57
|
+
get x5(): number;
|
|
58
|
+
set x5(a: number);
|
|
59
|
+
protected xs(a: any, b: any): void;
|
|
60
|
+
private yj;
|
|
60
61
|
private yi;
|
|
61
|
-
|
|
62
|
-
protected
|
|
63
|
-
protected
|
|
64
|
-
protected set_he(a: boolean): void;
|
|
62
|
+
protected rs(a: any, b: string, c: any, d: any): void;
|
|
63
|
+
protected get_hf(): boolean;
|
|
64
|
+
protected set_hf(a: boolean): void;
|
|
65
65
|
static $$p: string[];
|
|
66
66
|
}
|
|
@@ -15,66 +15,66 @@ import { RenderingContext } from "igniteui-angular-core";
|
|
|
15
15
|
*/
|
|
16
16
|
export declare abstract class GeographicMapSeriesHost extends Series {
|
|
17
17
|
static $t: Type;
|
|
18
|
-
|
|
18
|
+
qx(): void;
|
|
19
19
|
constructor();
|
|
20
|
-
private
|
|
20
|
+
private xl;
|
|
21
21
|
protected get_ff(): boolean;
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
protected
|
|
25
|
-
protected
|
|
22
|
+
k1(a: any, b: string): any;
|
|
23
|
+
mq(a: string): string;
|
|
24
|
+
protected get_kt(): any;
|
|
25
|
+
protected set_kt(a: any): void;
|
|
26
26
|
ed(a: List$1<SeriesPointOfInterest>, b: boolean, c: boolean, d: number, e: boolean): boolean;
|
|
27
27
|
ai(): Axis[];
|
|
28
28
|
bp(): Series;
|
|
29
|
-
get
|
|
30
|
-
set
|
|
29
|
+
get xn(): Series;
|
|
30
|
+
set xn(a: Series);
|
|
31
31
|
protected get_hasMarkers(): boolean;
|
|
32
|
-
protected
|
|
32
|
+
protected xs(a: any, b: any): void;
|
|
33
33
|
dh(a: any, b: Point, c: boolean): HighlightingInfo;
|
|
34
34
|
di(a: any, b: Point, c: boolean): HighlightingInfo;
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
w9(a: Point): Rect;
|
|
41
|
-
ao(a: Point): Rect[];
|
|
35
|
+
ky(a: Point): any;
|
|
36
|
+
kl(a: Point, b: boolean): number;
|
|
37
|
+
kj(a: Point, b: boolean): number;
|
|
38
|
+
jf(a: Point, b: boolean, c: boolean): number;
|
|
39
|
+
wy(a: Point, b: boolean, c: boolean): Point;
|
|
42
40
|
xa(a: Point): Rect;
|
|
43
|
-
|
|
41
|
+
ao(a: Point): Rect[];
|
|
44
42
|
xb(a: Point): Rect;
|
|
43
|
+
ap(a: Point): Rect[];
|
|
45
44
|
xc(a: Point): Rect;
|
|
46
|
-
|
|
47
|
-
wt(a: Point, b: boolean, c: boolean): Point;
|
|
48
|
-
jc(a: Point, b: boolean, c: boolean): number;
|
|
49
|
-
wv(a: Point, b: boolean, c: boolean): Point;
|
|
50
|
-
wy(a: Point, b: boolean, c: boolean): Point;
|
|
51
|
-
jf(a: Point, b: boolean, c: boolean): number;
|
|
52
|
-
wu(a: Point, b: boolean, c: boolean): Point;
|
|
45
|
+
xd(a: Point): Rect;
|
|
53
46
|
jb(a: Point, b: boolean, c: boolean): number;
|
|
54
|
-
|
|
47
|
+
wu(a: Point, b: boolean, c: boolean): Point;
|
|
55
48
|
jd(a: Point, b: boolean, c: boolean): number;
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
49
|
+
ww(a: Point, b: boolean, c: boolean): Point;
|
|
50
|
+
wz(a: Point, b: boolean, c: boolean): Point;
|
|
51
|
+
jg(a: Point, b: boolean, c: boolean): number;
|
|
52
|
+
wv(a: Point, b: boolean, c: boolean): Point;
|
|
53
|
+
jc(a: Point, b: boolean, c: boolean): number;
|
|
54
|
+
wx(a: Point, b: boolean, c: boolean): Point;
|
|
55
|
+
je(a: Point, b: boolean, c: boolean): number;
|
|
56
|
+
kf(a: Point): number;
|
|
57
|
+
i5(): number;
|
|
58
|
+
i1(a: Point): number;
|
|
59
|
+
kz(a: Point): any;
|
|
60
|
+
protected abstract xm(): Series;
|
|
61
61
|
protected ct(): SeriesView;
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
static readonly
|
|
65
|
-
get
|
|
66
|
-
set
|
|
67
|
-
protected
|
|
68
|
-
private
|
|
69
|
-
private
|
|
70
|
-
|
|
71
|
-
protected
|
|
72
|
-
|
|
62
|
+
rj(a: SeriesView): void;
|
|
63
|
+
xo: HostSeriesView;
|
|
64
|
+
static readonly xu: DependencyProperty;
|
|
65
|
+
get xp(): number;
|
|
66
|
+
set xp(a: number);
|
|
67
|
+
protected rs(a: any, b: string, c: any, d: any): void;
|
|
68
|
+
private xr;
|
|
69
|
+
private xt;
|
|
70
|
+
sa(a: boolean): void;
|
|
71
|
+
protected rn(a: boolean): void;
|
|
72
|
+
r9(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
|
|
73
73
|
a2(a: Point, b: boolean): DataContext;
|
|
74
|
-
|
|
74
|
+
sw(): void;
|
|
75
75
|
protected get_coercionMethods(): any;
|
|
76
76
|
protected set_coercionMethods(a: any): void;
|
|
77
|
-
protected
|
|
77
|
+
protected qf(a: any): void;
|
|
78
78
|
}
|
|
79
79
|
/**
|
|
80
80
|
* @hidden
|
|
@@ -11,23 +11,23 @@ import { Type } from "igniteui-angular-core";
|
|
|
11
11
|
export declare abstract class GeographicMarkerSeries extends GeographicMapSeriesHost {
|
|
12
12
|
static $t: Type;
|
|
13
13
|
constructor();
|
|
14
|
-
|
|
15
|
-
v6(): Brush;
|
|
14
|
+
tj(): DataTemplate;
|
|
16
15
|
v7(): Brush;
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
xx:
|
|
22
|
-
xv: MarkerOutlineMode;
|
|
23
|
-
xu: MarkerFillMode;
|
|
24
|
-
yc: DataTemplate;
|
|
25
|
-
yq: Brush;
|
|
26
|
-
yr: Brush;
|
|
16
|
+
v8(): Brush;
|
|
17
|
+
iw(): number;
|
|
18
|
+
mn(): string;
|
|
19
|
+
private yb;
|
|
20
|
+
xx: MarkerType;
|
|
27
21
|
xy: number;
|
|
28
|
-
|
|
29
|
-
|
|
22
|
+
xw: MarkerOutlineMode;
|
|
23
|
+
xv: MarkerFillMode;
|
|
24
|
+
yd: DataTemplate;
|
|
25
|
+
yr: Brush;
|
|
26
|
+
ys: Brush;
|
|
27
|
+
xz: number;
|
|
28
|
+
yc: DataTemplate;
|
|
30
29
|
yp: Brush;
|
|
31
|
-
|
|
30
|
+
yq: Brush;
|
|
31
|
+
protected rs(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_fv(): boolean;
|
|
28
28
|
constructor();
|
|
29
29
|
protected ct(): SeriesView;
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
protected
|
|
35
|
-
private
|
|
30
|
+
rj(a: SeriesView): void;
|
|
31
|
+
y3: GeographicPolylineSeriesView;
|
|
32
|
+
y2: StyleSelector;
|
|
33
|
+
za: Style;
|
|
34
|
+
protected xm(): Series;
|
|
35
|
+
private y7;
|
|
36
36
|
styleShape: (sender: any, e: StyleShapeEventArgs) => void;
|
|
37
|
-
protected
|
|
37
|
+
protected rs(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_ek(): boolean;
|
|
49
49
|
constructor();
|
|
50
50
|
protected ct(): SeriesView;
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
protected
|
|
54
|
-
protected
|
|
55
|
-
private
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
y4: boolean;
|
|
65
|
-
y7: number;
|
|
66
|
-
y6: number;
|
|
51
|
+
rj(a: SeriesView): void;
|
|
52
|
+
yz: GeographicProportionalSymbolSeriesView;
|
|
53
|
+
protected jv(): number;
|
|
54
|
+
protected xm(): Series;
|
|
55
|
+
private yw;
|
|
56
|
+
zk: string;
|
|
57
|
+
zm: string;
|
|
58
|
+
zr: string;
|
|
59
|
+
yy: SizeScale;
|
|
60
|
+
zi: string;
|
|
61
|
+
za: string;
|
|
62
|
+
yv: BrushScale;
|
|
63
|
+
y2: boolean;
|
|
67
64
|
y5: boolean;
|
|
65
|
+
y8: number;
|
|
66
|
+
y7: number;
|
|
67
|
+
y6: boolean;
|
|
68
|
+
y4: boolean;
|
|
68
69
|
y3: boolean;
|
|
69
|
-
|
|
70
|
+
protected y1: boolean;
|
|
70
71
|
protected y0: boolean;
|
|
71
|
-
protected yz: boolean;
|
|
72
72
|
protected get_fh(): boolean;
|
|
73
73
|
assigningScatterStyle: (sender: any, args: AssigningScatterStyleEventArgs) => void;
|
|
74
74
|
assigningScatterMarkerStyle: (sender: any, args: AssigningScatterMarkerStyleEventArgs) => void;
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
protected
|
|
75
|
+
yx: ScatterItemSearchMode;
|
|
76
|
+
y9: number;
|
|
77
|
+
protected rs(a: any, b: string, c: any, d: any): void;
|
|
78
|
+
private zw;
|
|
78
79
|
private zv;
|
|
79
|
-
private zu;
|
|
80
80
|
static $$p: string[];
|
|
81
81
|
}
|
|
@@ -13,35 +13,35 @@ import { HostSeriesView } from "./HostSeriesView";
|
|
|
13
13
|
export declare abstract class GeographicShapeSeriesBase extends GeographicMapSeriesHost {
|
|
14
14
|
static $t: Type;
|
|
15
15
|
protected ct(): SeriesView;
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
16
|
+
xz: GeographicShapeSeriesBaseView;
|
|
17
|
+
rj(a: SeriesView): void;
|
|
18
|
+
ym: string;
|
|
19
19
|
protected get_fh(): boolean;
|
|
20
20
|
protected get_ef(): boolean;
|
|
21
|
+
x7: boolean;
|
|
21
22
|
x6: boolean;
|
|
22
|
-
|
|
23
|
+
protected x4: boolean;
|
|
23
24
|
protected x3: boolean;
|
|
24
|
-
|
|
25
|
-
|
|
25
|
+
xy: ShapeItemSearchMode;
|
|
26
|
+
ya: number;
|
|
27
|
+
yb: string;
|
|
28
|
+
xx: BrushScale;
|
|
29
|
+
x5: boolean;
|
|
26
30
|
x9: number;
|
|
27
|
-
ya: string;
|
|
28
|
-
xw: BrushScale;
|
|
29
|
-
x4: boolean;
|
|
30
|
-
x8: number;
|
|
31
31
|
assigningShapeStyle: (sender: any, args: AssigningShapeStyleEventArgs) => void;
|
|
32
32
|
assigningShapeMarkerStyle: (sender: any, args: AssigningShapeMarkerStyleEventArgs) => void;
|
|
33
|
-
protected
|
|
34
|
-
private yo;
|
|
35
|
-
private yn;
|
|
33
|
+
protected rs(a: any, b: string, c: any, d: any): void;
|
|
36
34
|
private yp;
|
|
35
|
+
private yo;
|
|
37
36
|
private yq;
|
|
38
|
-
private
|
|
39
|
-
private
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
protected
|
|
37
|
+
private yr;
|
|
38
|
+
private x0;
|
|
39
|
+
private x2;
|
|
40
|
+
get x1(): ShapefileConverter;
|
|
41
|
+
set x1(a: ShapefileConverter);
|
|
42
|
+
x8: number;
|
|
43
|
+
protected get_hf(): boolean;
|
|
44
|
+
protected set_hf(a: boolean): void;
|
|
45
45
|
static $$p: string[];
|
|
46
46
|
}
|
|
47
47
|
/**
|
|
@@ -40,32 +40,32 @@ export declare class GeographicShapeSeries extends GeographicShapeSeriesBase {
|
|
|
40
40
|
protected get_fu(): boolean;
|
|
41
41
|
constructor();
|
|
42
42
|
protected ct(): SeriesView;
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
protected
|
|
46
|
-
private zn;
|
|
47
|
-
styleShape: (sender: any, e: StyleShapeEventArgs) => void;
|
|
43
|
+
y7: GeographicShapeSeriesView;
|
|
44
|
+
rj(a: SeriesView): void;
|
|
45
|
+
protected xm(): Series;
|
|
48
46
|
private zo;
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
47
|
+
styleShape: (sender: any, e: StyleShapeEventArgs) => void;
|
|
48
|
+
private zp;
|
|
49
|
+
y6: StyleSelector;
|
|
50
|
+
aab: Style;
|
|
51
|
+
y5: MarkerType;
|
|
52
|
+
y4: MarkerOutlineMode;
|
|
53
|
+
y3: MarkerFillMode;
|
|
54
|
+
zr: DataTemplate;
|
|
56
55
|
z8: Brush;
|
|
57
|
-
z9:
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
56
|
+
z9: Brush;
|
|
57
|
+
aaa: Style;
|
|
58
|
+
y8: number;
|
|
59
|
+
iw(): number;
|
|
61
60
|
v7(): Brush;
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
protected
|
|
67
|
-
|
|
68
|
-
|
|
61
|
+
v8(): Brush;
|
|
62
|
+
tj(): DataTemplate;
|
|
63
|
+
mn(): string;
|
|
64
|
+
y2: CollisionAvoidanceType;
|
|
65
|
+
protected rs(a: any, b: string, c: any, d: any): void;
|
|
66
|
+
protected jv(): number;
|
|
67
|
+
zq: DataTemplate;
|
|
69
68
|
z6: Brush;
|
|
69
|
+
z7: Brush;
|
|
70
70
|
static $$p: string[];
|
|
71
71
|
}
|
|
@@ -38,26 +38,26 @@ export declare class GeographicSymbolSeries extends GeographicMarkerSeries {
|
|
|
38
38
|
protected get_ek(): boolean;
|
|
39
39
|
constructor();
|
|
40
40
|
protected ct(): SeriesView;
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
protected
|
|
44
|
-
protected
|
|
45
|
-
private
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
41
|
+
rj(a: SeriesView): void;
|
|
42
|
+
yy: GeographicSymbolSeriesView;
|
|
43
|
+
protected jv(): number;
|
|
44
|
+
protected xm(): Series;
|
|
45
|
+
private yx;
|
|
46
|
+
y9: string;
|
|
47
|
+
zb: string;
|
|
48
|
+
yv: CollisionAvoidanceType;
|
|
49
|
+
y2: boolean;
|
|
49
50
|
y1: boolean;
|
|
50
|
-
y0: boolean;
|
|
51
|
+
protected y0: boolean;
|
|
51
52
|
protected yz: boolean;
|
|
52
|
-
protected yy: boolean;
|
|
53
53
|
protected get_fh(): boolean;
|
|
54
54
|
assigningScatterStyle: (sender: any, args: AssigningScatterStyleEventArgs) => void;
|
|
55
55
|
assigningScatterMarkerStyle: (sender: any, args: AssigningScatterMarkerStyleEventArgs) => void;
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
protected
|
|
56
|
+
yw: ScatterItemSearchMode;
|
|
57
|
+
y4: number;
|
|
58
|
+
protected rs(a: any, b: string, c: any, d: any): void;
|
|
59
|
+
private zg;
|
|
59
60
|
private zf;
|
|
60
|
-
|
|
61
|
-
y2: boolean;
|
|
61
|
+
y3: boolean;
|
|
62
62
|
static $$p: string[];
|
|
63
63
|
}
|
|
@@ -11,14 +11,14 @@ export declare class GeographicTileSeries extends GeographicShapeSeriesBase {
|
|
|
11
11
|
protected bk(): Series;
|
|
12
12
|
protected get_f7(): boolean;
|
|
13
13
|
constructor();
|
|
14
|
-
get
|
|
15
|
-
set
|
|
14
|
+
get y4(): GeographicMapImagery;
|
|
15
|
+
set y4(a: GeographicMapImagery);
|
|
16
|
+
private y3;
|
|
17
|
+
y8(): void;
|
|
18
|
+
protected rs(a: any, b: string, c: any, d: any): void;
|
|
16
19
|
private y2;
|
|
17
|
-
|
|
18
|
-
protected
|
|
19
|
-
private y1;
|
|
20
|
-
protected xr(a: any, b: any): void;
|
|
21
|
-
protected xl(): Series;
|
|
20
|
+
protected xs(a: any, b: any): void;
|
|
21
|
+
protected xm(): Series;
|
|
22
22
|
imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
|
|
23
|
-
private
|
|
23
|
+
private y7;
|
|
24
24
|
}
|
|
@@ -22,31 +22,31 @@ export declare class TileSeries extends ShapeSeriesBase implements IMapRenderDef
|
|
|
22
22
|
protected get_f7(): boolean;
|
|
23
23
|
constructor();
|
|
24
24
|
protected ct(): SeriesView;
|
|
25
|
-
|
|
26
|
-
protected
|
|
27
|
-
protected
|
|
28
|
-
get
|
|
29
|
-
set
|
|
25
|
+
rj(a: SeriesView): void;
|
|
26
|
+
protected get_yx(): boolean;
|
|
27
|
+
protected aau: TileSeriesView;
|
|
28
|
+
get aay(): GeographicMapImagery;
|
|
29
|
+
set aay(a: GeographicMapImagery);
|
|
30
|
+
private aaw;
|
|
30
31
|
private aav;
|
|
31
|
-
|
|
32
|
-
protected
|
|
33
|
-
protected
|
|
34
|
-
protected rr(a: any, b: string, c: any, d: any): void;
|
|
35
|
-
private aa2;
|
|
36
|
-
imageTilesReady: (sender: any, e: EventArgs) => void;
|
|
32
|
+
protected get aax(): GeographicMapImagery;
|
|
33
|
+
protected set aax(a: GeographicMapImagery);
|
|
34
|
+
protected rs(a: any, b: string, c: any, d: any): void;
|
|
37
35
|
private aa3;
|
|
38
|
-
|
|
36
|
+
imageTilesReady: (sender: any, e: EventArgs) => void;
|
|
37
|
+
private aa4;
|
|
38
|
+
private aaz;
|
|
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 ta(a: Rect, b: Rect): void;
|
|
44
|
+
private aa0;
|
|
45
|
+
sb(a: boolean): void;
|
|
46
|
+
protected aa5(a: boolean, b: SeriesView): void;
|
|
47
|
+
r9(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
|
|
48
|
+
private aa6;
|
|
49
|
+
pk(a: boolean, b: SeriesView): void;
|
|
50
50
|
}
|
|
51
51
|
/**
|
|
52
52
|
* @hidden
|