olamaps-web-sdk 1.1.2 → 1.1.4
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/dist/index.d.ts +373 -11
- package/dist/index.js +31426 -28208
- package/dist/olamaps-web-sdk.umd.js +368 -205
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,15 +1,142 @@
|
|
|
1
|
-
import { GeolocateControlOptions } from 'maplibre-gl';
|
|
2
|
-
import { Map as Map_2 } from 'maplibre-gl';
|
|
3
|
-
import { MapOptions } from 'maplibre-gl';
|
|
4
|
-
import { MarkerOptions } from 'maplibre-gl';
|
|
5
|
-
import { NavigationControlOptions } from 'maplibre-gl';
|
|
6
1
|
import * as OlaMapsGl from 'maplibre-gl';
|
|
7
|
-
|
|
2
|
+
|
|
3
|
+
export declare type AddLayerObject = OlaMaps.AddLayerObject;
|
|
4
|
+
|
|
5
|
+
export declare type AddProtocolAction = OlaMaps.AddProtocolAction;
|
|
6
|
+
|
|
7
|
+
export declare type AJAXError = OlaMaps.AJAXError;
|
|
8
|
+
|
|
9
|
+
export declare type AttributionControl = OlaMaps.AttributionControl;
|
|
10
|
+
|
|
11
|
+
export declare type AttributionControlOptions = OlaMaps.AttributionControlOptions;
|
|
12
|
+
|
|
13
|
+
export declare type BBox = OlaMaps.BBox;
|
|
14
|
+
|
|
15
|
+
export declare type CanvasSource = OlaMaps.CanvasSource;
|
|
16
|
+
|
|
17
|
+
export declare type Coordinates = OlaMaps.Coordinates;
|
|
18
|
+
|
|
19
|
+
export declare type CustomLayerInterface = OlaMaps.CustomLayerInterface;
|
|
20
|
+
|
|
21
|
+
export declare const default3dTIleset = "https://api.olamaps.io/tiles/vector/v1/3dtiles/tileset.json";
|
|
22
|
+
|
|
23
|
+
export declare const defaultStyleJson = "https://api.olamaps.io/tiles/vector/v1/styles/default-light-standard/style.json?key=0.4.0";
|
|
24
|
+
|
|
25
|
+
export declare type ErrorLike = OlaMaps.ErrorLike;
|
|
26
|
+
|
|
27
|
+
export declare type Feature = OlaMaps.Feature;
|
|
28
|
+
|
|
29
|
+
export declare type FeatureCollection = OlaMaps.FeatureCollection;
|
|
30
|
+
|
|
31
|
+
export declare type FeatureIdentifier = OlaMaps.FeatureIdentifier;
|
|
32
|
+
|
|
33
|
+
export declare type FeatureStates = OlaMaps.FeatureStates;
|
|
34
|
+
|
|
35
|
+
export declare type FullscreenControl = OlaMaps.FullscreenControl;
|
|
36
|
+
|
|
37
|
+
export declare type FullscreenControlOptions = OlaMaps.FullscreenControlOptions;
|
|
38
|
+
|
|
39
|
+
declare type GeoJSON_2 = OlaMaps.GeoJSON;
|
|
40
|
+
export { GeoJSON_2 as GeoJSON }
|
|
41
|
+
|
|
42
|
+
export declare type GeoJSONFeature = OlaMaps.GeoJSONFeature;
|
|
43
|
+
|
|
44
|
+
export declare type GeoJSONFeatureId = OlaMaps.GeoJSONFeatureId;
|
|
45
|
+
|
|
46
|
+
export declare type GeoJSONPoint = OlaMaps.GeoJSONPoint;
|
|
47
|
+
|
|
48
|
+
export declare type GeoJsonProperties = OlaMaps.GeoJsonProperties;
|
|
49
|
+
|
|
50
|
+
export declare type GeoJSONSource = OlaMaps.GeoJSONSource;
|
|
51
|
+
|
|
52
|
+
export declare type GeoJSONSourceDiff = OlaMaps.GeoJSONSourceDiff;
|
|
53
|
+
|
|
54
|
+
export declare type GeoJSONSourceOptions = OlaMaps.GeoJSONSourceOptions;
|
|
55
|
+
|
|
56
|
+
export declare type GeolocateControl = OlaMaps.GeolocateControl;
|
|
57
|
+
|
|
58
|
+
export declare type GeolocateControlOptions = OlaMaps.GeolocateControlOptions;
|
|
59
|
+
|
|
60
|
+
export declare type Geometry = OlaMaps.Geometry;
|
|
61
|
+
|
|
62
|
+
export declare type GeometryCollection = OlaMaps.GeometryCollection;
|
|
63
|
+
|
|
64
|
+
export declare const getCookie: (name: string) => string;
|
|
65
|
+
|
|
66
|
+
export declare const getOlaMapIcon: (oemColor: string) => string;
|
|
67
|
+
|
|
68
|
+
export declare type GetResourceResponse<T> = OlaMaps.GetResourceResponse<T>;
|
|
69
|
+
|
|
70
|
+
export declare type IControl = OlaMaps.IControl;
|
|
71
|
+
|
|
72
|
+
export declare type ImageSource = OlaMaps.ImageSource;
|
|
73
|
+
|
|
74
|
+
export declare type LayerSpecification = OlaMaps.LayerSpecification;
|
|
75
|
+
|
|
76
|
+
export declare type LineString = OlaMaps.LineString;
|
|
77
|
+
|
|
78
|
+
export declare type LngLat = OlaMaps.LngLat;
|
|
79
|
+
|
|
80
|
+
export declare type LngLatBounds = OlaMaps.LngLatBounds;
|
|
81
|
+
|
|
82
|
+
export declare type LngLatLike = OlaMaps.LngLatLike;
|
|
83
|
+
|
|
84
|
+
declare type Map_2 = OlaMaps.Map;
|
|
85
|
+
export { Map_2 as Map }
|
|
86
|
+
|
|
87
|
+
export declare type MapDataEvent = OlaMaps.MapDataEvent;
|
|
88
|
+
|
|
89
|
+
export declare type MapEventType = OlaMaps.MapEventType;
|
|
90
|
+
|
|
91
|
+
export declare type MapGeoJSONFeature = OlaMaps.MapGeoJSONFeature;
|
|
92
|
+
|
|
93
|
+
export declare type MapLayerMouseEvent = OlaMaps.MapLayerMouseEvent;
|
|
94
|
+
|
|
95
|
+
export declare type MapLayerTouchEvent = OlaMaps.MapLayerTouchEvent;
|
|
8
96
|
|
|
9
97
|
declare type MapMethods = {
|
|
10
98
|
[key: string]: any;
|
|
11
99
|
};
|
|
12
100
|
|
|
101
|
+
export declare type MapMouseEvent = OlaMaps.MapMouseEvent;
|
|
102
|
+
|
|
103
|
+
export declare type MapOptions = OlaMaps.MapOptions;
|
|
104
|
+
|
|
105
|
+
export declare type MapProjectionEvent = OlaMaps.MapProjectionEvent;
|
|
106
|
+
|
|
107
|
+
export declare type MapSourceDataEvent = OlaMaps.MapSourceDataEvent;
|
|
108
|
+
|
|
109
|
+
declare interface MapStyle {
|
|
110
|
+
id: string;
|
|
111
|
+
styleJson: string;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
export declare type MapStyleDataEvent = OlaMaps.MapStyleDataEvent;
|
|
115
|
+
|
|
116
|
+
export declare type mapStyleIds = "bolt-dark" | "bolt-light" | "eclipse-dark-lite" | "eclipse-dark-standard" | "eclipse-dark-full" | "eclipse-light-lite" | "eclipse-light-standard" | "eclipse-light-full" | "vintage-dark" | "vintage-light" | "positron" | "osm-bright" | "osm-basic" | "dark-matter" | "fiord-color" | "default-light-lite" | "default-light-standard" | "default-ultra-light-standard" | "default-light-standard-hi" | "default-light-standard-kn" | "default-light-standard-mr" | "default-light-standard-te" | "default-light-standard-ta" | "default-light-standard-ml" | "default-light-standard-regional" | "default-light-full" | "default-dark-lite" | "default-dark-standard" | "default-dark-standard-hi" | "default-dark-standard-mr" | "default-dark-standard-kn" | "default-dark-standard-ta" | "default-dark-standard-te" | "default-dark-standard-ride-stat" | "default-dark-full" | "default-earth-lite" | "default-earth-standard" | "default-earth-full" | "silver-osm";
|
|
117
|
+
|
|
118
|
+
export declare type MapTerrainEvent = OlaMaps.MapTerrainEvent;
|
|
119
|
+
|
|
120
|
+
export declare type MapTouchEvent = OlaMaps.MapTouchEvent;
|
|
121
|
+
|
|
122
|
+
export declare type MapWheelEvent = OlaMaps.MapWheelEvent;
|
|
123
|
+
|
|
124
|
+
export declare type Marker = OlaMaps.Marker;
|
|
125
|
+
|
|
126
|
+
export declare type MarkerOptions = OlaMaps.MarkerOptions;
|
|
127
|
+
|
|
128
|
+
export declare type MercatorCoordinate = OlaMaps.MercatorCoordinate;
|
|
129
|
+
|
|
130
|
+
export declare type MultiLineString = OlaMaps.MultiLineString;
|
|
131
|
+
|
|
132
|
+
export declare type MultiPoint = OlaMaps.MultiPoint;
|
|
133
|
+
|
|
134
|
+
export declare type MultiPolygon = OlaMaps.MultiPolygon;
|
|
135
|
+
|
|
136
|
+
export declare type NavigationControl = OlaMaps.NavigationControl;
|
|
137
|
+
|
|
138
|
+
export declare type NavigationControlOptions = OlaMaps.NavigationControlOptions;
|
|
139
|
+
|
|
13
140
|
declare interface olaMapProps {
|
|
14
141
|
apiKey: string;
|
|
15
142
|
mode?: string;
|
|
@@ -23,18 +150,253 @@ export declare class OlaMaps {
|
|
|
23
150
|
private accessToken;
|
|
24
151
|
mode: string;
|
|
25
152
|
private threedTileset;
|
|
153
|
+
static Marker: typeof OlaMapsGl.Marker;
|
|
154
|
+
static Popup: typeof OlaMapsGl.Popup;
|
|
155
|
+
static NavigationControl: typeof OlaMapsGl.NavigationControl;
|
|
156
|
+
static GeolocateControl: typeof OlaMapsGl.GeolocateControl;
|
|
157
|
+
static ScaleControl: typeof OlaMapsGl.ScaleControl;
|
|
158
|
+
static FullscreenControl: typeof OlaMapsGl.FullscreenControl;
|
|
159
|
+
static AttributionControl: typeof OlaMapsGl.AttributionControl;
|
|
160
|
+
static TerrainControl: typeof OlaMapsGl.TerrainControl;
|
|
161
|
+
static LngLat: typeof OlaMapsGl.LngLat;
|
|
162
|
+
static LngLatBounds: typeof OlaMapsGl.LngLatBounds;
|
|
163
|
+
static Point: typeof OlaMapsGl.Point;
|
|
164
|
+
static MercatorCoordinate: typeof OlaMapsGl.MercatorCoordinate;
|
|
165
|
+
static MapMouseEvent: typeof OlaMapsGl.MapMouseEvent;
|
|
166
|
+
static MapTouchEvent: typeof OlaMapsGl.MapTouchEvent;
|
|
167
|
+
static MapWheelEvent: typeof OlaMapsGl.MapWheelEvent;
|
|
168
|
+
static AJAXError: typeof OlaMapsGl.AJAXError;
|
|
26
169
|
constructor({ apiKey, accessToken, mode, threedTileset }: olaMapProps);
|
|
27
170
|
private addOlaLogo;
|
|
28
171
|
private addAttribution;
|
|
29
172
|
private fetchStaticMap;
|
|
30
173
|
private add3dLayer;
|
|
31
|
-
init(options?: MapOptions):
|
|
32
|
-
addNavigationControls(options?: NavigationControlOptions): OlaMapsGl.NavigationControl;
|
|
33
|
-
addGeolocateControls(options: GeolocateControlOptions): OlaMapsGl.GeolocateControl;
|
|
174
|
+
init(options?: OlaMapsGl.MapOptions): OlaMapsGl.Map & MapMethods;
|
|
175
|
+
addNavigationControls(options?: OlaMapsGl.NavigationControlOptions): OlaMapsGl.NavigationControl;
|
|
176
|
+
addGeolocateControls(options: OlaMapsGl.GeolocateControlOptions): OlaMapsGl.GeolocateControl;
|
|
34
177
|
getMercatorCoordinate(): typeof OlaMapsGl.MercatorCoordinate;
|
|
35
|
-
addMarker(options?: MarkerOptions): OlaMapsGl.Marker;
|
|
36
|
-
addPopup(options?: PopupOptions): OlaMapsGl.Popup;
|
|
178
|
+
addMarker(options?: OlaMapsGl.MarkerOptions): OlaMapsGl.Marker;
|
|
179
|
+
addPopup(options?: OlaMapsGl.PopupOptions): OlaMapsGl.Popup;
|
|
37
180
|
getStaticMap(url: string, elementID: string): void;
|
|
38
181
|
}
|
|
39
182
|
|
|
183
|
+
export declare namespace OlaMaps {
|
|
184
|
+
export type Marker = OlaMapsGl.Marker;
|
|
185
|
+
export type Popup = OlaMapsGl.Popup;
|
|
186
|
+
export type NavigationControl = OlaMapsGl.NavigationControl;
|
|
187
|
+
export type GeolocateControl = OlaMapsGl.GeolocateControl;
|
|
188
|
+
export type ScaleControl = OlaMapsGl.ScaleControl;
|
|
189
|
+
export type FullscreenControl = OlaMapsGl.FullscreenControl;
|
|
190
|
+
export type AttributionControl = OlaMapsGl.AttributionControl;
|
|
191
|
+
export type TerrainControl = OlaMapsGl.TerrainControl;
|
|
192
|
+
export type Map = OlaMapsGl.Map;
|
|
193
|
+
export type MapOptions = OlaMapsGl.MapOptions;
|
|
194
|
+
export type MarkerOptions = OlaMapsGl.MarkerOptions;
|
|
195
|
+
export type PopupOptions = OlaMapsGl.PopupOptions;
|
|
196
|
+
export type NavigationControlOptions = OlaMapsGl.NavigationControlOptions;
|
|
197
|
+
export type GeolocateControlOptions = OlaMapsGl.GeolocateControlOptions;
|
|
198
|
+
export type ScaleControlOptions = OlaMapsGl.ScaleControlOptions;
|
|
199
|
+
export type FullscreenControlOptions = OlaMapsGl.FullscreenControlOptions;
|
|
200
|
+
export type AttributionControlOptions = OlaMapsGl.AttributionControlOptions;
|
|
201
|
+
export type StyleSpecification = OlaMapsGl.StyleSpecification;
|
|
202
|
+
export type LayerSpecification = OlaMapsGl.LayerSpecification;
|
|
203
|
+
export type SourceSpecification = OlaMapsGl.SourceSpecification;
|
|
204
|
+
export type StyleOptions = OlaMapsGl.StyleOptions;
|
|
205
|
+
export type StyleSetterOptions = OlaMapsGl.StyleSetterOptions;
|
|
206
|
+
export type AddLayerObject = OlaMapsGl.AddLayerObject;
|
|
207
|
+
export type GeoJSONSource = OlaMapsGl.GeoJSONSource;
|
|
208
|
+
export type GeoJSONSourceOptions = OlaMapsGl.GeoJSONSourceOptions;
|
|
209
|
+
export type GeoJSONSourceDiff = OlaMapsGl.GeoJSONSourceDiff;
|
|
210
|
+
export type GeoJSONFeatureId = OlaMapsGl.GeoJSONFeatureId;
|
|
211
|
+
export type VectorTileSource = OlaMapsGl.VectorTileSource;
|
|
212
|
+
export type RasterTileSource = OlaMapsGl.RasterTileSource;
|
|
213
|
+
export type ImageSource = OlaMapsGl.ImageSource;
|
|
214
|
+
export type CanvasSource = OlaMapsGl.CanvasSource;
|
|
215
|
+
export type VideoSource = OlaMapsGl.VideoSource;
|
|
216
|
+
export type LngLat = OlaMapsGl.LngLat;
|
|
217
|
+
export type LngLatLike = OlaMapsGl.LngLatLike;
|
|
218
|
+
export type LngLatBounds = OlaMapsGl.LngLatBounds;
|
|
219
|
+
export type Point = OlaMapsGl.Point;
|
|
220
|
+
export type MercatorCoordinate = OlaMapsGl.MercatorCoordinate;
|
|
221
|
+
export type Coordinates = OlaMapsGl.Coordinates;
|
|
222
|
+
export type Feature = OlaMapsGl.Feature;
|
|
223
|
+
export type MapGeoJSONFeature = OlaMapsGl.MapGeoJSONFeature;
|
|
224
|
+
export type GeoJSONFeature = OlaMapsGl.GeoJSONFeature;
|
|
225
|
+
export type FeatureStates = OlaMapsGl.FeatureStates;
|
|
226
|
+
export type FeatureIdentifier = OlaMapsGl.FeatureIdentifier;
|
|
227
|
+
export type GeoJSON = GeoJSON.GeoJSON;
|
|
228
|
+
export type Geometry = GeoJSON.Geometry;
|
|
229
|
+
export type GeometryCollection = GeoJSON.GeometryCollection;
|
|
230
|
+
export type GeoJSONPoint = GeoJSON.Point;
|
|
231
|
+
export type MultiPoint = GeoJSON.MultiPoint;
|
|
232
|
+
export type LineString = GeoJSON.LineString;
|
|
233
|
+
export type MultiLineString = GeoJSON.MultiLineString;
|
|
234
|
+
export type Polygon = GeoJSON.Polygon;
|
|
235
|
+
export type MultiPolygon = GeoJSON.MultiPolygon;
|
|
236
|
+
export type FeatureCollection = GeoJSON.FeatureCollection;
|
|
237
|
+
export type GeoJsonProperties = GeoJSON.GeoJsonProperties;
|
|
238
|
+
export type Position = GeoJSON.Position;
|
|
239
|
+
export type BBox = GeoJSON.BBox;
|
|
240
|
+
export type QueryRenderedFeaturesOptions = OlaMapsGl.QueryRenderedFeaturesOptions;
|
|
241
|
+
export type QuerySourceFeatureOptions = OlaMapsGl.QuerySourceFeatureOptions;
|
|
242
|
+
export type QueryRenderedFeaturesResults = OlaMapsGl.QueryRenderedFeaturesResults;
|
|
243
|
+
export type MapMouseEvent = OlaMapsGl.MapMouseEvent;
|
|
244
|
+
export type MapTouchEvent = OlaMapsGl.MapTouchEvent;
|
|
245
|
+
export type MapWheelEvent = OlaMapsGl.MapWheelEvent;
|
|
246
|
+
export type MapLayerMouseEvent = OlaMapsGl.MapLayerMouseEvent;
|
|
247
|
+
export type MapLayerTouchEvent = OlaMapsGl.MapLayerTouchEvent;
|
|
248
|
+
export type MapDataEvent = OlaMapsGl.MapDataEvent;
|
|
249
|
+
export type MapSourceDataEvent = OlaMapsGl.MapSourceDataEvent;
|
|
250
|
+
export type MapStyleDataEvent = OlaMapsGl.MapStyleDataEvent;
|
|
251
|
+
export type MapTerrainEvent = OlaMapsGl.MapTerrainEvent;
|
|
252
|
+
export type MapProjectionEvent = OlaMapsGl.MapProjectionEvent;
|
|
253
|
+
export type OlaMapsEvent = OlaMapsGl.MapLibreEvent;
|
|
254
|
+
export type OlaMapsZoomEvent = OlaMapsGl.MapLibreZoomEvent;
|
|
255
|
+
export type MapEventType = OlaMapsGl.MapEventType;
|
|
256
|
+
export type AJAXError = OlaMapsGl.AJAXError;
|
|
257
|
+
export type ErrorLike = OlaMapsGl.ErrorLike;
|
|
258
|
+
export type IControl = OlaMapsGl.IControl;
|
|
259
|
+
export type CustomLayerInterface = OlaMapsGl.CustomLayerInterface;
|
|
260
|
+
export type RequestParameters = OlaMapsGl.RequestParameters;
|
|
261
|
+
export type GetResourceResponse<T> = OlaMapsGl.GetResourceResponse<T>;
|
|
262
|
+
export type AddProtocolAction = OlaMapsGl.AddProtocolAction;
|
|
263
|
+
export type RequestTransformFunction = OlaMapsGl.RequestTransformFunction;
|
|
264
|
+
export type TileState = OlaMapsGl.TileState;
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
export declare type OlaMapsEvent = OlaMaps.OlaMapsEvent;
|
|
268
|
+
|
|
269
|
+
export declare type OlaMapStyle = MapStyle[];
|
|
270
|
+
|
|
271
|
+
export declare type OlaMapsZoomEvent = OlaMaps.OlaMapsZoomEvent;
|
|
272
|
+
|
|
273
|
+
export declare type Point = OlaMaps.Point;
|
|
274
|
+
|
|
275
|
+
export declare type Polygon = OlaMaps.Polygon;
|
|
276
|
+
|
|
277
|
+
export declare type Popup = OlaMaps.Popup;
|
|
278
|
+
|
|
279
|
+
export declare type PopupOptions = OlaMaps.PopupOptions;
|
|
280
|
+
|
|
281
|
+
export declare type Position = OlaMaps.Position;
|
|
282
|
+
|
|
283
|
+
export declare type QueryRenderedFeaturesOptions = OlaMaps.QueryRenderedFeaturesOptions;
|
|
284
|
+
|
|
285
|
+
export declare type QueryRenderedFeaturesResults = OlaMaps.QueryRenderedFeaturesResults;
|
|
286
|
+
|
|
287
|
+
export declare type QuerySourceFeatureOptions = OlaMaps.QuerySourceFeatureOptions;
|
|
288
|
+
|
|
289
|
+
export declare type RasterTileSource = OlaMaps.RasterTileSource;
|
|
290
|
+
|
|
291
|
+
export declare type RequestParameters = OlaMaps.RequestParameters;
|
|
292
|
+
|
|
293
|
+
export declare type RequestTransformFunction = OlaMaps.RequestTransformFunction;
|
|
294
|
+
|
|
295
|
+
export declare type ScaleControl = OlaMaps.ScaleControl;
|
|
296
|
+
|
|
297
|
+
export declare type ScaleControlOptions = OlaMaps.ScaleControlOptions;
|
|
298
|
+
|
|
299
|
+
export declare const setCookie: (name: string, value: string, days?: number) => void;
|
|
300
|
+
|
|
301
|
+
export declare type SourceSpecification = OlaMaps.SourceSpecification;
|
|
302
|
+
|
|
303
|
+
export declare type StyleOptions = OlaMaps.StyleOptions;
|
|
304
|
+
|
|
305
|
+
export declare type StyleSetterOptions = OlaMaps.StyleSetterOptions;
|
|
306
|
+
|
|
307
|
+
export declare type StyleSpecification = OlaMaps.StyleSpecification;
|
|
308
|
+
|
|
309
|
+
export declare type TerrainControl = OlaMaps.TerrainControl;
|
|
310
|
+
|
|
311
|
+
export declare type TileState = OlaMaps.TileState;
|
|
312
|
+
|
|
313
|
+
export declare type VectorTileSource = OlaMaps.VectorTileSource;
|
|
314
|
+
|
|
315
|
+
export declare type VideoSource = OlaMaps.VideoSource;
|
|
316
|
+
|
|
40
317
|
export { }
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
declare namespace OlaMaps {
|
|
321
|
+
type Marker = OlaMapsGl.Marker;
|
|
322
|
+
type Popup = OlaMapsGl.Popup;
|
|
323
|
+
type NavigationControl = OlaMapsGl.NavigationControl;
|
|
324
|
+
type GeolocateControl = OlaMapsGl.GeolocateControl;
|
|
325
|
+
type ScaleControl = OlaMapsGl.ScaleControl;
|
|
326
|
+
type FullscreenControl = OlaMapsGl.FullscreenControl;
|
|
327
|
+
type AttributionControl = OlaMapsGl.AttributionControl;
|
|
328
|
+
type TerrainControl = OlaMapsGl.TerrainControl;
|
|
329
|
+
type Map = OlaMapsGl.Map;
|
|
330
|
+
type MapOptions = OlaMapsGl.MapOptions;
|
|
331
|
+
type MarkerOptions = OlaMapsGl.MarkerOptions;
|
|
332
|
+
type PopupOptions = OlaMapsGl.PopupOptions;
|
|
333
|
+
type NavigationControlOptions = OlaMapsGl.NavigationControlOptions;
|
|
334
|
+
type GeolocateControlOptions = OlaMapsGl.GeolocateControlOptions;
|
|
335
|
+
type ScaleControlOptions = OlaMapsGl.ScaleControlOptions;
|
|
336
|
+
type FullscreenControlOptions = OlaMapsGl.FullscreenControlOptions;
|
|
337
|
+
type AttributionControlOptions = OlaMapsGl.AttributionControlOptions;
|
|
338
|
+
type StyleSpecification = OlaMapsGl.StyleSpecification;
|
|
339
|
+
type LayerSpecification = OlaMapsGl.LayerSpecification;
|
|
340
|
+
type SourceSpecification = OlaMapsGl.SourceSpecification;
|
|
341
|
+
type StyleOptions = OlaMapsGl.StyleOptions;
|
|
342
|
+
type StyleSetterOptions = OlaMapsGl.StyleSetterOptions;
|
|
343
|
+
type AddLayerObject = OlaMapsGl.AddLayerObject;
|
|
344
|
+
type GeoJSONSource = OlaMapsGl.GeoJSONSource;
|
|
345
|
+
type GeoJSONSourceOptions = OlaMapsGl.GeoJSONSourceOptions;
|
|
346
|
+
type GeoJSONSourceDiff = OlaMapsGl.GeoJSONSourceDiff;
|
|
347
|
+
type GeoJSONFeatureId = OlaMapsGl.GeoJSONFeatureId;
|
|
348
|
+
type VectorTileSource = OlaMapsGl.VectorTileSource;
|
|
349
|
+
type RasterTileSource = OlaMapsGl.RasterTileSource;
|
|
350
|
+
type ImageSource = OlaMapsGl.ImageSource;
|
|
351
|
+
type CanvasSource = OlaMapsGl.CanvasSource;
|
|
352
|
+
type VideoSource = OlaMapsGl.VideoSource;
|
|
353
|
+
type LngLat = OlaMapsGl.LngLat;
|
|
354
|
+
type LngLatLike = OlaMapsGl.LngLatLike;
|
|
355
|
+
type LngLatBounds = OlaMapsGl.LngLatBounds;
|
|
356
|
+
type Point = OlaMapsGl.Point;
|
|
357
|
+
type MercatorCoordinate = OlaMapsGl.MercatorCoordinate;
|
|
358
|
+
type Coordinates = OlaMapsGl.Coordinates;
|
|
359
|
+
type Feature = OlaMapsGl.Feature;
|
|
360
|
+
type MapGeoJSONFeature = OlaMapsGl.MapGeoJSONFeature;
|
|
361
|
+
type GeoJSONFeature = OlaMapsGl.GeoJSONFeature;
|
|
362
|
+
type FeatureStates = OlaMapsGl.FeatureStates;
|
|
363
|
+
type FeatureIdentifier = OlaMapsGl.FeatureIdentifier;
|
|
364
|
+
type GeoJSON = GeoJSON.GeoJSON;
|
|
365
|
+
type Geometry = GeoJSON.Geometry;
|
|
366
|
+
type GeometryCollection = GeoJSON.GeometryCollection;
|
|
367
|
+
type GeoJSONPoint = GeoJSON.Point;
|
|
368
|
+
type MultiPoint = GeoJSON.MultiPoint;
|
|
369
|
+
type LineString = GeoJSON.LineString;
|
|
370
|
+
type MultiLineString = GeoJSON.MultiLineString;
|
|
371
|
+
type Polygon = GeoJSON.Polygon;
|
|
372
|
+
type MultiPolygon = GeoJSON.MultiPolygon;
|
|
373
|
+
type FeatureCollection = GeoJSON.FeatureCollection;
|
|
374
|
+
type GeoJsonProperties = GeoJSON.GeoJsonProperties;
|
|
375
|
+
type Position = GeoJSON.Position;
|
|
376
|
+
type BBox = GeoJSON.BBox;
|
|
377
|
+
type QueryRenderedFeaturesOptions = OlaMapsGl.QueryRenderedFeaturesOptions;
|
|
378
|
+
type QuerySourceFeatureOptions = OlaMapsGl.QuerySourceFeatureOptions;
|
|
379
|
+
type QueryRenderedFeaturesResults = OlaMapsGl.QueryRenderedFeaturesResults;
|
|
380
|
+
type MapMouseEvent = OlaMapsGl.MapMouseEvent;
|
|
381
|
+
type MapTouchEvent = OlaMapsGl.MapTouchEvent;
|
|
382
|
+
type MapWheelEvent = OlaMapsGl.MapWheelEvent;
|
|
383
|
+
type MapLayerMouseEvent = OlaMapsGl.MapLayerMouseEvent;
|
|
384
|
+
type MapLayerTouchEvent = OlaMapsGl.MapLayerTouchEvent;
|
|
385
|
+
type MapDataEvent = OlaMapsGl.MapDataEvent;
|
|
386
|
+
type MapSourceDataEvent = OlaMapsGl.MapSourceDataEvent;
|
|
387
|
+
type MapStyleDataEvent = OlaMapsGl.MapStyleDataEvent;
|
|
388
|
+
type MapTerrainEvent = OlaMapsGl.MapTerrainEvent;
|
|
389
|
+
type MapProjectionEvent = OlaMapsGl.MapProjectionEvent;
|
|
390
|
+
type OlaMapsEvent = OlaMapsGl.MapLibreEvent;
|
|
391
|
+
type OlaMapsZoomEvent = OlaMapsGl.MapLibreZoomEvent;
|
|
392
|
+
type MapEventType = OlaMapsGl.MapEventType;
|
|
393
|
+
type AJAXError = OlaMapsGl.AJAXError;
|
|
394
|
+
type ErrorLike = OlaMapsGl.ErrorLike;
|
|
395
|
+
type IControl = OlaMapsGl.IControl;
|
|
396
|
+
type CustomLayerInterface = OlaMapsGl.CustomLayerInterface;
|
|
397
|
+
type RequestParameters = OlaMapsGl.RequestParameters;
|
|
398
|
+
type GetResourceResponse<T> = OlaMapsGl.GetResourceResponse<T>;
|
|
399
|
+
type AddProtocolAction = OlaMapsGl.AddProtocolAction;
|
|
400
|
+
type RequestTransformFunction = OlaMapsGl.RequestTransformFunction;
|
|
401
|
+
type TileState = OlaMapsGl.TileState;
|
|
402
|
+
}
|