igniteui-angular-maps 20.0.1 → 20.0.2-beta.1
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 +47 -47
- package/public_api.d.ts +6 -0
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { Type } from "igniteui-angular-core";
|
|
2
|
+
/**
|
|
3
|
+
* Describes available map styles for the Azure Maps imagery.
|
|
4
|
+
*/
|
|
5
|
+
export declare enum AzureMapsImageryStyle {
|
|
6
|
+
Road = 0,
|
|
7
|
+
Terra = 1,
|
|
8
|
+
DarkGrey = 2,
|
|
9
|
+
LabelsRoad = 3,
|
|
10
|
+
LabelsDarkGrey = 4,
|
|
11
|
+
HybridRoad = 5,
|
|
12
|
+
HybridDarkGrey = 6,
|
|
13
|
+
Imagery = 7,
|
|
14
|
+
WeatherRadar = 8,
|
|
15
|
+
WeatherInfrared = 9,
|
|
16
|
+
TrafficAbsolute = 10,
|
|
17
|
+
TrafficRelative = 11,
|
|
18
|
+
TrafficRelativeDark = 12,
|
|
19
|
+
TrafficDelay = 13,
|
|
20
|
+
TrafficReduced = 14
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* @hidden
|
|
24
|
+
*/
|
|
25
|
+
export declare let AzureMapsImageryStyle_$type: Type;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AzureMapsMapImagery } from "./AzureMapsMapImageryView_combined";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AzureMapsMapImageryView } from "./AzureMapsMapImageryView_combined";
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { GeographicMapImageryView } from "./GeographicMapImageryView";
|
|
2
|
+
import { GeographicMapImagery } from "./GeographicMapImagery";
|
|
3
|
+
import { Type } from "igniteui-angular-core";
|
|
4
|
+
import { AzureMapsImageryStyle } from "./AzureMapsImageryStyle";
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
export declare class AzureMapsMapImageryView extends GeographicMapImageryView {
|
|
9
|
+
static $t: Type;
|
|
10
|
+
constructor(a: AzureMapsMapImagery);
|
|
11
|
+
protected k: AzureMapsMapImagery;
|
|
12
|
+
p(): void;
|
|
13
|
+
l(): void;
|
|
14
|
+
n(): void;
|
|
15
|
+
o(): void;
|
|
16
|
+
m(): void;
|
|
17
|
+
q(): void;
|
|
18
|
+
r(): void;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @hidden
|
|
22
|
+
*/
|
|
23
|
+
export declare class AzureMapsMapImagery extends GeographicMapImagery {
|
|
24
|
+
static $t: Type;
|
|
25
|
+
constructor();
|
|
26
|
+
protected ai(): GeographicMapImageryView;
|
|
27
|
+
protected bb(a: GeographicMapImageryView): void;
|
|
28
|
+
bp: AzureMapsMapImageryView;
|
|
29
|
+
cultureName: string;
|
|
30
|
+
apiKey: string;
|
|
31
|
+
apiVersion: string;
|
|
32
|
+
imageryStyle: AzureMapsImageryStyle;
|
|
33
|
+
b1: string;
|
|
34
|
+
localizedView: string;
|
|
35
|
+
timestamp: Date;
|
|
36
|
+
private b4;
|
|
37
|
+
private bx;
|
|
38
|
+
static $$p: string[];
|
|
39
|
+
}
|
|
@@ -27,20 +27,20 @@ export declare class GeographicContourLineSeries extends GeographicXYTriangulati
|
|
|
27
27
|
protected bk(): Series;
|
|
28
28
|
protected get_fk(): boolean;
|
|
29
29
|
constructor();
|
|
30
|
-
protected
|
|
31
|
-
|
|
32
|
-
protected
|
|
33
|
-
private
|
|
34
|
-
private
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
protected
|
|
30
|
+
protected xf(a: any, b: any): void;
|
|
31
|
+
x2: ScatterContourSeries;
|
|
32
|
+
protected w9(): Series;
|
|
33
|
+
private yc;
|
|
34
|
+
private yd;
|
|
35
|
+
x9: string;
|
|
36
|
+
x5: ValueBrushScale;
|
|
37
|
+
x4: ValueBrushScale;
|
|
38
|
+
protected sp(): void;
|
|
39
39
|
protected ct(): SeriesView;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
protected
|
|
40
|
+
q7(a: SeriesView): void;
|
|
41
|
+
x6: GeographicContourLineSeriesView;
|
|
42
|
+
x1: ContourValueResolver;
|
|
43
|
+
protected rg(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,32 +34,32 @@ 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 jn(): number;
|
|
38
38
|
protected get_fp(): boolean;
|
|
39
39
|
constructor();
|
|
40
40
|
protected ct(): SeriesView;
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
protected
|
|
44
|
-
private
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
41
|
+
q7(a: SeriesView): void;
|
|
42
|
+
xj: GeographicHighDensityScatterSeriesView;
|
|
43
|
+
protected w9(): Series;
|
|
44
|
+
private xi;
|
|
45
|
+
xx: string;
|
|
46
|
+
xz: string;
|
|
47
|
+
xm: boolean;
|
|
48
|
+
xl: boolean;
|
|
49
|
+
xk: boolean;
|
|
50
|
+
xo: number;
|
|
51
|
+
xn: number;
|
|
52
|
+
yi: Color;
|
|
53
|
+
yh: Color;
|
|
54
|
+
xr: number;
|
|
55
55
|
progressiveLoadStatusChanged: (sender: any, e: ProgressiveLoadStatusEventArgs) => void;
|
|
56
|
-
private
|
|
57
|
-
get
|
|
58
|
-
set
|
|
59
|
-
protected
|
|
60
|
-
private
|
|
61
|
-
private
|
|
62
|
-
protected
|
|
56
|
+
private xq;
|
|
57
|
+
get xs(): number;
|
|
58
|
+
set xs(a: number);
|
|
59
|
+
protected xf(a: any, b: any): void;
|
|
60
|
+
private x6;
|
|
61
|
+
private x5;
|
|
62
|
+
protected rg(a: any, b: string, c: any, d: any): void;
|
|
63
63
|
protected get_g8(): boolean;
|
|
64
64
|
protected set_g8(a: boolean): void;
|
|
65
65
|
static $$p: string[];
|
|
@@ -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
|
+
qm(): void;
|
|
19
19
|
constructor();
|
|
20
|
-
private
|
|
20
|
+
private w8;
|
|
21
21
|
protected get_fd(): boolean;
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
protected
|
|
25
|
-
protected
|
|
22
|
+
ku(a: any, b: string): any;
|
|
23
|
+
mi(a: string): string;
|
|
24
|
+
protected get_km(): any;
|
|
25
|
+
protected set_km(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 xa(): Series;
|
|
30
|
+
set xa(a: Series);
|
|
31
31
|
protected get_hasMarkers(): boolean;
|
|
32
|
-
protected
|
|
32
|
+
protected xf(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
|
-
|
|
35
|
+
kr(a: Point): any;
|
|
36
|
+
ke(a: Point, b: boolean): number;
|
|
37
|
+
kc(a: Point, b: boolean): number;
|
|
38
|
+
i8(a: Point, b: boolean, c: boolean): number;
|
|
39
|
+
wm(a: Point, b: boolean, c: boolean): Point;
|
|
40
|
+
wx(a: Point): Rect;
|
|
41
41
|
ao(a: Point): Rect[];
|
|
42
|
-
|
|
42
|
+
wy(a: Point): Rect;
|
|
43
43
|
ap(a: Point): Rect[];
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
i2(a: Point, b: boolean, c: boolean): number;
|
|
47
|
-
wd(a: Point, b: boolean, c: boolean): Point;
|
|
44
|
+
wz(a: Point): Rect;
|
|
45
|
+
w0(a: Point): Rect;
|
|
48
46
|
i4(a: Point, b: boolean, c: boolean): number;
|
|
49
|
-
wf(a: Point, b: boolean, c: boolean): Point;
|
|
50
47
|
wi(a: Point, b: boolean, c: boolean): Point;
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
48
|
+
i6(a: Point, b: boolean, c: boolean): number;
|
|
49
|
+
wk(a: Point, b: boolean, c: boolean): Point;
|
|
50
|
+
wn(a: Point, b: boolean, c: boolean): Point;
|
|
51
|
+
i9(a: Point, b: boolean, c: boolean): number;
|
|
52
|
+
wj(a: Point, b: boolean, c: boolean): Point;
|
|
55
53
|
i5(a: Point, b: boolean, c: boolean): number;
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
54
|
+
wl(a: Point, b: boolean, c: boolean): Point;
|
|
55
|
+
i7(a: Point, b: boolean, c: boolean): number;
|
|
56
|
+
j8(a: Point): number;
|
|
57
|
+
iy(): number;
|
|
58
|
+
iu(a: Point): number;
|
|
59
|
+
ks(a: Point): any;
|
|
60
|
+
protected abstract w9(): 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
|
+
q7(a: SeriesView): void;
|
|
63
|
+
xb: HostSeriesView;
|
|
64
|
+
static readonly xh: DependencyProperty;
|
|
65
|
+
get xc(): number;
|
|
66
|
+
set xc(a: number);
|
|
67
|
+
protected rg(a: any, b: string, c: any, d: any): void;
|
|
68
|
+
private xe;
|
|
69
|
+
private xg;
|
|
70
|
+
ry(a: boolean): void;
|
|
71
|
+
protected rb(a: boolean): void;
|
|
72
|
+
rx(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
|
|
73
73
|
a2(a: Point, b: boolean): DataContext;
|
|
74
|
-
|
|
74
|
+
sk(): void;
|
|
75
75
|
protected get_coercionMethods(): any;
|
|
76
76
|
protected set_coercionMethods(a: any): void;
|
|
77
|
-
protected
|
|
77
|
+
protected p5(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
|
-
|
|
16
|
-
|
|
14
|
+
s7(): DataTemplate;
|
|
15
|
+
vv(): Brush;
|
|
16
|
+
vw(): Brush;
|
|
17
17
|
ip(): number;
|
|
18
|
-
|
|
19
|
-
private
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
protected
|
|
18
|
+
mf(): string;
|
|
19
|
+
private xy;
|
|
20
|
+
xk: MarkerType;
|
|
21
|
+
xl: number;
|
|
22
|
+
xj: MarkerOutlineMode;
|
|
23
|
+
xi: MarkerFillMode;
|
|
24
|
+
x0: DataTemplate;
|
|
25
|
+
ye: Brush;
|
|
26
|
+
yf: Brush;
|
|
27
|
+
xm: number;
|
|
28
|
+
xz: DataTemplate;
|
|
29
|
+
yc: Brush;
|
|
30
|
+
yd: Brush;
|
|
31
|
+
protected rg(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_fs(): boolean;
|
|
28
28
|
constructor();
|
|
29
29
|
protected ct(): SeriesView;
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
protected
|
|
35
|
-
private
|
|
30
|
+
q7(a: SeriesView): void;
|
|
31
|
+
yq: GeographicPolylineSeriesView;
|
|
32
|
+
yp: StyleSelector;
|
|
33
|
+
yx: Style;
|
|
34
|
+
protected w9(): Series;
|
|
35
|
+
private yu;
|
|
36
36
|
styleShape: (sender: any, e: StyleShapeEventArgs) => void;
|
|
37
|
-
protected
|
|
37
|
+
protected rg(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
|
-
y4: string;
|
|
51
|
+
q7(a: SeriesView): void;
|
|
52
|
+
ym: GeographicProportionalSymbolSeriesView;
|
|
53
|
+
protected jo(): number;
|
|
54
|
+
protected w9(): Series;
|
|
55
|
+
private yj;
|
|
56
|
+
y7: string;
|
|
58
57
|
y9: string;
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
protected
|
|
58
|
+
ze: string;
|
|
59
|
+
yl: SizeScale;
|
|
60
|
+
y5: string;
|
|
61
|
+
yx: string;
|
|
62
|
+
yi: BrushScale;
|
|
63
|
+
yp: boolean;
|
|
64
|
+
ys: boolean;
|
|
65
|
+
yv: number;
|
|
66
|
+
yu: number;
|
|
67
|
+
yt: boolean;
|
|
68
|
+
yr: boolean;
|
|
69
|
+
yq: boolean;
|
|
70
|
+
protected yo: boolean;
|
|
71
|
+
protected yn: boolean;
|
|
72
72
|
protected get_ff(): 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
|
+
yk: ScatterItemSearchMode;
|
|
76
|
+
yw: number;
|
|
77
|
+
protected rg(a: any, b: string, c: any, d: any): void;
|
|
78
|
+
private zj;
|
|
79
|
+
private zi;
|
|
80
80
|
static $$p: string[];
|
|
81
81
|
}
|
|
@@ -13,33 +13,33 @@ 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
|
+
xm: GeographicShapeSeriesBaseView;
|
|
17
|
+
q7(a: SeriesView): void;
|
|
18
|
+
x9: string;
|
|
19
19
|
protected get_ff(): boolean;
|
|
20
20
|
protected get_ef(): boolean;
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
protected
|
|
24
|
-
protected
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
21
|
+
xu: boolean;
|
|
22
|
+
xt: boolean;
|
|
23
|
+
protected xr: boolean;
|
|
24
|
+
protected xq: boolean;
|
|
25
|
+
xl: ShapeItemSearchMode;
|
|
26
|
+
xx: number;
|
|
27
|
+
xy: string;
|
|
28
|
+
xk: BrushScale;
|
|
29
|
+
xs: boolean;
|
|
30
|
+
xw: number;
|
|
31
31
|
assigningShapeStyle: (sender: any, args: AssigningShapeStyleEventArgs) => void;
|
|
32
32
|
assigningShapeMarkerStyle: (sender: any, args: AssigningShapeMarkerStyleEventArgs) => void;
|
|
33
|
-
protected
|
|
34
|
-
private
|
|
35
|
-
private
|
|
36
|
-
private
|
|
37
|
-
private
|
|
38
|
-
private
|
|
39
|
-
private
|
|
40
|
-
get
|
|
41
|
-
set
|
|
42
|
-
|
|
33
|
+
protected rg(a: any, b: string, c: any, d: any): void;
|
|
34
|
+
private yc;
|
|
35
|
+
private yb;
|
|
36
|
+
private yd;
|
|
37
|
+
private ye;
|
|
38
|
+
private xn;
|
|
39
|
+
private xp;
|
|
40
|
+
get xo(): ShapefileConverter;
|
|
41
|
+
set xo(a: ShapefileConverter);
|
|
42
|
+
xv: number;
|
|
43
43
|
protected get_g8(): boolean;
|
|
44
44
|
protected set_g8(a: boolean): void;
|
|
45
45
|
static $$p: string[];
|
|
@@ -40,32 +40,32 @@ export declare class GeographicShapeSeries extends GeographicShapeSeriesBase {
|
|
|
40
40
|
protected get_fr(): boolean;
|
|
41
41
|
constructor();
|
|
42
42
|
protected ct(): SeriesView;
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
protected
|
|
46
|
-
private
|
|
43
|
+
yu: GeographicShapeSeriesView;
|
|
44
|
+
q7(a: SeriesView): void;
|
|
45
|
+
protected w9(): Series;
|
|
46
|
+
private zb;
|
|
47
47
|
styleShape: (sender: any, e: StyleShapeEventArgs) => void;
|
|
48
|
-
private
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
48
|
+
private zc;
|
|
49
|
+
yt: StyleSelector;
|
|
50
|
+
zy: Style;
|
|
51
|
+
ys: MarkerType;
|
|
52
|
+
yr: MarkerOutlineMode;
|
|
53
|
+
yq: MarkerFillMode;
|
|
54
|
+
ze: DataTemplate;
|
|
55
|
+
zv: Brush;
|
|
56
|
+
zw: Brush;
|
|
57
|
+
zx: Style;
|
|
58
|
+
yv: number;
|
|
59
59
|
ip(): number;
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
protected
|
|
66
|
-
protected
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
60
|
+
vv(): Brush;
|
|
61
|
+
vw(): Brush;
|
|
62
|
+
s7(): DataTemplate;
|
|
63
|
+
mf(): string;
|
|
64
|
+
yp: CollisionAvoidanceType;
|
|
65
|
+
protected rg(a: any, b: string, c: any, d: any): void;
|
|
66
|
+
protected jo(): number;
|
|
67
|
+
zd: DataTemplate;
|
|
68
|
+
zt: Brush;
|
|
69
|
+
zu: 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
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
protected
|
|
52
|
-
protected
|
|
41
|
+
q7(a: SeriesView): void;
|
|
42
|
+
yl: GeographicSymbolSeriesView;
|
|
43
|
+
protected jo(): number;
|
|
44
|
+
protected w9(): Series;
|
|
45
|
+
private yk;
|
|
46
|
+
yw: string;
|
|
47
|
+
yy: string;
|
|
48
|
+
yi: CollisionAvoidanceType;
|
|
49
|
+
yp: boolean;
|
|
50
|
+
yo: boolean;
|
|
51
|
+
protected yn: boolean;
|
|
52
|
+
protected ym: boolean;
|
|
53
53
|
protected get_ff(): 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
|
+
yj: ScatterItemSearchMode;
|
|
57
|
+
yr: number;
|
|
58
|
+
protected rg(a: any, b: string, c: any, d: any): void;
|
|
59
|
+
private y3;
|
|
60
|
+
private y2;
|
|
61
|
+
yq: 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_f4(): boolean;
|
|
13
13
|
constructor();
|
|
14
|
-
get
|
|
15
|
-
set
|
|
16
|
-
private
|
|
17
|
-
|
|
18
|
-
protected
|
|
19
|
-
private yk;
|
|
20
|
-
protected xa(a: any, b: any): void;
|
|
21
|
-
protected w4(): Series;
|
|
22
|
-
imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
|
|
14
|
+
get yr(): GeographicMapImagery;
|
|
15
|
+
set yr(a: GeographicMapImagery);
|
|
16
|
+
private yq;
|
|
17
|
+
yv(): void;
|
|
18
|
+
protected rg(a: any, b: string, c: any, d: any): void;
|
|
23
19
|
private yp;
|
|
20
|
+
protected xf(a: any, b: any): void;
|
|
21
|
+
protected w9(): Series;
|
|
22
|
+
imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
|
|
23
|
+
private yu;
|
|
24
24
|
}
|