@azure-rest/maps-render 1.0.0-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.
Files changed (33) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +224 -0
  3. package/dist/index.js +365 -0
  4. package/dist/index.js.map +1 -0
  5. package/dist-esm/src/createMultiCollection.js +13 -0
  6. package/dist-esm/src/createMultiCollection.js.map +1 -0
  7. package/dist-esm/src/createPathQuery.js +97 -0
  8. package/dist-esm/src/createPathQuery.js.map +1 -0
  9. package/dist-esm/src/createPinsQuery.js +74 -0
  10. package/dist-esm/src/createPinsQuery.js.map +1 -0
  11. package/dist-esm/src/generated/clientDefinitions.js +4 -0
  12. package/dist-esm/src/generated/clientDefinitions.js.map +1 -0
  13. package/dist-esm/src/generated/index.js +11 -0
  14. package/dist-esm/src/generated/index.js.map +1 -0
  15. package/dist-esm/src/generated/isUnexpected.js +77 -0
  16. package/dist-esm/src/generated/isUnexpected.js.map +1 -0
  17. package/dist-esm/src/generated/mapsRenderClient.js +25 -0
  18. package/dist-esm/src/generated/mapsRenderClient.js.map +1 -0
  19. package/dist-esm/src/generated/outputModels.js +4 -0
  20. package/dist-esm/src/generated/outputModels.js.map +1 -0
  21. package/dist-esm/src/generated/parameters.js +4 -0
  22. package/dist-esm/src/generated/parameters.js.map +1 -0
  23. package/dist-esm/src/generated/responses.js +4 -0
  24. package/dist-esm/src/generated/responses.js.map +1 -0
  25. package/dist-esm/src/index.js +9 -0
  26. package/dist-esm/src/index.js.map +1 -0
  27. package/dist-esm/src/mapsRender.js +29 -0
  28. package/dist-esm/src/mapsRender.js.map +1 -0
  29. package/dist-esm/src/positionToTileXY.js +44 -0
  30. package/dist-esm/src/positionToTileXY.js.map +1 -0
  31. package/package.json +130 -0
  32. package/review/maps-render.api.md +555 -0
  33. package/types/maps-render-rest.d.ts +1225 -0
@@ -0,0 +1,555 @@
1
+ ## API Report File for "@azure-rest/maps-render"
2
+
3
+ > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
+
5
+ ```ts
6
+
7
+ import { AzureKeyCredential } from '@azure/core-auth';
8
+ import { Client } from '@azure-rest/core-client';
9
+ import { ClientOptions } from '@azure-rest/core-client';
10
+ import { HttpResponse } from '@azure-rest/core-client';
11
+ import { LatLon } from '@azure/maps-common';
12
+ import { RawHttpHeaders } from '@azure/core-rest-pipeline';
13
+ import { RequestParameters } from '@azure-rest/core-client';
14
+ import { StreamableMethod } from '@azure-rest/core-client';
15
+ import { TokenCredential } from '@azure/core-auth';
16
+
17
+ // @public
18
+ export interface CircularPath {
19
+ center: LatLon;
20
+ options?: CircularPathOptions;
21
+ radiusInMeters: number;
22
+ }
23
+
24
+ // @public
25
+ export interface CircularPathOptions {
26
+ lineColor?: string;
27
+ lineOpacity?: number;
28
+ lineWidthInPixels?: number;
29
+ }
30
+
31
+ // @public
32
+ export interface CopyrightCaptionOutput {
33
+ copyrightsCaption: string;
34
+ formatVersion?: string;
35
+ }
36
+
37
+ // @public
38
+ export interface CopyrightOutput {
39
+ formatVersion?: string;
40
+ generalCopyrights?: Array<string>;
41
+ regions?: Array<RegionCopyrightsOutput>;
42
+ }
43
+
44
+ // @public
45
+ export function createPathQuery(paths: Array<PolygonalPath | CircularPath>): string;
46
+
47
+ // @public
48
+ export function createPinsQuery(pinSets: PinSet[]): string;
49
+
50
+ // @public
51
+ export interface ErrorAdditionalInfoOutput {
52
+ info?: Record<string, unknown>;
53
+ type?: string;
54
+ }
55
+
56
+ // @public
57
+ export interface ErrorDetailOutput {
58
+ additionalInfo?: Array<ErrorAdditionalInfoOutput>;
59
+ code?: string;
60
+ details?: Array<ErrorDetailOutput>;
61
+ message?: string;
62
+ target?: string;
63
+ }
64
+
65
+ // @public
66
+ export interface ErrorResponseOutput {
67
+ error?: ErrorDetailOutput;
68
+ }
69
+
70
+ // @public (undocumented)
71
+ export interface GetCopyrightCaption {
72
+ get(options?: RenderGetCopyrightCaptionParameters): StreamableMethod<RenderGetCopyrightCaption200Response | RenderGetCopyrightCaptionDefaultResponse>;
73
+ }
74
+
75
+ // @public (undocumented)
76
+ export interface GetCopyrightForTile {
77
+ get(options: RenderGetCopyrightForTileParameters): StreamableMethod<RenderGetCopyrightForTile200Response | RenderGetCopyrightForTileDefaultResponse>;
78
+ }
79
+
80
+ // @public (undocumented)
81
+ export interface GetCopyrightForWorld {
82
+ get(options?: RenderGetCopyrightForWorldParameters): StreamableMethod<RenderGetCopyrightForWorld200Response | RenderGetCopyrightForWorldDefaultResponse>;
83
+ }
84
+
85
+ // @public (undocumented)
86
+ export interface GetCopyrightFromBoundingBox {
87
+ get(options: RenderGetCopyrightFromBoundingBoxParameters): StreamableMethod<RenderGetCopyrightFromBoundingBox200Response | RenderGetCopyrightFromBoundingBoxDefaultResponse>;
88
+ }
89
+
90
+ // @public (undocumented)
91
+ export interface GetMapAttribution {
92
+ get(options: RenderGetMapAttributionParameters): StreamableMethod<RenderGetMapAttribution200Response | RenderGetMapAttributionDefaultResponse>;
93
+ }
94
+
95
+ // @public (undocumented)
96
+ export interface GetMapStateTile {
97
+ get(options: RenderGetMapStateTileParameters): StreamableMethod<RenderGetMapStateTile200Response | RenderGetMapStateTileDefaultResponse>;
98
+ }
99
+
100
+ // @public (undocumented)
101
+ export interface GetMapStaticImage {
102
+ get(options?: RenderGetMapStaticImageParameters): StreamableMethod<RenderGetMapStaticImage200Response | RenderGetMapStaticImageDefaultResponse>;
103
+ }
104
+
105
+ // @public (undocumented)
106
+ export interface GetMapTile {
107
+ get(options: RenderGetMapTileParameters): StreamableMethod<RenderGetMapTile200Response | RenderGetMapTileDefaultResponse>;
108
+ }
109
+
110
+ // @public (undocumented)
111
+ export interface GetMapTileset {
112
+ get(options: RenderGetMapTilesetParameters): StreamableMethod<RenderGetMapTileset200Response | RenderGetMapTilesetDefaultResponse>;
113
+ }
114
+
115
+ // @public (undocumented)
116
+ export function isUnexpected(response: RenderGetMapTile200Response | RenderGetMapTileDefaultResponse): response is RenderGetMapTileDefaultResponse;
117
+
118
+ // @public (undocumented)
119
+ export function isUnexpected(response: RenderGetMapTileset200Response | RenderGetMapTilesetDefaultResponse): response is RenderGetMapTilesetDefaultResponse;
120
+
121
+ // @public (undocumented)
122
+ export function isUnexpected(response: RenderGetMapAttribution200Response | RenderGetMapAttributionDefaultResponse): response is RenderGetMapAttributionDefaultResponse;
123
+
124
+ // @public (undocumented)
125
+ export function isUnexpected(response: RenderGetMapStateTile200Response | RenderGetMapStateTileDefaultResponse): response is RenderGetMapStateTileDefaultResponse;
126
+
127
+ // @public (undocumented)
128
+ export function isUnexpected(response: RenderGetCopyrightCaption200Response | RenderGetCopyrightCaptionDefaultResponse): response is RenderGetCopyrightCaptionDefaultResponse;
129
+
130
+ // @public (undocumented)
131
+ export function isUnexpected(response: RenderGetMapStaticImage200Response | RenderGetMapStaticImageDefaultResponse): response is RenderGetMapStaticImageDefaultResponse;
132
+
133
+ // @public (undocumented)
134
+ export function isUnexpected(response: RenderGetCopyrightFromBoundingBox200Response | RenderGetCopyrightFromBoundingBoxDefaultResponse): response is RenderGetCopyrightFromBoundingBoxDefaultResponse;
135
+
136
+ // @public (undocumented)
137
+ export function isUnexpected(response: RenderGetCopyrightForTile200Response | RenderGetCopyrightForTileDefaultResponse): response is RenderGetCopyrightForTileDefaultResponse;
138
+
139
+ // @public (undocumented)
140
+ export function isUnexpected(response: RenderGetCopyrightForWorld200Response | RenderGetCopyrightForWorldDefaultResponse): response is RenderGetCopyrightForWorldDefaultResponse;
141
+
142
+ // @public
143
+ export interface MapAttributionOutput {
144
+ copyrights: Array<string>;
145
+ }
146
+
147
+ // @public
148
+ function MapsRender(credential: AzureKeyCredential, options?: ClientOptions): MapsRenderClient;
149
+
150
+ // @public
151
+ function MapsRender(credential: TokenCredential, mapsAccountClientId: string, options?: ClientOptions): MapsRenderClient;
152
+ export default MapsRender;
153
+
154
+ // @public (undocumented)
155
+ export type MapsRenderClient = Client & {
156
+ path: Routes;
157
+ };
158
+
159
+ // @public
160
+ export interface MapTilesetOutput {
161
+ attribution?: string;
162
+ bounds?: Array<number>;
163
+ center?: Array<number>;
164
+ data?: Array<string>;
165
+ description?: string;
166
+ grids?: Array<string>;
167
+ legend?: string;
168
+ maxzoom?: number;
169
+ minzoom?: number;
170
+ name?: string;
171
+ scheme?: string;
172
+ template?: string;
173
+ tilejson: string;
174
+ tiles: Array<string>;
175
+ version?: string;
176
+ }
177
+
178
+ // @public
179
+ export interface Pin {
180
+ coordinate: LatLon;
181
+ label?: string;
182
+ }
183
+
184
+ // @public
185
+ export interface PinOptions {
186
+ labelAnchor?: [number, number];
187
+ labelColor?: string;
188
+ labelSizeInPixels?: number;
189
+ opacity?: number;
190
+ pinAnchor?: [number, number];
191
+ pinColor?: string;
192
+ rotationInDegree?: number;
193
+ scale?: number;
194
+ }
195
+
196
+ // @public (undocumented)
197
+ export interface PinSet {
198
+ // (undocumented)
199
+ options?: PinOptions;
200
+ // (undocumented)
201
+ pinImage?: "default" | "none" | string;
202
+ // (undocumented)
203
+ pins: Pin[];
204
+ }
205
+
206
+ // @public
207
+ export interface PolygonalPath {
208
+ coordinates: LatLon[];
209
+ options?: PolygonalPathOptions;
210
+ }
211
+
212
+ // @public
213
+ export interface PolygonalPathOptions extends CircularPathOptions {
214
+ fillColor?: string;
215
+ fillOpacity?: number;
216
+ }
217
+
218
+ // @public
219
+ export function positionToTileXY(position: LatLon, zoom: number, tileSize: "512" | "256"): {
220
+ x: number;
221
+ y: number;
222
+ };
223
+
224
+ // @public
225
+ export interface RegionCopyrightsCountryOutput {
226
+ ISO3: string;
227
+ label: string;
228
+ }
229
+
230
+ // @public (undocumented)
231
+ export interface RegionCopyrightsOutput {
232
+ copyrights: Array<string>;
233
+ country: RegionCopyrightsCountryOutput;
234
+ }
235
+
236
+ // @public
237
+ export interface RenderGetCopyrightCaption200Response extends HttpResponse {
238
+ // (undocumented)
239
+ body: CopyrightCaptionOutput;
240
+ // (undocumented)
241
+ status: "200";
242
+ }
243
+
244
+ // @public
245
+ export interface RenderGetCopyrightCaptionDefaultResponse extends HttpResponse {
246
+ // (undocumented)
247
+ body: ErrorResponseOutput;
248
+ // (undocumented)
249
+ status: string;
250
+ }
251
+
252
+ // @public (undocumented)
253
+ export type RenderGetCopyrightCaptionParameters = RequestParameters;
254
+
255
+ // @public
256
+ export interface RenderGetCopyrightForTile200Response extends HttpResponse {
257
+ // (undocumented)
258
+ body: CopyrightOutput;
259
+ // (undocumented)
260
+ status: "200";
261
+ }
262
+
263
+ // @public
264
+ export interface RenderGetCopyrightForTileDefaultResponse extends HttpResponse {
265
+ // (undocumented)
266
+ body: ErrorResponseOutput;
267
+ // (undocumented)
268
+ status: string;
269
+ }
270
+
271
+ // @public (undocumented)
272
+ export type RenderGetCopyrightForTileParameters = RenderGetCopyrightForTileQueryParam & RequestParameters;
273
+
274
+ // @public (undocumented)
275
+ export interface RenderGetCopyrightForTileQueryParam {
276
+ // (undocumented)
277
+ queryParameters: RenderGetCopyrightForTileQueryParamProperties;
278
+ }
279
+
280
+ // @public (undocumented)
281
+ export interface RenderGetCopyrightForTileQueryParamProperties {
282
+ text?: "yes" | "no";
283
+ x: number;
284
+ y: number;
285
+ zoom: number;
286
+ }
287
+
288
+ // @public
289
+ export interface RenderGetCopyrightForWorld200Response extends HttpResponse {
290
+ // (undocumented)
291
+ body: CopyrightOutput;
292
+ // (undocumented)
293
+ status: "200";
294
+ }
295
+
296
+ // @public
297
+ export interface RenderGetCopyrightForWorldDefaultResponse extends HttpResponse {
298
+ // (undocumented)
299
+ body: ErrorResponseOutput;
300
+ // (undocumented)
301
+ status: string;
302
+ }
303
+
304
+ // @public (undocumented)
305
+ export type RenderGetCopyrightForWorldParameters = RenderGetCopyrightForWorldQueryParam & RequestParameters;
306
+
307
+ // @public (undocumented)
308
+ export interface RenderGetCopyrightForWorldQueryParam {
309
+ // (undocumented)
310
+ queryParameters?: RenderGetCopyrightForWorldQueryParamProperties;
311
+ }
312
+
313
+ // @public (undocumented)
314
+ export interface RenderGetCopyrightForWorldQueryParamProperties {
315
+ text?: "yes" | "no";
316
+ }
317
+
318
+ // @public
319
+ export interface RenderGetCopyrightFromBoundingBox200Response extends HttpResponse {
320
+ // (undocumented)
321
+ body: CopyrightOutput;
322
+ // (undocumented)
323
+ status: "200";
324
+ }
325
+
326
+ // @public
327
+ export interface RenderGetCopyrightFromBoundingBoxDefaultResponse extends HttpResponse {
328
+ // (undocumented)
329
+ body: ErrorResponseOutput;
330
+ // (undocumented)
331
+ status: string;
332
+ }
333
+
334
+ // @public (undocumented)
335
+ export type RenderGetCopyrightFromBoundingBoxParameters = RenderGetCopyrightFromBoundingBoxQueryParam & RequestParameters;
336
+
337
+ // @public (undocumented)
338
+ export interface RenderGetCopyrightFromBoundingBoxQueryParam {
339
+ // (undocumented)
340
+ queryParameters: RenderGetCopyrightFromBoundingBoxQueryParamProperties;
341
+ }
342
+
343
+ // @public (undocumented)
344
+ export interface RenderGetCopyrightFromBoundingBoxQueryParamProperties {
345
+ maxcoordinates: Array<number>;
346
+ mincoordinates: Array<number>;
347
+ text?: "yes" | "no";
348
+ }
349
+
350
+ // @public
351
+ export interface RenderGetMapAttribution200Response extends HttpResponse {
352
+ // (undocumented)
353
+ body: MapAttributionOutput;
354
+ // (undocumented)
355
+ status: "200";
356
+ }
357
+
358
+ // @public
359
+ export interface RenderGetMapAttributionDefaultResponse extends HttpResponse {
360
+ // (undocumented)
361
+ body: ErrorResponseOutput;
362
+ // (undocumented)
363
+ status: string;
364
+ }
365
+
366
+ // @public (undocumented)
367
+ export type RenderGetMapAttributionParameters = RenderGetMapAttributionQueryParam & RequestParameters;
368
+
369
+ // @public (undocumented)
370
+ export interface RenderGetMapAttributionQueryParam {
371
+ // (undocumented)
372
+ queryParameters: RenderGetMapAttributionQueryParamProperties;
373
+ }
374
+
375
+ // @public (undocumented)
376
+ export interface RenderGetMapAttributionQueryParamProperties {
377
+ bounds: Array<number>;
378
+ tilesetId: "microsoft.base" | "microsoft.base.labels" | "microsoft.base.hybrid" | "microsoft.terra.main" | "microsoft.base.road" | "microsoft.base.darkgrey" | "microsoft.base.labels.road" | "microsoft.base.labels.darkgrey" | "microsoft.base.hybrid.road" | "microsoft.base.hybrid.darkgrey" | "microsoft.imagery" | "microsoft.weather.radar.main" | "microsoft.weather.infrared.main" | "microsoft.dem" | "microsoft.dem.contours" | "microsoft.traffic.absolute" | "microsoft.traffic.absolute.main" | "microsoft.traffic.relative" | "microsoft.traffic.relative.main" | "microsoft.traffic.relative.dark" | "microsoft.traffic.delay" | "microsoft.traffic.delay.main" | "microsoft.traffic.reduced.main" | "microsoft.traffic.incident";
379
+ zoom: number;
380
+ }
381
+
382
+ // @public (undocumented)
383
+ export interface RenderGetMapStateTile200Headers {
384
+ "content-type"?: string;
385
+ }
386
+
387
+ // @public
388
+ export interface RenderGetMapStateTile200Response extends HttpResponse {
389
+ body: Uint8Array;
390
+ // (undocumented)
391
+ headers: RawHttpHeaders & RenderGetMapStateTile200Headers;
392
+ // (undocumented)
393
+ status: "200";
394
+ }
395
+
396
+ // @public
397
+ export interface RenderGetMapStateTileDefaultResponse extends HttpResponse {
398
+ // (undocumented)
399
+ body: ErrorResponseOutput;
400
+ // (undocumented)
401
+ status: string;
402
+ }
403
+
404
+ // @public (undocumented)
405
+ export type RenderGetMapStateTileParameters = RenderGetMapStateTileQueryParam & RequestParameters;
406
+
407
+ // @public (undocumented)
408
+ export interface RenderGetMapStateTileQueryParam {
409
+ // (undocumented)
410
+ queryParameters: RenderGetMapStateTileQueryParamProperties;
411
+ }
412
+
413
+ // @public (undocumented)
414
+ export interface RenderGetMapStateTileQueryParamProperties {
415
+ statesetId: string;
416
+ x: number;
417
+ y: number;
418
+ zoom: number;
419
+ }
420
+
421
+ // @public (undocumented)
422
+ export interface RenderGetMapStaticImage200Headers {
423
+ "content-type"?: string;
424
+ }
425
+
426
+ // @public
427
+ export interface RenderGetMapStaticImage200Response extends HttpResponse {
428
+ body: Uint8Array;
429
+ // (undocumented)
430
+ headers: RawHttpHeaders & RenderGetMapStaticImage200Headers;
431
+ // (undocumented)
432
+ status: "200";
433
+ }
434
+
435
+ // @public
436
+ export interface RenderGetMapStaticImageDefaultResponse extends HttpResponse {
437
+ // (undocumented)
438
+ body: ErrorResponseOutput;
439
+ // (undocumented)
440
+ status: string;
441
+ }
442
+
443
+ // @public (undocumented)
444
+ export type RenderGetMapStaticImageParameters = RenderGetMapStaticImageQueryParam & RequestParameters;
445
+
446
+ // @public (undocumented)
447
+ export interface RenderGetMapStaticImageQueryParam {
448
+ // (undocumented)
449
+ queryParameters?: RenderGetMapStaticImageQueryParamProperties;
450
+ }
451
+
452
+ // @public (undocumented)
453
+ export interface RenderGetMapStaticImageQueryParamProperties {
454
+ bbox?: Array<number>;
455
+ center?: Array<number>;
456
+ height?: number;
457
+ language?: string;
458
+ layer?: "basic" | "hybrid" | "labels";
459
+ path?: string;
460
+ pins?: string;
461
+ style?: "main" | "dark";
462
+ view?: "AE" | "AR" | "BH" | "IN" | "IQ" | "JO" | "KW" | "LB" | "MA" | "OM" | "PK" | "PS" | "QA" | "SA" | "SY" | "YE" | "Auto" | "Unified";
463
+ width?: number;
464
+ zoom?: number;
465
+ }
466
+
467
+ // @public (undocumented)
468
+ export interface RenderGetMapTile200Headers {
469
+ "content-type"?: string;
470
+ }
471
+
472
+ // @public
473
+ export interface RenderGetMapTile200Response extends HttpResponse {
474
+ body: Uint8Array;
475
+ // (undocumented)
476
+ headers: RawHttpHeaders & RenderGetMapTile200Headers;
477
+ // (undocumented)
478
+ status: "200";
479
+ }
480
+
481
+ // @public
482
+ export interface RenderGetMapTileDefaultResponse extends HttpResponse {
483
+ // (undocumented)
484
+ body: ErrorResponseOutput;
485
+ // (undocumented)
486
+ status: string;
487
+ }
488
+
489
+ // @public (undocumented)
490
+ export type RenderGetMapTileParameters = RenderGetMapTileQueryParam & RequestParameters;
491
+
492
+ // @public (undocumented)
493
+ export interface RenderGetMapTileQueryParam {
494
+ // (undocumented)
495
+ queryParameters: RenderGetMapTileQueryParamProperties;
496
+ }
497
+
498
+ // @public (undocumented)
499
+ export interface RenderGetMapTileQueryParamProperties {
500
+ language?: string;
501
+ tilesetId: "microsoft.base" | "microsoft.base.labels" | "microsoft.base.hybrid" | "microsoft.terra.main" | "microsoft.base.road" | "microsoft.base.darkgrey" | "microsoft.base.labels.road" | "microsoft.base.labels.darkgrey" | "microsoft.base.hybrid.road" | "microsoft.base.hybrid.darkgrey" | "microsoft.imagery" | "microsoft.weather.radar.main" | "microsoft.weather.infrared.main" | "microsoft.dem" | "microsoft.dem.contours" | "microsoft.traffic.absolute" | "microsoft.traffic.absolute.main" | "microsoft.traffic.relative" | "microsoft.traffic.relative.main" | "microsoft.traffic.relative.dark" | "microsoft.traffic.delay" | "microsoft.traffic.delay.main" | "microsoft.traffic.reduced.main" | "microsoft.traffic.incident";
502
+ tileSize?: "256" | "512";
503
+ timeStamp?: Date | string;
504
+ view?: "AE" | "AR" | "BH" | "IN" | "IQ" | "JO" | "KW" | "LB" | "MA" | "OM" | "PK" | "PS" | "QA" | "SA" | "SY" | "YE" | "Auto" | "Unified";
505
+ x: number;
506
+ y: number;
507
+ zoom: number;
508
+ }
509
+
510
+ // @public
511
+ export interface RenderGetMapTileset200Response extends HttpResponse {
512
+ // (undocumented)
513
+ body: MapTilesetOutput;
514
+ // (undocumented)
515
+ status: "200";
516
+ }
517
+
518
+ // @public
519
+ export interface RenderGetMapTilesetDefaultResponse extends HttpResponse {
520
+ // (undocumented)
521
+ body: ErrorResponseOutput;
522
+ // (undocumented)
523
+ status: string;
524
+ }
525
+
526
+ // @public (undocumented)
527
+ export type RenderGetMapTilesetParameters = RenderGetMapTilesetQueryParam & RequestParameters;
528
+
529
+ // @public (undocumented)
530
+ export interface RenderGetMapTilesetQueryParam {
531
+ // (undocumented)
532
+ queryParameters: RenderGetMapTilesetQueryParamProperties;
533
+ }
534
+
535
+ // @public (undocumented)
536
+ export interface RenderGetMapTilesetQueryParamProperties {
537
+ tilesetId: "microsoft.base" | "microsoft.base.labels" | "microsoft.base.hybrid" | "microsoft.terra.main" | "microsoft.base.road" | "microsoft.base.darkgrey" | "microsoft.base.labels.road" | "microsoft.base.labels.darkgrey" | "microsoft.base.hybrid.road" | "microsoft.base.hybrid.darkgrey" | "microsoft.imagery" | "microsoft.weather.radar.main" | "microsoft.weather.infrared.main" | "microsoft.dem" | "microsoft.dem.contours" | "microsoft.traffic.absolute" | "microsoft.traffic.absolute.main" | "microsoft.traffic.relative" | "microsoft.traffic.relative.main" | "microsoft.traffic.relative.dark" | "microsoft.traffic.delay" | "microsoft.traffic.delay.main" | "microsoft.traffic.reduced.main" | "microsoft.traffic.incident";
538
+ }
539
+
540
+ // @public (undocumented)
541
+ export interface Routes {
542
+ (path: "/map/tile"): GetMapTile;
543
+ (path: "/map/tileset"): GetMapTileset;
544
+ (path: "/map/attribution"): GetMapAttribution;
545
+ (path: "/map/statetile"): GetMapStateTile;
546
+ (path: "/map/copyright/caption/{format}", format: "json" | "xml"): GetCopyrightCaption;
547
+ (path: "/map/static/{format}", format: "png"): GetMapStaticImage;
548
+ (path: "/map/copyright/bounding/{format}", format: "json" | "xml"): GetCopyrightFromBoundingBox;
549
+ (path: "/map/copyright/tile/{format}", format: "json" | "xml"): GetCopyrightForTile;
550
+ (path: "/map/copyright/world/{format}", format: "json" | "xml"): GetCopyrightForWorld;
551
+ }
552
+
553
+ // (No @packageDocumentation comment for this package)
554
+
555
+ ```