igniteui-angular-maps 17.3.0 → 18.0.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 +1471 -1452
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +39 -39
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -82
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +194 -184
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +19 -19
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +93 -93
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +63 -63
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +58 -58
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +60 -60
- package/esm2015/lib/GeographicTileSeries.js +29 -29
- package/esm2015/lib/TileSeries_combined.js +93 -93
- package/esm2015/lib/XamGeographicMap_combined.js +466 -466
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm2015/lib/igx-geographic-map-component.js +40 -40
- package/esm2015/lib/igx-geographic-map-series-host-component.js +30 -21
- package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +16 -16
- package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
- package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-tile-series-component.js +3 -3
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +39 -39
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -82
- package/esm5/lib/GeographicMapSeriesHost_combined.js +192 -182
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +19 -19
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +93 -93
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +62 -62
- package/esm5/lib/GeographicShapeSeriesView_combined.js +58 -58
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +60 -60
- package/esm5/lib/GeographicTileSeries.js +28 -28
- package/esm5/lib/TileSeries_combined.js +91 -91
- package/esm5/lib/XamGeographicMap_combined.js +459 -459
- package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm5/lib/igx-geographic-map-component.js +40 -40
- package/esm5/lib/igx-geographic-map-series-host-component.js +30 -21
- package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm5/lib/igx-geographic-shape-series-base-component.js +16 -16
- package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
- package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igx-tile-series-component.js +3 -3
- package/fesm2015/igniteui-angular-maps.js +1484 -1465
- package/fesm5/igniteui-angular-maps.js +1471 -1452
- package/lib/GeographicContourLineSeriesView_combined.d.ts +16 -16
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +27 -27
- package/lib/GeographicMapSeriesHost_combined.d.ts +49 -48
- package/lib/GeographicMarkerSeries.d.ts +18 -18
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +10 -10
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +30 -30
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +25 -25
- package/lib/GeographicShapeSeriesView_combined.d.ts +29 -29
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +22 -22
- package/lib/GeographicTileSeries.d.ts +11 -11
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +23 -23
- package/lib/XamGeographicMap_combined.d.ts +116 -116
- package/lib/igx-geographic-map-series-host-component.d.ts +6 -0
- package/package.json +5 -5
|
@@ -24,23 +24,23 @@ export declare class GeographicContourLineSeriesView extends GeographicXYTriangu
|
|
|
24
24
|
*/
|
|
25
25
|
export declare class GeographicContourLineSeries extends GeographicXYTriangulatingSeries {
|
|
26
26
|
static $t: Type;
|
|
27
|
-
protected
|
|
28
|
-
protected
|
|
27
|
+
protected bb(): Series;
|
|
28
|
+
protected get_e4(): boolean;
|
|
29
29
|
constructor();
|
|
30
|
-
protected
|
|
31
|
-
|
|
32
|
-
protected
|
|
33
|
-
private
|
|
34
|
-
private
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
protected
|
|
39
|
-
protected
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
protected
|
|
30
|
+
protected vk(): void;
|
|
31
|
+
v7: ScatterContourSeries;
|
|
32
|
+
protected ve(): Series;
|
|
33
|
+
private wh;
|
|
34
|
+
private wi;
|
|
35
|
+
we: string;
|
|
36
|
+
wa: ValueBrushScale;
|
|
37
|
+
v9: ValueBrushScale;
|
|
38
|
+
protected ra(): void;
|
|
39
|
+
protected ci(): SeriesView;
|
|
40
|
+
px(a: SeriesView): void;
|
|
41
|
+
wb: GeographicContourLineSeriesView;
|
|
42
|
+
v6: ContourValueResolver;
|
|
43
|
+
protected p5(a: any, b: string, c: any, d: any): void;
|
|
44
44
|
triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
|
|
45
45
|
static $$p: string[];
|
|
46
46
|
}
|
|
@@ -33,34 +33,34 @@ export declare class GeographicHighDensityScatterSeriesView extends HostSeriesVi
|
|
|
33
33
|
*/
|
|
34
34
|
export declare class GeographicHighDensityScatterSeries extends GeographicMapSeriesHost {
|
|
35
35
|
static $t: Type;
|
|
36
|
-
protected
|
|
37
|
-
protected
|
|
38
|
-
protected
|
|
36
|
+
protected bb(): Series;
|
|
37
|
+
protected i0(): number;
|
|
38
|
+
protected get_e9(): boolean;
|
|
39
39
|
constructor();
|
|
40
|
-
protected
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
protected
|
|
44
|
-
private
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
40
|
+
protected ci(): SeriesView;
|
|
41
|
+
px(a: SeriesView): void;
|
|
42
|
+
vo: GeographicHighDensityScatterSeriesView;
|
|
43
|
+
protected ve(): Series;
|
|
44
|
+
private vn;
|
|
45
|
+
v2: string;
|
|
46
|
+
v4: string;
|
|
47
|
+
vr: boolean;
|
|
48
|
+
vq: boolean;
|
|
49
|
+
vp: boolean;
|
|
50
|
+
vt: number;
|
|
51
|
+
vs: number;
|
|
52
|
+
wn: Color;
|
|
53
|
+
wm: Color;
|
|
54
|
+
vw: number;
|
|
55
55
|
progressiveLoadStatusChanged: (sender: any, e: ProgressiveLoadStatusEventArgs) => void;
|
|
56
|
-
private
|
|
57
|
-
get
|
|
58
|
-
set
|
|
59
|
-
protected
|
|
60
|
-
private
|
|
61
|
-
private
|
|
62
|
-
protected
|
|
63
|
-
protected
|
|
64
|
-
protected
|
|
56
|
+
private vv;
|
|
57
|
+
get vx(): number;
|
|
58
|
+
set vx(a: number);
|
|
59
|
+
protected vk(): void;
|
|
60
|
+
private wb;
|
|
61
|
+
private wa;
|
|
62
|
+
protected p5(a: any, b: string, c: any, d: any): void;
|
|
63
|
+
protected get_gq(): boolean;
|
|
64
|
+
protected set_gq(a: boolean): void;
|
|
65
65
|
static $$p: string[];
|
|
66
66
|
}
|
|
@@ -15,62 +15,63 @@ import { RenderingContext } from "igniteui-angular-core";
|
|
|
15
15
|
*/
|
|
16
16
|
export declare abstract class GeographicMapSeriesHost extends Series {
|
|
17
17
|
static $t: Type;
|
|
18
|
-
|
|
18
|
+
pc(): void;
|
|
19
19
|
constructor();
|
|
20
|
-
private
|
|
21
|
-
protected
|
|
22
|
-
|
|
23
|
-
|
|
20
|
+
private vd;
|
|
21
|
+
protected get_ex(): boolean;
|
|
22
|
+
j5(a: any, b: string): any;
|
|
23
|
+
li(a: string): string;
|
|
24
|
+
dz(a: List$1<SeriesPointOfInterest>, b: boolean, c: boolean, d: number): boolean;
|
|
24
25
|
ag(): Axis[];
|
|
25
|
-
|
|
26
|
-
get
|
|
27
|
-
set
|
|
26
|
+
bf(): Series;
|
|
27
|
+
get vf(): Series;
|
|
28
|
+
set vf(a: Series);
|
|
28
29
|
protected get_hasMarkers(): boolean;
|
|
29
|
-
protected
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
30
|
+
protected vk(): void;
|
|
31
|
+
c6(a: any, b: Point, c: boolean): HighlightingInfo;
|
|
32
|
+
c7(a: any, b: Point, c: boolean): HighlightingInfo;
|
|
33
|
+
j2(a: Point): any;
|
|
34
|
+
jq(a: Point, b: boolean): number;
|
|
35
|
+
jo(a: Point, b: boolean): number;
|
|
36
|
+
il(a: Point, b: boolean, c: boolean): number;
|
|
37
|
+
uu(a: Point, b: boolean, c: boolean): Point;
|
|
38
|
+
u5(a: Point): Rect;
|
|
38
39
|
ak(a: Point): Rect[];
|
|
39
|
-
|
|
40
|
+
u6(a: Point): Rect;
|
|
40
41
|
al(a: Point): Rect[];
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
protected abstract
|
|
58
|
-
protected
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
static readonly
|
|
62
|
-
get
|
|
63
|
-
set
|
|
64
|
-
protected
|
|
65
|
-
private
|
|
66
|
-
private
|
|
67
|
-
|
|
68
|
-
|
|
42
|
+
u7(a: Point): Rect;
|
|
43
|
+
u8(a: Point): Rect;
|
|
44
|
+
ih(a: Point, b: boolean, c: boolean): number;
|
|
45
|
+
uq(a: Point, b: boolean, c: boolean): Point;
|
|
46
|
+
ij(a: Point, b: boolean, c: boolean): number;
|
|
47
|
+
us(a: Point, b: boolean, c: boolean): Point;
|
|
48
|
+
uv(a: Point, b: boolean, c: boolean): Point;
|
|
49
|
+
im(a: Point, b: boolean, c: boolean): number;
|
|
50
|
+
ur(a: Point, b: boolean, c: boolean): Point;
|
|
51
|
+
ii(a: Point, b: boolean, c: boolean): number;
|
|
52
|
+
ut(a: Point, b: boolean, c: boolean): Point;
|
|
53
|
+
ik(a: Point, b: boolean, c: boolean): number;
|
|
54
|
+
jk(a: Point): number;
|
|
55
|
+
ib(): number;
|
|
56
|
+
h7(a: Point): number;
|
|
57
|
+
j3(a: Point): any;
|
|
58
|
+
protected abstract ve(): Series;
|
|
59
|
+
protected ci(): SeriesView;
|
|
60
|
+
px(a: SeriesView): void;
|
|
61
|
+
vg: HostSeriesView;
|
|
62
|
+
static readonly vm: DependencyProperty;
|
|
63
|
+
get vh(): number;
|
|
64
|
+
set vh(a: number);
|
|
65
|
+
protected p5(a: any, b: string, c: any, d: any): void;
|
|
66
|
+
private vj;
|
|
67
|
+
private vl;
|
|
68
|
+
qm(a: boolean): void;
|
|
69
|
+
ql(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
|
|
69
70
|
au(a: Point, b: boolean): DataContext;
|
|
70
|
-
|
|
71
|
+
q5(): void;
|
|
71
72
|
protected get_coercionMethods(): any;
|
|
72
73
|
protected set_coercionMethods(a: any): void;
|
|
73
|
-
protected
|
|
74
|
+
protected ow(a: any): void;
|
|
74
75
|
}
|
|
75
76
|
/**
|
|
76
77
|
* @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
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
private
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
protected
|
|
14
|
+
rs(): DataTemplate;
|
|
15
|
+
t8(): Brush;
|
|
16
|
+
t9(): Brush;
|
|
17
|
+
h3(): number;
|
|
18
|
+
lf(): string;
|
|
19
|
+
private v3;
|
|
20
|
+
vp: MarkerType;
|
|
21
|
+
vq: number;
|
|
22
|
+
vo: MarkerOutlineMode;
|
|
23
|
+
vn: MarkerFillMode;
|
|
24
|
+
v5: DataTemplate;
|
|
25
|
+
wj: Brush;
|
|
26
|
+
wk: Brush;
|
|
27
|
+
vr: number;
|
|
28
|
+
v4: DataTemplate;
|
|
29
|
+
wh: Brush;
|
|
30
|
+
wi: Brush;
|
|
31
|
+
protected p5(a: any, b: string, c: any, d: any): void;
|
|
32
32
|
static $$p: string[];
|
|
33
33
|
}
|
|
@@ -23,17 +23,17 @@ export declare class GeographicPolylineSeriesView extends GeographicShapeSeriesB
|
|
|
23
23
|
*/
|
|
24
24
|
export declare class GeographicPolylineSeries extends GeographicShapeSeriesBase {
|
|
25
25
|
static $t: Type;
|
|
26
|
-
protected
|
|
27
|
-
protected
|
|
26
|
+
protected bb(): Series;
|
|
27
|
+
protected get_fc(): boolean;
|
|
28
28
|
constructor();
|
|
29
|
-
protected
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
protected
|
|
35
|
-
private
|
|
29
|
+
protected ci(): SeriesView;
|
|
30
|
+
px(a: SeriesView): void;
|
|
31
|
+
wm: GeographicPolylineSeriesView;
|
|
32
|
+
wl: StyleSelector;
|
|
33
|
+
wt: Style;
|
|
34
|
+
protected ve(): Series;
|
|
35
|
+
private wq;
|
|
36
36
|
styleShape: (sender: any, e: StyleShapeEventArgs) => void;
|
|
37
|
-
protected
|
|
37
|
+
protected p5(a: any, b: string, c: any, d: any): void;
|
|
38
38
|
static $$p: string[];
|
|
39
39
|
}
|
|
@@ -44,38 +44,38 @@ export declare class GeographicProportionalSymbolSeriesView extends HostSeriesVi
|
|
|
44
44
|
*/
|
|
45
45
|
export declare class GeographicProportionalSymbolSeries extends GeographicMarkerSeries {
|
|
46
46
|
static $t: Type;
|
|
47
|
-
protected
|
|
48
|
-
protected
|
|
47
|
+
protected bb(): Series;
|
|
48
|
+
protected get_d4(): boolean;
|
|
49
49
|
constructor();
|
|
50
|
-
protected
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
protected
|
|
54
|
-
protected
|
|
55
|
-
private
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
protected
|
|
71
|
-
protected
|
|
72
|
-
protected
|
|
50
|
+
protected ci(): SeriesView;
|
|
51
|
+
px(a: SeriesView): void;
|
|
52
|
+
wr: GeographicProportionalSymbolSeriesView;
|
|
53
|
+
protected i1(): number;
|
|
54
|
+
protected ve(): Series;
|
|
55
|
+
private wo;
|
|
56
|
+
xc: string;
|
|
57
|
+
xe: string;
|
|
58
|
+
xj: string;
|
|
59
|
+
wq: SizeScale;
|
|
60
|
+
xa: string;
|
|
61
|
+
w2: string;
|
|
62
|
+
wn: BrushScale;
|
|
63
|
+
wu: boolean;
|
|
64
|
+
wx: boolean;
|
|
65
|
+
w0: number;
|
|
66
|
+
wz: number;
|
|
67
|
+
wy: boolean;
|
|
68
|
+
ww: boolean;
|
|
69
|
+
wv: boolean;
|
|
70
|
+
protected wt: boolean;
|
|
71
|
+
protected ws: boolean;
|
|
72
|
+
protected get_ez(): boolean;
|
|
73
73
|
assigningScatterStyle: (sender: any, args: AssigningScatterStyleEventArgs) => void;
|
|
74
74
|
assigningScatterMarkerStyle: (sender: any, args: AssigningScatterMarkerStyleEventArgs) => void;
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
protected
|
|
78
|
-
private
|
|
79
|
-
private
|
|
75
|
+
wp: ScatterItemSearchMode;
|
|
76
|
+
w1: number;
|
|
77
|
+
protected p5(a: any, b: string, c: any, d: any): void;
|
|
78
|
+
private xo;
|
|
79
|
+
private xn;
|
|
80
80
|
static $$p: string[];
|
|
81
81
|
}
|
|
@@ -11,33 +11,33 @@ import { HostSeriesView } from "./HostSeriesView";
|
|
|
11
11
|
*/
|
|
12
12
|
export declare abstract class GeographicShapeSeriesBase extends GeographicMapSeriesHost {
|
|
13
13
|
static $t: Type;
|
|
14
|
-
protected
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
protected
|
|
19
|
-
protected
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
protected
|
|
23
|
-
protected
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
14
|
+
protected ci(): SeriesView;
|
|
15
|
+
vq: GeographicShapeSeriesBaseView;
|
|
16
|
+
px(a: SeriesView): void;
|
|
17
|
+
v8: string;
|
|
18
|
+
protected get_ez(): boolean;
|
|
19
|
+
protected get_d1(): boolean;
|
|
20
|
+
vx: boolean;
|
|
21
|
+
vw: boolean;
|
|
22
|
+
protected vv: boolean;
|
|
23
|
+
protected vu: boolean;
|
|
24
|
+
vp: ShapeItemSearchMode;
|
|
25
|
+
v0: number;
|
|
26
|
+
vz: number;
|
|
27
27
|
assigningShapeStyle: (sender: any, args: AssigningShapeStyleEventArgs) => void;
|
|
28
28
|
assigningShapeMarkerStyle: (sender: any, args: AssigningShapeMarkerStyleEventArgs) => void;
|
|
29
|
-
protected
|
|
30
|
-
private
|
|
31
|
-
private
|
|
32
|
-
private
|
|
33
|
-
private
|
|
34
|
-
private
|
|
35
|
-
private
|
|
36
|
-
get
|
|
37
|
-
set
|
|
38
|
-
|
|
39
|
-
protected
|
|
40
|
-
protected
|
|
29
|
+
protected p5(a: any, b: string, c: any, d: any): void;
|
|
30
|
+
private wb;
|
|
31
|
+
private wa;
|
|
32
|
+
private wc;
|
|
33
|
+
private wd;
|
|
34
|
+
private vr;
|
|
35
|
+
private vt;
|
|
36
|
+
get vs(): ShapefileConverter;
|
|
37
|
+
set vs(a: ShapefileConverter);
|
|
38
|
+
vy: number;
|
|
39
|
+
protected get_gq(): boolean;
|
|
40
|
+
protected set_gq(a: boolean): void;
|
|
41
41
|
static $$p: string[];
|
|
42
42
|
}
|
|
43
43
|
/**
|
|
@@ -36,36 +36,36 @@ export declare class GeographicShapeSeriesView extends GeographicShapeSeriesBase
|
|
|
36
36
|
*/
|
|
37
37
|
export declare class GeographicShapeSeries extends GeographicShapeSeriesBase {
|
|
38
38
|
static $t: Type;
|
|
39
|
-
protected
|
|
40
|
-
protected
|
|
39
|
+
protected bb(): Series;
|
|
40
|
+
protected get_fb(): boolean;
|
|
41
41
|
constructor();
|
|
42
|
-
protected
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
protected
|
|
46
|
-
private
|
|
42
|
+
protected ci(): SeriesView;
|
|
43
|
+
wq: GeographicShapeSeriesView;
|
|
44
|
+
px(a: SeriesView): void;
|
|
45
|
+
protected ve(): Series;
|
|
46
|
+
private w7;
|
|
47
47
|
styleShape: (sender: any, e: StyleShapeEventArgs) => void;
|
|
48
|
-
private
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
protected
|
|
66
|
-
protected
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
48
|
+
private w8;
|
|
49
|
+
wp: StyleSelector;
|
|
50
|
+
xu: Style;
|
|
51
|
+
wo: MarkerType;
|
|
52
|
+
wn: MarkerOutlineMode;
|
|
53
|
+
wm: MarkerFillMode;
|
|
54
|
+
xa: DataTemplate;
|
|
55
|
+
xr: Brush;
|
|
56
|
+
xs: Brush;
|
|
57
|
+
xt: Style;
|
|
58
|
+
wr: number;
|
|
59
|
+
h3(): number;
|
|
60
|
+
t8(): Brush;
|
|
61
|
+
t9(): Brush;
|
|
62
|
+
rs(): DataTemplate;
|
|
63
|
+
lf(): string;
|
|
64
|
+
wl: CollisionAvoidanceType;
|
|
65
|
+
protected p5(a: any, b: string, c: any, d: any): void;
|
|
66
|
+
protected i1(): number;
|
|
67
|
+
w9: DataTemplate;
|
|
68
|
+
xp: Brush;
|
|
69
|
+
xq: Brush;
|
|
70
70
|
static $$p: string[];
|
|
71
71
|
}
|
|
@@ -34,30 +34,30 @@ export declare class GeographicSymbolSeriesView extends HostSeriesView {
|
|
|
34
34
|
*/
|
|
35
35
|
export declare class GeographicSymbolSeries extends GeographicMarkerSeries {
|
|
36
36
|
static $t: Type;
|
|
37
|
-
protected
|
|
38
|
-
protected
|
|
37
|
+
protected bb(): Series;
|
|
38
|
+
protected get_d4(): boolean;
|
|
39
39
|
constructor();
|
|
40
|
-
protected
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
protected
|
|
44
|
-
protected
|
|
45
|
-
private
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
protected
|
|
52
|
-
protected
|
|
53
|
-
protected
|
|
40
|
+
protected ci(): SeriesView;
|
|
41
|
+
px(a: SeriesView): void;
|
|
42
|
+
wq: GeographicSymbolSeriesView;
|
|
43
|
+
protected i1(): number;
|
|
44
|
+
protected ve(): Series;
|
|
45
|
+
private wp;
|
|
46
|
+
w1: string;
|
|
47
|
+
w3: string;
|
|
48
|
+
wn: CollisionAvoidanceType;
|
|
49
|
+
wu: boolean;
|
|
50
|
+
wt: boolean;
|
|
51
|
+
protected ws: boolean;
|
|
52
|
+
protected wr: boolean;
|
|
53
|
+
protected get_ez(): boolean;
|
|
54
54
|
assigningScatterStyle: (sender: any, args: AssigningScatterStyleEventArgs) => void;
|
|
55
55
|
assigningScatterMarkerStyle: (sender: any, args: AssigningScatterMarkerStyleEventArgs) => void;
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
protected
|
|
59
|
-
private
|
|
60
|
-
private
|
|
61
|
-
|
|
56
|
+
wo: ScatterItemSearchMode;
|
|
57
|
+
ww: number;
|
|
58
|
+
protected p5(a: any, b: string, c: any, d: any): void;
|
|
59
|
+
private w8;
|
|
60
|
+
private w7;
|
|
61
|
+
wv: boolean;
|
|
62
62
|
static $$p: string[];
|
|
63
63
|
}
|
|
@@ -8,17 +8,17 @@ import { ImageTilesReadyEventArgs } from "./ImageTilesReadyEventArgs";
|
|
|
8
8
|
*/
|
|
9
9
|
export declare class GeographicTileSeries extends GeographicShapeSeriesBase {
|
|
10
10
|
static $t: Type;
|
|
11
|
-
protected
|
|
12
|
-
protected
|
|
11
|
+
protected bb(): Series;
|
|
12
|
+
protected get_fo(): boolean;
|
|
13
13
|
constructor();
|
|
14
|
-
get
|
|
15
|
-
set
|
|
16
|
-
private
|
|
17
|
-
|
|
18
|
-
protected
|
|
19
|
-
private
|
|
20
|
-
protected
|
|
21
|
-
protected
|
|
14
|
+
get wn(): GeographicMapImagery;
|
|
15
|
+
set wn(a: GeographicMapImagery);
|
|
16
|
+
private wm;
|
|
17
|
+
wr(): void;
|
|
18
|
+
protected p5(a: any, b: string, c: any, d: any): void;
|
|
19
|
+
private wl;
|
|
20
|
+
protected vk(): void;
|
|
21
|
+
protected ve(): Series;
|
|
22
22
|
imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
|
|
23
|
-
private
|
|
23
|
+
private wq;
|
|
24
24
|
}
|