igniteui-webcomponents-maps 6.3.0 → 6.3.1-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-webcomponents-maps.umd.js +1027 -1027
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/ArcGISOnlineMapImagery.js +2 -4
- package/esm2015/lib/AzureMapsImageryView_combined.js +4 -8
- package/esm2015/lib/BingMapsMapImageryView_combined.js +4 -8
- package/esm2015/lib/BingResourceSet.js +2 -4
- package/esm2015/lib/BingResponse.js +2 -4
- package/esm2015/lib/CustomMapImagery.js +2 -4
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +39 -43
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +73 -77
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +170 -174
- package/esm2015/lib/GeographicMarkerSeries.js +27 -29
- package/esm2015/lib/GeographicMarkerSeriesBase.js +2 -4
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +19 -23
- package/esm2015/lib/GeographicProportionalSymbolSeriesBase.js +2 -4
- package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -4
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +86 -90
- package/esm2015/lib/GeographicShapeSeriesBaseBase.js +2 -4
- package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -4
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +62 -66
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +53 -57
- package/esm2015/lib/GeographicSymbolSeriesBase.js +2 -4
- package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -4
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +55 -59
- package/esm2015/lib/GeographicTileSeries.js +28 -30
- package/esm2015/lib/GeographicXYTriangulatingSeriesBase.js +2 -4
- package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -4
- package/esm2015/lib/ImageTilesReadyEventArgs.js +2 -4
- package/esm2015/lib/ImageryMetadata.js +2 -4
- package/esm2015/lib/ImagesChangedEventArgs.js +2 -4
- package/esm2015/lib/LevelOfDetailResponseModel.js +2 -4
- package/esm2015/lib/MapServerResponseModel.js +2 -4
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +4 -6
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +4 -6
- package/esm2015/lib/SubDomainsCollection.js +2 -4
- package/esm2015/lib/TileGeneratorMapImagery.js +2 -4
- package/esm2015/lib/TileInfoResponseModel.js +2 -4
- package/esm2015/lib/TileSeries_combined.js +85 -89
- package/esm2015/lib/TokenResponseModel.js +2 -4
- package/esm2015/lib/XamGeographicMap_combined.js +142 -160
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +10 -12
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +33 -36
- package/esm2015/lib/igc-geographic-map-component.js +2 -1
- package/esm2015/lib/igc-geographic-map-series-host-component.js +14 -16
- package/esm2015/lib/igc-geographic-marker-series-base-component.js +2 -1
- package/esm2015/lib/igc-geographic-marker-series-component.js +33 -35
- package/esm2015/lib/igc-geographic-polyline-series-component.js +14 -16
- package/esm2015/lib/igc-geographic-proportional-symbol-series-base-component.js +2 -1
- package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +43 -46
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +9 -11
- package/esm2015/lib/igc-geographic-shape-series-base-base-component.js +2 -1
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +31 -33
- package/esm2015/lib/igc-geographic-shape-series-component.js +45 -47
- package/esm2015/lib/igc-geographic-symbol-series-base-component.js +2 -1
- package/esm2015/lib/igc-geographic-symbol-series-component.js +21 -24
- package/esm2015/lib/igc-geographic-tile-series-component.js +5 -7
- package/esm2015/lib/igc-geographic-xy-triangulating-series-base-component.js +2 -1
- package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +14 -16
- package/esm2015/lib/igc-tile-series-component.js +4 -6
- package/esm5/lib/ArcGISOnlineMapImagery.js +1 -2
- package/esm5/lib/AzureMapsImageryView_combined.js +2 -4
- package/esm5/lib/BingMapsMapImageryView_combined.js +2 -4
- package/esm5/lib/BingResourceSet.js +1 -2
- package/esm5/lib/BingResponse.js +1 -2
- package/esm5/lib/CustomMapImagery.js +1 -2
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -39
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +71 -73
- package/esm5/lib/GeographicMapSeriesHost_combined.js +166 -168
- package/esm5/lib/GeographicMarkerSeries.js +26 -27
- package/esm5/lib/GeographicMarkerSeriesBase.js +1 -2
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -19
- package/esm5/lib/GeographicProportionalSymbolSeriesBase.js +1 -2
- package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +1 -2
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -86
- package/esm5/lib/GeographicShapeSeriesBaseBase.js +1 -2
- package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +1 -2
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +59 -61
- package/esm5/lib/GeographicShapeSeriesView_combined.js +51 -53
- package/esm5/lib/GeographicSymbolSeriesBase.js +1 -2
- package/esm5/lib/GeographicSymbolSeriesBaseView.js +1 -2
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +53 -55
- package/esm5/lib/GeographicTileSeries.js +26 -27
- package/esm5/lib/GeographicXYTriangulatingSeriesBase.js +1 -2
- package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +1 -2
- package/esm5/lib/ImageTilesReadyEventArgs.js +1 -2
- package/esm5/lib/ImageryMetadata.js +1 -2
- package/esm5/lib/ImagesChangedEventArgs.js +1 -2
- package/esm5/lib/LevelOfDetailResponseModel.js +1 -2
- package/esm5/lib/MapServerResponseModel.js +1 -2
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +3 -4
- package/esm5/lib/SphericalMercatorVerticalScaler.js +3 -4
- package/esm5/lib/SubDomainsCollection.js +1 -2
- package/esm5/lib/TileGeneratorMapImagery.js +1 -2
- package/esm5/lib/TileInfoResponseModel.js +1 -2
- package/esm5/lib/TileSeries_combined.js +81 -83
- package/esm5/lib/TokenResponseModel.js +1 -2
- package/esm5/lib/XamGeographicMap_combined.js +132 -141
- package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -10
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -33
- package/esm5/lib/igc-geographic-map-component.js +1 -2
- package/esm5/lib/igc-geographic-map-series-host-component.js +13 -14
- package/esm5/lib/igc-geographic-marker-series-base-component.js +1 -2
- package/esm5/lib/igc-geographic-marker-series-component.js +32 -33
- package/esm5/lib/igc-geographic-polyline-series-component.js +13 -14
- package/esm5/lib/igc-geographic-proportional-symbol-series-base-component.js +1 -2
- package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +42 -43
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +8 -9
- package/esm5/lib/igc-geographic-shape-series-base-base-component.js +1 -2
- package/esm5/lib/igc-geographic-shape-series-base-component.js +30 -31
- package/esm5/lib/igc-geographic-shape-series-component.js +44 -45
- package/esm5/lib/igc-geographic-symbol-series-base-component.js +1 -2
- package/esm5/lib/igc-geographic-symbol-series-component.js +20 -21
- package/esm5/lib/igc-geographic-tile-series-component.js +4 -5
- package/esm5/lib/igc-geographic-xy-triangulating-series-base-component.js +1 -2
- package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +13 -14
- package/esm5/lib/igc-tile-series-component.js +3 -4
- package/fesm2015/igniteui-webcomponents-maps.js +1036 -1249
- package/fesm5/igniteui-webcomponents-maps.js +1027 -1027
- package/igniteui-webcomponents-maps.d.ts +1 -1
- package/lib/ArcGISOnlineMapImagery.d.ts +49 -49
- package/lib/AzureMapsImagery.d.ts +1 -1
- package/lib/AzureMapsImageryStyle.d.ts +25 -25
- package/lib/AzureMapsImageryView.d.ts +1 -1
- package/lib/AzureMapsImageryView_combined.d.ts +39 -39
- package/lib/BingMapsImageryStyle.d.ts +34 -34
- package/lib/BingMapsMapImagery.d.ts +1 -1
- package/lib/BingMapsMapImageryView.d.ts +1 -1
- package/lib/BingMapsMapImageryView_combined.d.ts +62 -62
- package/lib/BingResourceSet.d.ts +11 -11
- package/lib/BingResponse.d.ts +11 -11
- package/lib/CustomMapImagery.d.ts +14 -14
- package/lib/GeographicContourLineSeries.d.ts +1 -1
- package/lib/GeographicContourLineSeriesView.d.ts +1 -1
- package/lib/GeographicContourLineSeriesView_combined.d.ts +46 -46
- package/lib/GeographicHighDensityScatterSeries.d.ts +1 -1
- package/lib/GeographicHighDensityScatterSeriesView.d.ts +1 -1
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +66 -66
- package/lib/GeographicMapImagery.d.ts +1 -1
- package/lib/GeographicMapImageryView.d.ts +1 -1
- package/lib/GeographicMapSeriesHost.d.ts +1 -1
- package/lib/GeographicMapSeriesHost_combined.d.ts +103 -103
- package/lib/GeographicMarkerSeries.d.ts +33 -33
- package/lib/GeographicMarkerSeriesBase.d.ts +10 -10
- package/lib/GeographicPolylineSeries.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +39 -39
- package/lib/GeographicProportionalSymbolSeries.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +10 -10
- package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +11 -11
- package/lib/GeographicProportionalSymbolSeriesView.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +81 -81
- package/lib/GeographicScatterAreaSeries.d.ts +1 -1
- package/lib/GeographicScatterAreaSeriesView.d.ts +1 -1
- package/lib/GeographicShapeSeries.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBaseBase.d.ts +10 -10
- package/lib/GeographicShapeSeriesBaseBaseView.d.ts +11 -11
- package/lib/GeographicShapeSeriesBaseView.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +58 -58
- package/lib/GeographicShapeSeriesView.d.ts +1 -1
- package/lib/GeographicShapeSeriesView_combined.d.ts +71 -71
- package/lib/GeographicSymbolSeries.d.ts +1 -1
- package/lib/GeographicSymbolSeriesBase.d.ts +10 -10
- package/lib/GeographicSymbolSeriesBaseView.d.ts +11 -11
- package/lib/GeographicSymbolSeriesView.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +63 -63
- package/lib/GeographicTileSeries.d.ts +24 -24
- package/lib/GeographicXYTriangulatingSeries.d.ts +1 -1
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +10 -10
- package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +11 -11
- package/lib/GeographicXYTriangulatingSeriesView.d.ts +1 -1
- package/lib/HostSeriesView.d.ts +1 -1
- package/lib/ImageTilesReadyEventArgs.d.ts +7 -7
- package/lib/ImageryMetadata.d.ts +11 -11
- package/lib/ImagesChangedEventArgs.d.ts +7 -7
- package/lib/LevelOfDetailResponseModel.d.ts +16 -16
- package/lib/MapBackgroundTilingMode.d.ts +22 -22
- package/lib/MapResizeBehavior.d.ts +22 -22
- package/lib/MapServerResponseModel.d.ts +14 -14
- package/lib/OpenStreetMapImagery.d.ts +1 -1
- package/lib/SphericalMercatorHorizontalScaler.d.ts +23 -23
- package/lib/SphericalMercatorVerticalScaler.d.ts +34 -34
- package/lib/SubDomainsCollection.d.ts +11 -11
- package/lib/TileGeneratorMapImagery.d.ts +14 -14
- package/lib/TileInfoResponseModel.d.ts +11 -11
- package/lib/TileSeries.d.ts +1 -1
- package/lib/TileSeriesView.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +78 -78
- package/lib/TokenResponseModel.d.ts +16 -16
- package/lib/XamGeographicMap.d.ts +1 -1
- package/lib/XamGeographicMapView.d.ts +1 -1
- package/lib/XamGeographicMap_combined.d.ts +320 -320
- package/lib/igc-arc-gis-online-map-imagery-module.d.ts +3 -3
- package/lib/igc-arc-gis-online-map-imagery.d.ts +59 -59
- package/lib/igc-azure-maps-imagery-module.d.ts +3 -3
- package/lib/igc-azure-maps-imagery.d.ts +50 -50
- package/lib/igc-bing-maps-map-imagery-module.d.ts +3 -3
- package/lib/igc-bing-maps-map-imagery.d.ts +79 -79
- package/lib/igc-custom-map-imagery-module.d.ts +3 -3
- package/lib/igc-custom-map-imagery.d.ts +20 -20
- package/lib/igc-geographic-contour-line-series-component.d.ts +56 -56
- package/lib/igc-geographic-contour-line-series-module.d.ts +3 -3
- package/lib/igc-geographic-high-density-scatter-series-component.d.ts +88 -88
- package/lib/igc-geographic-high-density-scatter-series-module.d.ts +3 -3
- package/lib/igc-geographic-map-component.d.ts +244 -244
- package/lib/igc-geographic-map-core-module.d.ts +3 -3
- package/lib/igc-geographic-map-imagery.d.ts +92 -92
- package/lib/igc-geographic-map-module.d.ts +3 -3
- package/lib/igc-geographic-map-series-host-component.d.ts +95 -95
- package/lib/igc-geographic-marker-series-base-component.d.ts +13 -13
- package/lib/igc-geographic-marker-series-component.d.ts +78 -78
- package/lib/igc-geographic-polyline-series-component.d.ts +50 -50
- package/lib/igc-geographic-polyline-series-module.d.ts +3 -3
- package/lib/igc-geographic-proportional-symbol-series-base-component.d.ts +13 -13
- package/lib/igc-geographic-proportional-symbol-series-component.d.ts +131 -131
- package/lib/igc-geographic-proportional-symbol-series-module.d.ts +3 -3
- package/lib/igc-geographic-scatter-area-series-component.d.ts +55 -55
- package/lib/igc-geographic-scatter-area-series-module.d.ts +3 -3
- package/lib/igc-geographic-shape-series-base-base-component.d.ts +13 -13
- package/lib/igc-geographic-shape-series-base-component.d.ts +113 -113
- package/lib/igc-geographic-shape-series-component.d.ts +111 -111
- package/lib/igc-geographic-shape-series-module.d.ts +3 -3
- package/lib/igc-geographic-symbol-series-base-component.d.ts +13 -13
- package/lib/igc-geographic-symbol-series-component.d.ts +78 -78
- package/lib/igc-geographic-symbol-series-module.d.ts +3 -3
- package/lib/igc-geographic-tile-series-component.d.ts +44 -44
- package/lib/igc-geographic-tile-series-module.d.ts +3 -3
- package/lib/igc-geographic-xy-triangulating-series-base-component.d.ts +13 -13
- package/lib/igc-geographic-xy-triangulating-series-component.d.ts +51 -51
- package/lib/igc-image-tiles-ready-event-args.d.ts +12 -12
- package/lib/igc-images-changed-event-args.d.ts +12 -12
- package/lib/igc-open-street-map-imagery-module.d.ts +3 -3
- package/lib/igc-open-street-map-imagery.d.ts +18 -18
- package/lib/igc-sub-domains-collection.d.ts +6 -6
- package/lib/igc-tile-generator-map-imagery-module.d.ts +3 -3
- package/lib/igc-tile-generator-map-imagery.d.ts +19 -19
- package/lib/igc-tile-series-component.d.ts +36 -36
- package/lib/igc-tile-series-module.d.ts +3 -3
- package/package.json +3 -3
- package/public_api.d.ts +107 -107
|
@@ -1,63 +1,63 @@
|
|
|
1
|
-
import { HostSeriesView } from "./HostSeriesView";
|
|
2
|
-
import { SeriesView } from "igniteui-webcomponents-charts";
|
|
3
|
-
import { GeographicMarkerSeries } from "./GeographicMarkerSeries";
|
|
4
|
-
import { Series } from "igniteui-webcomponents-charts";
|
|
5
|
-
import { Type } from "igniteui-webcomponents-core";
|
|
6
|
-
import { CollisionAvoidanceType } from "igniteui-webcomponents-charts";
|
|
7
|
-
import { ScatterItemSearchMode } from "igniteui-webcomponents-charts";
|
|
8
|
-
import { AssigningScatterStyleEventArgs } from "igniteui-webcomponents-charts";
|
|
9
|
-
import { AssigningScatterMarkerStyleEventArgs } from "igniteui-webcomponents-charts";
|
|
10
|
-
/**
|
|
11
|
-
* @hidden
|
|
12
|
-
*/
|
|
13
|
-
export declare class GeographicSymbolSeriesView extends HostSeriesView {
|
|
14
|
-
static $t: Type;
|
|
15
|
-
constructor(a: GeographicSymbolSeries);
|
|
16
|
-
private cu;
|
|
17
|
-
a4(): void;
|
|
18
|
-
ci(): void;
|
|
19
|
-
cw(): void;
|
|
20
|
-
cv(): void;
|
|
21
|
-
c2(): void;
|
|
22
|
-
c0(): void;
|
|
23
|
-
c1(): void;
|
|
24
|
-
c3(): void;
|
|
25
|
-
c5(): void;
|
|
26
|
-
c6(): void;
|
|
27
|
-
c4(): void;
|
|
28
|
-
cy(): void;
|
|
29
|
-
cx(): void;
|
|
30
|
-
cz(): void;
|
|
31
|
-
}
|
|
32
|
-
/**
|
|
33
|
-
* @hidden
|
|
34
|
-
*/
|
|
35
|
-
export declare class GeographicSymbolSeries extends GeographicMarkerSeries {
|
|
36
|
-
static $t: Type;
|
|
37
|
-
protected bk(): Series;
|
|
38
|
-
protected get_ek(): boolean;
|
|
39
|
-
constructor();
|
|
40
|
-
protected ct(): SeriesView;
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
protected jt(): number;
|
|
44
|
-
protected
|
|
45
|
-
private
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
protected
|
|
52
|
-
protected
|
|
53
|
-
protected get_fh(): boolean;
|
|
54
|
-
assigningScatterStyle: (sender: any, args: AssigningScatterStyleEventArgs) => void;
|
|
55
|
-
assigningScatterMarkerStyle: (sender: any, args: AssigningScatterMarkerStyleEventArgs) => void;
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
protected
|
|
59
|
-
private
|
|
60
|
-
private
|
|
61
|
-
|
|
62
|
-
static $$p: string[];
|
|
63
|
-
}
|
|
1
|
+
import { HostSeriesView } from "./HostSeriesView";
|
|
2
|
+
import { SeriesView } from "igniteui-webcomponents-charts";
|
|
3
|
+
import { GeographicMarkerSeries } from "./GeographicMarkerSeries";
|
|
4
|
+
import { Series } from "igniteui-webcomponents-charts";
|
|
5
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
6
|
+
import { CollisionAvoidanceType } from "igniteui-webcomponents-charts";
|
|
7
|
+
import { ScatterItemSearchMode } from "igniteui-webcomponents-charts";
|
|
8
|
+
import { AssigningScatterStyleEventArgs } from "igniteui-webcomponents-charts";
|
|
9
|
+
import { AssigningScatterMarkerStyleEventArgs } from "igniteui-webcomponents-charts";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
export declare class GeographicSymbolSeriesView extends HostSeriesView {
|
|
14
|
+
static $t: Type;
|
|
15
|
+
constructor(a: GeographicSymbolSeries);
|
|
16
|
+
private cu;
|
|
17
|
+
a4(): void;
|
|
18
|
+
ci(): void;
|
|
19
|
+
cw(): void;
|
|
20
|
+
cv(): void;
|
|
21
|
+
c2(): void;
|
|
22
|
+
c0(): void;
|
|
23
|
+
c1(): void;
|
|
24
|
+
c3(): void;
|
|
25
|
+
c5(): void;
|
|
26
|
+
c6(): void;
|
|
27
|
+
c4(): void;
|
|
28
|
+
cy(): void;
|
|
29
|
+
cx(): void;
|
|
30
|
+
cz(): void;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* @hidden
|
|
34
|
+
*/
|
|
35
|
+
export declare class GeographicSymbolSeries extends GeographicMarkerSeries {
|
|
36
|
+
static $t: Type;
|
|
37
|
+
protected bk(): Series;
|
|
38
|
+
protected get_ek(): boolean;
|
|
39
|
+
constructor();
|
|
40
|
+
protected ct(): SeriesView;
|
|
41
|
+
rh(a: SeriesView): void;
|
|
42
|
+
yw: GeographicSymbolSeriesView;
|
|
43
|
+
protected jt(): number;
|
|
44
|
+
protected xk(): Series;
|
|
45
|
+
private yv;
|
|
46
|
+
y7: string;
|
|
47
|
+
y9: string;
|
|
48
|
+
yt: CollisionAvoidanceType;
|
|
49
|
+
y0: boolean;
|
|
50
|
+
yz: boolean;
|
|
51
|
+
protected yy: boolean;
|
|
52
|
+
protected yx: boolean;
|
|
53
|
+
protected get_fh(): boolean;
|
|
54
|
+
assigningScatterStyle: (sender: any, args: AssigningScatterStyleEventArgs) => void;
|
|
55
|
+
assigningScatterMarkerStyle: (sender: any, args: AssigningScatterMarkerStyleEventArgs) => void;
|
|
56
|
+
yu: ScatterItemSearchMode;
|
|
57
|
+
y2: number;
|
|
58
|
+
protected rq(a: any, b: string, c: any, d: any): void;
|
|
59
|
+
private ze;
|
|
60
|
+
private zd;
|
|
61
|
+
y1: boolean;
|
|
62
|
+
static $$p: string[];
|
|
63
|
+
}
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { GeographicShapeSeriesBase } from "./GeographicShapeSeriesBase";
|
|
2
|
-
import { GeographicMapImagery } from "./GeographicMapImagery";
|
|
3
|
-
import { Type } from "igniteui-webcomponents-core";
|
|
4
|
-
import { Series } from "igniteui-webcomponents-charts";
|
|
5
|
-
import { ImageTilesReadyEventArgs } from "./ImageTilesReadyEventArgs";
|
|
6
|
-
/**
|
|
7
|
-
* @hidden
|
|
8
|
-
*/
|
|
9
|
-
export declare class GeographicTileSeries extends GeographicShapeSeriesBase {
|
|
10
|
-
static $t: Type;
|
|
11
|
-
protected bk(): Series;
|
|
12
|
-
protected get_f6(): boolean;
|
|
13
|
-
constructor();
|
|
14
|
-
get
|
|
15
|
-
set
|
|
16
|
-
private
|
|
17
|
-
|
|
18
|
-
protected
|
|
19
|
-
private
|
|
20
|
-
protected
|
|
21
|
-
protected
|
|
22
|
-
imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
|
|
23
|
-
private
|
|
24
|
-
}
|
|
1
|
+
import { GeographicShapeSeriesBase } from "./GeographicShapeSeriesBase";
|
|
2
|
+
import { GeographicMapImagery } from "./GeographicMapImagery";
|
|
3
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
4
|
+
import { Series } from "igniteui-webcomponents-charts";
|
|
5
|
+
import { ImageTilesReadyEventArgs } from "./ImageTilesReadyEventArgs";
|
|
6
|
+
/**
|
|
7
|
+
* @hidden
|
|
8
|
+
*/
|
|
9
|
+
export declare class GeographicTileSeries extends GeographicShapeSeriesBase {
|
|
10
|
+
static $t: Type;
|
|
11
|
+
protected bk(): Series;
|
|
12
|
+
protected get_f6(): boolean;
|
|
13
|
+
constructor();
|
|
14
|
+
get y2(): GeographicMapImagery;
|
|
15
|
+
set y2(a: GeographicMapImagery);
|
|
16
|
+
private y1;
|
|
17
|
+
y6(): void;
|
|
18
|
+
protected rq(a: any, b: string, c: any, d: any): void;
|
|
19
|
+
private y0;
|
|
20
|
+
protected xq(a: any, b: any): void;
|
|
21
|
+
protected xk(): Series;
|
|
22
|
+
imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
|
|
23
|
+
private y5;
|
|
24
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { GeographicXYTriangulatingSeries } from "./XamGeographicMap_combined";
|
|
1
|
+
export { GeographicXYTriangulatingSeries } from "./XamGeographicMap_combined";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { GeographicMapSeriesHost } from "./GeographicMapSeriesHost";
|
|
2
|
-
import { Series } from "igniteui-webcomponents-charts";
|
|
3
|
-
import { Type } from "igniteui-webcomponents-core";
|
|
4
|
-
/**
|
|
5
|
-
* @hidden
|
|
6
|
-
*/
|
|
7
|
-
export declare abstract class GeographicXYTriangulatingSeriesBase extends GeographicMapSeriesHost {
|
|
8
|
-
static $t: Type;
|
|
9
|
-
protected abstract
|
|
10
|
-
}
|
|
1
|
+
import { GeographicMapSeriesHost } from "./GeographicMapSeriesHost";
|
|
2
|
+
import { Series } from "igniteui-webcomponents-charts";
|
|
3
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare abstract class GeographicXYTriangulatingSeriesBase extends GeographicMapSeriesHost {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
protected abstract xk(): Series;
|
|
10
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { HostSeriesView } from "./HostSeriesView";
|
|
2
|
-
import { GeographicXYTriangulatingSeriesBase } from "./GeographicXYTriangulatingSeriesBase";
|
|
3
|
-
import { Type } from "igniteui-webcomponents-core";
|
|
4
|
-
/**
|
|
5
|
-
* @hidden
|
|
6
|
-
*/
|
|
7
|
-
export declare abstract class GeographicXYTriangulatingSeriesBaseView extends HostSeriesView {
|
|
8
|
-
static $t: Type;
|
|
9
|
-
constructor(a: GeographicXYTriangulatingSeriesBase);
|
|
10
|
-
private cu;
|
|
11
|
-
}
|
|
1
|
+
import { HostSeriesView } from "./HostSeriesView";
|
|
2
|
+
import { GeographicXYTriangulatingSeriesBase } from "./GeographicXYTriangulatingSeriesBase";
|
|
3
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare abstract class GeographicXYTriangulatingSeriesBaseView extends HostSeriesView {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
constructor(a: GeographicXYTriangulatingSeriesBase);
|
|
10
|
+
private cu;
|
|
11
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { GeographicXYTriangulatingSeriesView } from "./XamGeographicMap_combined";
|
|
1
|
+
export { GeographicXYTriangulatingSeriesView } from "./XamGeographicMap_combined";
|
package/lib/HostSeriesView.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { HostSeriesView } from "./GeographicMapSeriesHost_combined";
|
|
1
|
+
export { HostSeriesView } from "./GeographicMapSeriesHost_combined";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { EventArgs, Type } from "igniteui-webcomponents-core";
|
|
2
|
-
/**
|
|
3
|
-
* @hidden
|
|
4
|
-
*/
|
|
5
|
-
export declare class ImageTilesReadyEventArgs extends EventArgs {
|
|
6
|
-
static $t: Type;
|
|
7
|
-
}
|
|
1
|
+
import { EventArgs, Type } from "igniteui-webcomponents-core";
|
|
2
|
+
/**
|
|
3
|
+
* @hidden
|
|
4
|
+
*/
|
|
5
|
+
export declare class ImageTilesReadyEventArgs extends EventArgs {
|
|
6
|
+
static $t: Type;
|
|
7
|
+
}
|
package/lib/ImageryMetadata.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { Base, Type } from "igniteui-webcomponents-core";
|
|
2
|
-
import { List$1 } from "igniteui-webcomponents-core";
|
|
3
|
-
/**
|
|
4
|
-
* @hidden
|
|
5
|
-
*/
|
|
6
|
-
export declare class ImageryMetadata extends Base {
|
|
7
|
-
static $t: Type;
|
|
8
|
-
constructor();
|
|
9
|
-
b: string;
|
|
10
|
-
a: List$1<string>;
|
|
11
|
-
}
|
|
1
|
+
import { Base, Type } from "igniteui-webcomponents-core";
|
|
2
|
+
import { List$1 } from "igniteui-webcomponents-core";
|
|
3
|
+
/**
|
|
4
|
+
* @hidden
|
|
5
|
+
*/
|
|
6
|
+
export declare class ImageryMetadata extends Base {
|
|
7
|
+
static $t: Type;
|
|
8
|
+
constructor();
|
|
9
|
+
b: string;
|
|
10
|
+
a: List$1<string>;
|
|
11
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { EventArgs, Type } from "igniteui-webcomponents-core";
|
|
2
|
-
/**
|
|
3
|
-
* @hidden
|
|
4
|
-
*/
|
|
5
|
-
export declare class ImagesChangedEventArgs extends EventArgs {
|
|
6
|
-
static $t: Type;
|
|
7
|
-
}
|
|
1
|
+
import { EventArgs, Type } from "igniteui-webcomponents-core";
|
|
2
|
+
/**
|
|
3
|
+
* @hidden
|
|
4
|
+
*/
|
|
5
|
+
export declare class ImagesChangedEventArgs extends EventArgs {
|
|
6
|
+
static $t: Type;
|
|
7
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { Base, Type } from "igniteui-webcomponents-core";
|
|
2
|
-
/**
|
|
3
|
-
* @hidden
|
|
4
|
-
*/
|
|
5
|
-
export declare class LevelOfDetailResponseModel extends Base {
|
|
6
|
-
static $t: Type;
|
|
7
|
-
private _level;
|
|
8
|
-
get level(): number;
|
|
9
|
-
set level(a: number);
|
|
10
|
-
private _resolution;
|
|
11
|
-
get resolution(): number;
|
|
12
|
-
set resolution(a: number);
|
|
13
|
-
private _scale;
|
|
14
|
-
get scale(): number;
|
|
15
|
-
set scale(a: number);
|
|
16
|
-
}
|
|
1
|
+
import { Base, Type } from "igniteui-webcomponents-core";
|
|
2
|
+
/**
|
|
3
|
+
* @hidden
|
|
4
|
+
*/
|
|
5
|
+
export declare class LevelOfDetailResponseModel extends Base {
|
|
6
|
+
static $t: Type;
|
|
7
|
+
private _level;
|
|
8
|
+
get level(): number;
|
|
9
|
+
set level(a: number);
|
|
10
|
+
private _resolution;
|
|
11
|
+
get resolution(): number;
|
|
12
|
+
set resolution(a: number);
|
|
13
|
+
private _scale;
|
|
14
|
+
get scale(): number;
|
|
15
|
+
set scale(a: number);
|
|
16
|
+
}
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { Type } from "igniteui-webcomponents-core";
|
|
2
|
-
/**
|
|
3
|
-
* Indicates the desired behavior for the map on resizing.
|
|
4
|
-
*/
|
|
5
|
-
export declare enum MapBackgroundTilingMode {
|
|
6
|
-
/**
|
|
7
|
-
* Indicates that the map should decide the desired tiling mode automatically.
|
|
8
|
-
*/
|
|
9
|
-
Auto = 0,
|
|
10
|
-
/**
|
|
11
|
-
* Map will not wrap tiles around the origin.
|
|
12
|
-
*/
|
|
13
|
-
NonWrapped = 1,
|
|
14
|
-
/**
|
|
15
|
-
* Map will wrap tiles around the origin.
|
|
16
|
-
*/
|
|
17
|
-
Wrapped = 2
|
|
18
|
-
}
|
|
19
|
-
/**
|
|
20
|
-
* @hidden
|
|
21
|
-
*/
|
|
22
|
-
export declare let MapBackgroundTilingMode_$type: Type;
|
|
1
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
2
|
+
/**
|
|
3
|
+
* Indicates the desired behavior for the map on resizing.
|
|
4
|
+
*/
|
|
5
|
+
export declare enum MapBackgroundTilingMode {
|
|
6
|
+
/**
|
|
7
|
+
* Indicates that the map should decide the desired tiling mode automatically.
|
|
8
|
+
*/
|
|
9
|
+
Auto = 0,
|
|
10
|
+
/**
|
|
11
|
+
* Map will not wrap tiles around the origin.
|
|
12
|
+
*/
|
|
13
|
+
NonWrapped = 1,
|
|
14
|
+
/**
|
|
15
|
+
* Map will wrap tiles around the origin.
|
|
16
|
+
*/
|
|
17
|
+
Wrapped = 2
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* @hidden
|
|
21
|
+
*/
|
|
22
|
+
export declare let MapBackgroundTilingMode_$type: Type;
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { Type } from "igniteui-webcomponents-core";
|
|
2
|
-
/**
|
|
3
|
-
* Indicates the desired behavior for the map on resizing.
|
|
4
|
-
*/
|
|
5
|
-
export declare enum MapResizeBehavior {
|
|
6
|
-
/**
|
|
7
|
-
* Indicates that the map should decide the desired resize mode automatically.
|
|
8
|
-
*/
|
|
9
|
-
Auto = 0,
|
|
10
|
-
/**
|
|
11
|
-
* Map will attempt to keep the top left position static during resize.
|
|
12
|
-
*/
|
|
13
|
-
MaintainTopLeftPosition = 1,
|
|
14
|
-
/**
|
|
15
|
-
* Map will attempt to keep the center position static during resize.
|
|
16
|
-
*/
|
|
17
|
-
MaintainCenterPosition = 2
|
|
18
|
-
}
|
|
19
|
-
/**
|
|
20
|
-
* @hidden
|
|
21
|
-
*/
|
|
22
|
-
export declare let MapResizeBehavior_$type: Type;
|
|
1
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
2
|
+
/**
|
|
3
|
+
* Indicates the desired behavior for the map on resizing.
|
|
4
|
+
*/
|
|
5
|
+
export declare enum MapResizeBehavior {
|
|
6
|
+
/**
|
|
7
|
+
* Indicates that the map should decide the desired resize mode automatically.
|
|
8
|
+
*/
|
|
9
|
+
Auto = 0,
|
|
10
|
+
/**
|
|
11
|
+
* Map will attempt to keep the top left position static during resize.
|
|
12
|
+
*/
|
|
13
|
+
MaintainTopLeftPosition = 1,
|
|
14
|
+
/**
|
|
15
|
+
* Map will attempt to keep the center position static during resize.
|
|
16
|
+
*/
|
|
17
|
+
MaintainCenterPosition = 2
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* @hidden
|
|
21
|
+
*/
|
|
22
|
+
export declare let MapResizeBehavior_$type: Type;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { Base, Type } from "igniteui-webcomponents-core";
|
|
2
|
-
import { TileInfoResponseModel } from "./TileInfoResponseModel";
|
|
3
|
-
/**
|
|
4
|
-
* @hidden
|
|
5
|
-
*/
|
|
6
|
-
export declare class MapServerResponseModel extends Base {
|
|
7
|
-
static $t: Type;
|
|
8
|
-
private _name;
|
|
9
|
-
get name(): string;
|
|
10
|
-
set name(a: string);
|
|
11
|
-
private _tileInfo;
|
|
12
|
-
get tileInfo(): TileInfoResponseModel;
|
|
13
|
-
set tileInfo(a: TileInfoResponseModel);
|
|
14
|
-
}
|
|
1
|
+
import { Base, Type } from "igniteui-webcomponents-core";
|
|
2
|
+
import { TileInfoResponseModel } from "./TileInfoResponseModel";
|
|
3
|
+
/**
|
|
4
|
+
* @hidden
|
|
5
|
+
*/
|
|
6
|
+
export declare class MapServerResponseModel extends Base {
|
|
7
|
+
static $t: Type;
|
|
8
|
+
private _name;
|
|
9
|
+
get name(): string;
|
|
10
|
+
set name(a: string);
|
|
11
|
+
private _tileInfo;
|
|
12
|
+
get tileInfo(): TileInfoResponseModel;
|
|
13
|
+
set tileInfo(a: TileInfoResponseModel);
|
|
14
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { OpenStreetMapImagery } from "./XamGeographicMap_combined";
|
|
1
|
+
export { OpenStreetMapImagery } from "./XamGeographicMap_combined";
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { HorizontalLinearScaler } from "igniteui-webcomponents-charts";
|
|
2
|
-
import { ScalerParams } from "igniteui-webcomponents-charts";
|
|
3
|
-
import { IList$1, Type } from "igniteui-webcomponents-core";
|
|
4
|
-
import { NumericAxisBase } from "igniteui-webcomponents-charts";
|
|
5
|
-
/**
|
|
6
|
-
* @hidden
|
|
7
|
-
*/
|
|
8
|
-
export declare class SphericalMercatorHorizontalScaler extends HorizontalLinearScaler {
|
|
9
|
-
static $t: Type;
|
|
10
|
-
private aj;
|
|
11
|
-
constructor();
|
|
12
|
-
q(a: number, b: ScalerParams): number;
|
|
13
|
-
p(a: number, b: ScalerParams): number;
|
|
14
|
-
private af;
|
|
15
|
-
v(a: IList$1<number>, b: number, c: number, d: ScalerParams): void;
|
|
16
|
-
t(a: NumericAxisBase, b: number, c: number, d: number, e: number): {
|
|
17
|
-
p3: number;
|
|
18
|
-
p4: number;
|
|
19
|
-
};
|
|
20
|
-
private getMercatorUnscaledValue;
|
|
21
|
-
private getMercatorScaledValue1;
|
|
22
|
-
private getMercatorScaledValue2;
|
|
23
|
-
}
|
|
1
|
+
import { HorizontalLinearScaler } from "igniteui-webcomponents-charts";
|
|
2
|
+
import { ScalerParams } from "igniteui-webcomponents-charts";
|
|
3
|
+
import { IList$1, Type } from "igniteui-webcomponents-core";
|
|
4
|
+
import { NumericAxisBase } from "igniteui-webcomponents-charts";
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
export declare class SphericalMercatorHorizontalScaler extends HorizontalLinearScaler {
|
|
9
|
+
static $t: Type;
|
|
10
|
+
private aj;
|
|
11
|
+
constructor();
|
|
12
|
+
q(a: number, b: ScalerParams): number;
|
|
13
|
+
p(a: number, b: ScalerParams): number;
|
|
14
|
+
private af;
|
|
15
|
+
v(a: IList$1<number>, b: number, c: number, d: ScalerParams): void;
|
|
16
|
+
t(a: NumericAxisBase, b: number, c: number, d: number, e: number): {
|
|
17
|
+
p3: number;
|
|
18
|
+
p4: number;
|
|
19
|
+
};
|
|
20
|
+
private getMercatorUnscaledValue;
|
|
21
|
+
private getMercatorScaledValue1;
|
|
22
|
+
private getMercatorScaledValue2;
|
|
23
|
+
}
|
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
import { VerticalLinearScaler } from "igniteui-webcomponents-charts";
|
|
2
|
-
import { ScalerParams } from "igniteui-webcomponents-charts";
|
|
3
|
-
import { IList$1, Type } from "igniteui-webcomponents-core";
|
|
4
|
-
import { NumericAxisBase } from "igniteui-webcomponents-charts";
|
|
5
|
-
/**
|
|
6
|
-
* @hidden
|
|
7
|
-
*/
|
|
8
|
-
export declare class SphericalMercatorVerticalScaler extends VerticalLinearScaler {
|
|
9
|
-
static $t: Type;
|
|
10
|
-
private au;
|
|
11
|
-
q(a: number, b: ScalerParams): number;
|
|
12
|
-
p(a: number, b: ScalerParams): number;
|
|
13
|
-
private af;
|
|
14
|
-
v(a: IList$1<number>, b: number, c: number, d: ScalerParams): void;
|
|
15
|
-
t(a: NumericAxisBase, b: number, c: number, d: number, e: number): {
|
|
16
|
-
p3: number;
|
|
17
|
-
p4: number;
|
|
18
|
-
};
|
|
19
|
-
protected w(a: string, b: any, c: any): void;
|
|
20
|
-
private static ag;
|
|
21
|
-
private static ah;
|
|
22
|
-
private ai;
|
|
23
|
-
private aj;
|
|
24
|
-
static get as(): number;
|
|
25
|
-
static get at(): number;
|
|
26
|
-
constructor();
|
|
27
|
-
private getMercatorUnscaledValue;
|
|
28
|
-
private getMercatorScaledValue1;
|
|
29
|
-
private getMercatorScaledValue2;
|
|
30
|
-
private getMercatorScaledValue3;
|
|
31
|
-
static am(a: number): number;
|
|
32
|
-
static aq(a: number): number;
|
|
33
|
-
private ak;
|
|
34
|
-
}
|
|
1
|
+
import { VerticalLinearScaler } from "igniteui-webcomponents-charts";
|
|
2
|
+
import { ScalerParams } from "igniteui-webcomponents-charts";
|
|
3
|
+
import { IList$1, Type } from "igniteui-webcomponents-core";
|
|
4
|
+
import { NumericAxisBase } from "igniteui-webcomponents-charts";
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
export declare class SphericalMercatorVerticalScaler extends VerticalLinearScaler {
|
|
9
|
+
static $t: Type;
|
|
10
|
+
private au;
|
|
11
|
+
q(a: number, b: ScalerParams): number;
|
|
12
|
+
p(a: number, b: ScalerParams): number;
|
|
13
|
+
private af;
|
|
14
|
+
v(a: IList$1<number>, b: number, c: number, d: ScalerParams): void;
|
|
15
|
+
t(a: NumericAxisBase, b: number, c: number, d: number, e: number): {
|
|
16
|
+
p3: number;
|
|
17
|
+
p4: number;
|
|
18
|
+
};
|
|
19
|
+
protected w(a: string, b: any, c: any): void;
|
|
20
|
+
private static ag;
|
|
21
|
+
private static ah;
|
|
22
|
+
private ai;
|
|
23
|
+
private aj;
|
|
24
|
+
static get as(): number;
|
|
25
|
+
static get at(): number;
|
|
26
|
+
constructor();
|
|
27
|
+
private getMercatorUnscaledValue;
|
|
28
|
+
private getMercatorScaledValue1;
|
|
29
|
+
private getMercatorScaledValue2;
|
|
30
|
+
private getMercatorScaledValue3;
|
|
31
|
+
static am(a: number): number;
|
|
32
|
+
static aq(a: number): number;
|
|
33
|
+
private ak;
|
|
34
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { ObservableCollection$1 } from "igniteui-webcomponents-core";
|
|
2
|
-
import { IEnumerable$1, Type } from "igniteui-webcomponents-core";
|
|
3
|
-
/**
|
|
4
|
-
* @hidden
|
|
5
|
-
*/
|
|
6
|
-
export declare class SubDomainsCollection extends ObservableCollection$1<string> {
|
|
7
|
-
static $t: Type;
|
|
8
|
-
constructor(a: number);
|
|
9
|
-
constructor(a: number, b: IEnumerable$1<string>);
|
|
10
|
-
constructor(a: number, ..._rest: any[]);
|
|
11
|
-
}
|
|
1
|
+
import { ObservableCollection$1 } from "igniteui-webcomponents-core";
|
|
2
|
+
import { IEnumerable$1, Type } from "igniteui-webcomponents-core";
|
|
3
|
+
/**
|
|
4
|
+
* @hidden
|
|
5
|
+
*/
|
|
6
|
+
export declare class SubDomainsCollection extends ObservableCollection$1<string> {
|
|
7
|
+
static $t: Type;
|
|
8
|
+
constructor(a: number);
|
|
9
|
+
constructor(a: number, b: IEnumerable$1<string>);
|
|
10
|
+
constructor(a: number, ..._rest: any[]);
|
|
11
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { GeographicMapImagery } from "./GeographicMapImagery";
|
|
2
|
-
import { ITileGenerator } from "igniteui-webcomponents-core";
|
|
3
|
-
import { Type } from "igniteui-webcomponents-core";
|
|
4
|
-
/**
|
|
5
|
-
* @hidden
|
|
6
|
-
*/
|
|
7
|
-
export declare class TileGeneratorMapImagery extends GeographicMapImagery {
|
|
8
|
-
static $t: Type;
|
|
9
|
-
constructor();
|
|
10
|
-
private bq;
|
|
11
|
-
private br;
|
|
12
|
-
tileGenerator: ITileGenerator;
|
|
13
|
-
static $$p: string[];
|
|
14
|
-
}
|
|
1
|
+
import { GeographicMapImagery } from "./GeographicMapImagery";
|
|
2
|
+
import { ITileGenerator } from "igniteui-webcomponents-core";
|
|
3
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare class TileGeneratorMapImagery extends GeographicMapImagery {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
constructor();
|
|
10
|
+
private bq;
|
|
11
|
+
private br;
|
|
12
|
+
tileGenerator: ITileGenerator;
|
|
13
|
+
static $$p: string[];
|
|
14
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { Base, Type } from "igniteui-webcomponents-core";
|
|
2
|
-
import { LevelOfDetailResponseModel } from "./LevelOfDetailResponseModel";
|
|
3
|
-
/**
|
|
4
|
-
* @hidden
|
|
5
|
-
*/
|
|
6
|
-
export declare class TileInfoResponseModel extends Base {
|
|
7
|
-
static $t: Type;
|
|
8
|
-
private _lods;
|
|
9
|
-
get lods(): LevelOfDetailResponseModel[];
|
|
10
|
-
set lods(a: LevelOfDetailResponseModel[]);
|
|
11
|
-
}
|
|
1
|
+
import { Base, Type } from "igniteui-webcomponents-core";
|
|
2
|
+
import { LevelOfDetailResponseModel } from "./LevelOfDetailResponseModel";
|
|
3
|
+
/**
|
|
4
|
+
* @hidden
|
|
5
|
+
*/
|
|
6
|
+
export declare class TileInfoResponseModel extends Base {
|
|
7
|
+
static $t: Type;
|
|
8
|
+
private _lods;
|
|
9
|
+
get lods(): LevelOfDetailResponseModel[];
|
|
10
|
+
set lods(a: LevelOfDetailResponseModel[]);
|
|
11
|
+
}
|
package/lib/TileSeries.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { TileSeries } from "./TileSeries_combined";
|
|
1
|
+
export { TileSeries } from "./TileSeries_combined";
|
package/lib/TileSeriesView.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { TileSeriesView } from "./TileSeries_combined";
|
|
1
|
+
export { TileSeriesView } from "./TileSeries_combined";
|