-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmap4d.d.ts
More file actions
949 lines (795 loc) · 22.7 KB
/
map4d.d.ts
File metadata and controls
949 lines (795 loc) · 22.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
// Type definitions for map4dsdk 1.0
// Project: https://github.com/iotlinkadmin/map4d-web-sdk (Does not have to be to GitHub, but prefer linking to a source code repository rather than to a project website.)
// Definitions by: Sua Le <https://github.com/sua8051>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare module map4d {
enum MapType {
raster = "raster",
roadmap = "roadmap",
satellite = "satellite",
map3d = "map3d"
}
type IMapType = MapType | string
interface CircleOptions {
center: ILatLng
radius?: number
fillColor?: string
fillOpacity?: number
visible?: boolean
strokeColor?: string
strokeWidth?: number
draggable?: boolean
zIndex?: number
elevation?: number
userInteractionEnabled?: boolean
}
export type MapObjectData = {
reuseId?: string
data: string,
}
class Circle {
constructor(options: CircleOptions)
getMap(): Map
setMap(map: Map | null): void
setCenter(center: ILatLng): void
setRadius(radius: number): void
setFillColor(fillColor: string): void
setFillOpacity(fillOpacity: number): void
setStrokeColor(fillColor: string): void
setStrokeWidth(fillOpacity: number): void
setVisible(visible: boolean): void
getCenter(): LatLng
getRadius(): number
getFillColor(): string
getFillOpacity(): number
getStrokeColor(): string
getStrokeWidth(): number
isVisible(): boolean
setDraggable(draggable: boolean): void
isDraggable(): boolean
getElevation(): number
setElevation(elevation: number): number
getZIndex(): number
setZIndex(zIndex: number): void
getUserData(): any
setUserData(data: any)
isUserInteractionEnabled(): boolean
setUserInteraction(enable: boolean): void
}
class Measure {
constructor(path: ILatLng[])
setPath(path: ILatLng[]): void
addPath(path: ILatLng[]): void
length: number
perimeter: number
area: number
center: LatLng
}
class CoordinateTransformer {
constructor(coordinates: ILatLng[])
setCoordinates(coordinates: ILatLng[]): void
addCoordinates(coordinates: ILatLng[]): void
rotate(degree: number, anchor?: ILatLng): LatLng[]
translate(target: ILatLng, anchor?: ILatLng): LatLng[]
scale(scale: number, anchor?: ILatLng): LatLng[]
center: LatLng
}
type ICameraPosition = CameraPosition | {target?: ILatLng, tilt?: number, bearing?: number, zoom?: number}
class CameraPosition{
setTarget(target: ILatLng): void
setTilt(degrees: number): void
setBearing(degrees: number): void
setZoom(zoom: number)
getTarget(): LatLng
getTilt(): number
getBearing(): number
getZoom(): number
}
class Icon {
constructor(width: number, height: number, url: string)
clone(): Icon
getWidth(): number
getHeight(): number
getUrl(): string
}
type ILatLng = LatLng | {lat: number, lng: number} | [number, number]
class LatLng {
constructor(lat: number, lng: number)
equals(other: LatLng): boolean
toString(): string
normalize(): LatLng
valid(): boolean
lat: number
lng: number
}
type ILatLngBounds = LatLngBounds | [ILatLng, ILatLng] | [number, number, number, number]
class LatLngBounds {
constructor(sw?: ILatLng, ne?: ILatLng)
getCenter(): LatLng
getNortheast(): LatLng
getSouthwest(): LatLng
extend(point: ILatLng): LatLngBounds
}
enum MapEvent {
cameraWillChange = 0,
cameraChanging,
idle,
hover,
click,
dblClick,
drag,
dragEnd,
dragStart,
mouseMove,
mouseOut,
mouseOver,
rightClick,
tilesLoaded,
modeChanged,
longClick,
boundsChanged,
limitedZoom
}
enum ControlOptions {
TOP_LEFT,
TOP_RIGHT,
BOTTOM_LEFT,
BOTTOM_RIGHT
}
enum Weather {
Rainy = 0,
Snowy,
Sunny,
Cloudy,
Live,
None
}
enum TimeEffect{
Live,
Morning,
Noon,
AfterNoon,
Evening,
None
}
interface MapOptions {
center?: ILatLng
zoom?: number
minZoom?: number
maxZoom?: number
maxNativeZoom?: number
geolocate?: boolean
tilt?: number
bearing?: number
controls?: boolean
mapType?: IMapType
controlOptions?: ControlOptions
restrictionBounds?: ILatLngBounds
shouldChangeMapMode?: Function
cooperativeGestures?: boolean
}
interface AnimationOptions {
duration?: number
easing?: (arg0: number) => number
animate?: boolean
}
interface PaddingOptions {
top?: number
bottom?: number
left?: number
right?: number
}
interface EventOptions {
marker?: boolean
polygon?: boolean
polyline?: boolean
circle?: boolean
poi?: boolean
building?: boolean
location?: boolean
mappoi?: boolean
mapbuilding?: boolean
place?: boolean
directions?: boolean
}
namespace Data {
interface Geometry {
getType(): string
forEachLatLng(callback: (LatLng) => void): void
}
class LineString implements Geometry {
constructor(elements: ILatLng[])
forEachLatLng(callback: (LatLng) => void): void
getType(): string
}
class LinearRing {
constructor(elements: ILatLng[])
elements: LatLng[]
}
class Polygon implements Geometry {
constructor(element: LinearRing)
forEachLatLng(callback: (LatLng) => void): void
getType(): string
}
class MultiPolygon implements Geometry {
constructor(elements: Data.Polygon[])
forEachLatLng(callback: (LatLng) => void): void
getAt(n: number): Data.Polygon
getLength(): number
getType(): string
}
class MultiLineString implements Geometry {
constructor(elements: Data.LineString[])
forEachLatLng(callback: (LatLng) => void): void
getAt(n: number): Data.LineString
getLength(): number
getType(): string
}
class Feature {
constructor(id: number | string, geometry: Geometry, properties: any)
getId(): number | string
getGeometry(): Geometry
getProperties(): any
}
type FeatureOptions = {
id : number | string
geometry: Data.Geometry
properties?: any
}
}
class MapData {
addGeoJson(geoJson: string): Data.Feature[]
add(feature: Data.Feature | Data.FeatureOptions): Data.Feature
remove(feature: Data.Feature): void
clear(): void
addListener(event: string | MapEvent, func: Function): MapsEventListener
setMinZoom(minZoom: number): void
setMaxZoom(maxZoom: number): void
getMinZoom(): number
getMaxZoom(): number
}
class Map {
destroy: ()=>void
constructor(container: HTMLElement, options?: MapOptions)
data: MapData
/**
* @deprecated This prop is no longer support, which is subject to removal in a future versions.
*/
enable3dMode(enabled: boolean): void
getBounds(paddingOptions?: PaddingOptions): LatLngBounds
setTileUrl(mapUrl: string, is3dMode: boolean): void
getTileUrl(is3dMode: boolean): string
setMinZoom(minZoom: number): void
setMaxZoom(maxZoom: number): void
setWeather(weather: string | Weather, provider?: WeatherProvider): void
getWeather(): Weather
panBy(offset: IPoint, animationOptions?: AnimationOptions): void
panTo(latLng: ILatLng, animationOptions?: AnimationOptions): void
moveToMyLocation(animate: boolean): void
moveCamera(position: ICameraPosition, animationOptions?: AnimationOptions): void
getCamera(): CameraPosition
getCameraWithBounds(bounds: ILatLngBounds, padding?: PaddingOptions): CameraPosition
getRestrictionBounds(): LatLngBounds
setRestrictionBounds(bounds: ILatLngBounds): void
fitBounds(bounds: ILatLngBounds, padding?: PaddingOptions, animationOptions?: AnimationOptions): void
addListener(event: string | MapEvent, func: Function, options?: EventOptions): MapsEventListener
setDate(date: Date): void
/**
* @deprecated This prop is no longer support, which is subject to removal in a future versions.
*/
is3dMode(): boolean
getMinZoom(): number
getPreferMinZoom(): number
getMaxZoom(): number
setMaxNativeZoom(maxNativeZoom: number): void
getMaxNativeZoom(): number
getTimeEffect(): TimeEffect
setTimeEffect(timeEffect: string | TimeEffect): void
setShadowEffect(enabled: boolean): void
setBuildingsEnabled(enabled: boolean): void
isBuildingsEnabled(): boolean
setPOIsEnabled(enabled: boolean): void
isPOIsEnabled(): boolean
setFilterPOIs(poiTypes: string[]): void
getFilterPOIs(): string[]
setFilterBuildings(buildingTypes: string[]): void
getFilterBuildings(): string[]
setWaterEffect(enabled: boolean): void
setSelectedBuildings(ids: string[]): void
getSelectedBuildings(): string[]
setHiddenBuilding(id: string): void
setUnhiddenBuilding(id: string): void
setHiddenBuildings(ids: string[]): void
setVisibleBuildings(ids: string[]): void
setZoomGesturesEnabled(value: boolean): void
setScrollGesturesEnabled(value: boolean): void
setRotateGesturesEnabled(value: boolean): void
setTiltGesturesEnabled(value: boolean): void
setAllGesturesEnabled(enabled: boolean): void
setMapType(mapType: IMapType): void
getMapType(): MapType
setMapStyle(json: string): void
setMapId(id: string): void
}
interface MapsEventListener {
remove(): void
updateEventOptions(options: EventOptions): void
}
interface MarkerOptions {
position: ILatLng
visible?: boolean
anchor?: IPoint
labelAnchor?: IPoint
icon?: Icon | string
elevation?: number
rotation?: number
title?: string
snippet?: string
windowAnchor?: IPoint
zIndex?: number
label?: string | MarkerLabel
draggable?: boolean
iconView?: string | Node
userInteractionEnabled?: boolean
}
interface MarginOptions {
top?: number,
bottom?: number,
left?: number,
right?: number
}
interface MarkerLabelOptions {
text: string
color?: string
fontWeight?: string
fontSize?: number
maxWidth?: number
line?: number
halo?: boolean
haloColor?: string
anchor?: IPoint,
margin?: MarginOptions
}
class Marker {
constructor(options: MarkerOptions)
setMap(map: Map | null)
setPosition(position: ILatLng)
setVisible(visible: boolean)
setAnchor(anchor: IPoint)
setLabelAnchor(labelAnchor: IPoint): void
setIcon(icon: Icon | string)
setElevation(elevation: number)
setRotation(rotation: number): void
setZIndex(zIndex: number): void
getZIndex(): number
getPosition(): LatLng
isVisible(): boolean
getAnchor(): Point
getLabelAnchor(): Point
getIcon(): Icon | string
getElevation(): number
getRotation(): number
getMap(): Map
hideInfoWindow(): void
showInfoWindow(): void
getTitle(): string
setTitle(title: string): void
getSnippet(): string
setSnippet(snippet: string): void
setWindowAnchor(anchor: IPoint): void
setInfoWindow(infoWindow: string | Node): void
setInfoContents(infoContents: string | Node): void
isInfoWindowShown(): boolean
setDraggable(draggable: boolean): void
isDraggable(): boolean
getUserData(): any
setUserData(data: any)
setLabel(label: string | MarkerLabel): void
setIconView(iconView: string | Node ): void
getIconView(): string | Node
isUserInteractionEnabled(): boolean
setUserInteraction(enable: boolean): void
}
class MarkerLabel {
constructor(options: MarkerLabelOptions)
getColor(): string
getFontWeight(): string
getFontSize(): number
getText(): string
hasHalo(): boolean
getHaloColor(): string
getAnchor(): Point
getMargin(): MarginOptions
}
type IPoint = Point | {x: number, y: number} | [number, number]
class Point {
x: number
y: number
constructor(x: number, y: number)
equals(other: Point): boolean
toString(): string
}
interface PolygonOptions {
paths: ILatLng[][]
fillColor?: string
fillOpacity?: number
visible?: boolean
strokeColor?: string
strokeWidth?: number
draggable?: boolean
zIndex?: number
elevation?: number
userInteractionEnabled?: boolean
}
class Polygon {
constructor(options: PolygonOptions)
getMap(): Map
setMap(map: Map | null): void
setPaths(paths: ILatLng[][]): void
setFillColor(fillColor: string): void
setFillOpacity(fillOpacity: number): void
setStrokeColor(strokeColor: string): void
setStrokeWidth(strokeWidth: number): void
setVisible(visible: boolean): void
getPaths(): LatLng[][]
getFillColor(): string
getFillOpacity(): number
getStrokeColor(): string
getStrokeWidth(): number
isVisible(): boolean
setDraggable(isDraggable: boolean): void
isDraggable(): boolean
getZIndex(): number
setZIndex(zIndex: number): void
getElevation(): number
setElevation(elevation: number): void
getUserData(): any
setUserData(data: any): void
isUserInteractionEnabled(): boolean
setUserInteraction(enable: boolean): void
}
interface PolylineOptions {
path: ILatLng[]
strokeWidth?: number
strokeColor?: string
strokeOpacity?: number
visible?: boolean
closed?: boolean
draggable?: boolean
zIndex?: number
elevation?: number
style?: string
strokePattern?: PatternItem
userInteractionEnabled?: boolean
}
class Polyline {
constructor(options: PolylineOptions)
getPath(): LatLng[]
getMap(): Map
setMap(map: Map | null): void
setPath(path: ILatLng[]): void
setStrokeWidth(strokeWidth: number): void
setClosed(closed: boolean): void
setStrokeColor(strokeColor: string): void
setStrokeOpacity(strokeOpacity: number): void
setVisible(visible: boolean): void
setStyle(style: string): void
setStrokePattern(strokePattern: PatternItem): void
getStrokeWidth(): number
getStrokeColor(): string
getStrokeOpacity(): number
isVisible(): boolean
isClosed(): boolean
getZIndex(): boolean
setZIndex(zIndex: number): void
getElevation(): number
setElevation(elevation: number): number
getStyle(): string
getStrokePattern(): PatternItem
getUserData(): any
setUserData(data: any): void
isDraggable(): boolean
setDraggable(value: boolean): void
isUserInteractionEnabled(): boolean
setUserInteraction(enable: boolean): void
}
class Projection {
constructor(map: Map)
fromLatLngToScreen(latLng: ILatLng, elevation?: number): Point
fromScreenToLatLng(screenCoordinate: IPoint, elevation?: number): LatLng
fromLatLngToPoint(latLng: ILatLng): Point
fromPointToLatLng(point: IPoint): LatLng
}
interface MarkerClusterOptions {
minZoom?: number
maxZoom?: number
radius?: number
zoomOnClick?: boolean,
clusterIcon?: (size: number) => Icon
}
class MarkerClusterer {
constructor(markers: Marker[], options?: MarkerClusterOptions)
setZoomOnClick(zoomOnClick: boolean): void
setMap(map: Map | null): void
}
interface POIOptions {
position: ILatLng
title?: string
subtitle?: string
/**
* @deprecated This prop is no longer support, which is subject to removal in a future versions.
*/
titleColor?: string
color?: string
type?: string
icon?: string
elevation?: number
zIndex?: number
visible?: boolean
draggable?: boolean
userInteractionEnabled?: boolean
}
class POI {
constructor(options: POIOptions)
setMap(map: Map | null): void
getMap(): Map
getTitle(): string
setTitle(value: string): void
getPosition(): LatLng
setPosition(value: ILatLng): void
getColor(): string
setColor(value: string): void
/**
* @deprecated This prop is no longer support, which is subject to removal in a future versions.
*/
getTitleColor(): string
/**
* @deprecated This prop is no longer support, which is subject to removal in a future versions.
*/
setTitleColor(value: string): void
getSubtitle(): string
setSubtitle(value: string): void
getType(): string
setType(value: string): void
getIcon(): string
setIcon(icon: string): void
isVisible(): boolean
setVisible(value: boolean): void
isDraggable(): boolean
setDraggable(value: boolean): void
getZIndex(): number
setZIndex(zIndex: number): void
getElevation(): number
setElevation(elevation: number): void
getUserData(): any
setUserData(data: any): void
isUserInteractionEnabled(): boolean
setUserInteraction(enable: boolean): void
}
interface BuildingOptions {
position?: ILatLng
name?: string
scale?: number
bearing?: number
elevation?: number
height?: number
model?: string
texture?: string
coordinates?: ILatLng[]
zIndex?: number
visible?: boolean
draggable?: boolean
userInteractionEnabled?: boolean
selected?: boolean
growUp?: boolean
}
class Building {
constructor(options: BuildingOptions)
setMap(map: Map | null): void
getMap(): Map
getPosition(): LatLng
setPosition(position: ILatLng): void
getName(): string
setName(name: string): void
getBearing(): number
setBearing(bearing: number): void
getScale(): number
setScale(scale: number): void
getHeight(): number
setHeight(height: number): void
getElevation(): number
setElevation(elevation: number): void
isSelected(): boolean
setSelected(selected: boolean): void
setModel(model: string): void
getCoordinates(): LatLng[]
setCoordinates(values: ILatLng[]): void
setTexture(texture: string): void
isVisible(): boolean
setVisible(visible: boolean): void
isGrowUp(): boolean
setGrowUp(value: boolean): void
isDraggable(): boolean
setDraggable(value: boolean): void
getZIndex(): number
setZIndex(zIndex: number): void
getUserData(): any
setUserData(data: any): void
isUserInteractionEnabled(): boolean
setUserInteraction(enable: boolean): void
getTileCovers(zooms: number[], completion: Function): void
getBoundsCoordinates(completion: Function): void
}
interface TileOverlayOptions {
getUrl: Function
visible?: boolean
zIndex?: number
opacity?: number
}
class TileOverlay {
constructor(options?: TileOverlayOptions)
setMap(map: Map | null): void
setVisible(visibility: boolean): void
isVisible(): boolean
setZIndex(zIndex: number): void
getZIndex(): number
setOpacity(opacity: number): void
getOpacity(): number
}
interface GroundOverlayOptions {
getUrl: Function
bounds: ILatLngBounds
override?: boolean
visible?: boolean
zIndex?: number
opacity?: number
}
class GroundOverlay {
constructor(options: GroundOverlayOptions)
setMap(map?: Map | null): void
setVisible(visibility: boolean): void
isVisible(): boolean
setZIndex(zIndex: number): void
getZIndex(): number
setOpacity(opacity: number): void
getOpacity(): number
}
interface ImageOverlayOptions {
bounds: ILatLngBounds
url: string
visible?: boolean
zIndex?: number
opacity?: number
}
class ImageOverlay {
constructor(overlayOptions: ImageOverlayOptions)
setMap(map: Map | null): void
setVisible(visibility: boolean): void
isVisible(): boolean
setOpacity(opacity: number): void
getOpacity(): number
}
interface POIData {
id: string
position: ILatLng
title: string
type?: string
zIndex?: number
}
interface POIOverlayOptions {
getUrl: Function
parserData: Function
prefixId? :string
visible?: boolean
}
class POIOverlay {
constructor(options: POIOverlayOptions)
setMap(map: Map | null): void
setVisible(visibility: boolean): void
isVisible(): boolean
getPrefixId(): string
}
interface BuildingData {
id: string
name: string
position: ILatLng
scale?: number
bearing?: number
elevation?: number
height?: number
model?: string
texture?: string
coordinates?: ILatLng[]
startDate?: number
endDate?: number
}
interface BuildingOverlayOptions {
getUrl: Function
parserData: Function
prefixId? :string
visible?: boolean
}
class BuildingOverlay {
constructor(options?: BuildingOverlayOptions)
setMap(map: Map | null): void
setVisible(visibility: boolean): void
isVisible(): boolean
getPrefixId(): string
}
interface WeatherProvider {
refreshDistance?: number,//metter
refreshTime?: number,//seconds
getWeather: (location: LatLng, callback: (weather: number|string|Weather) => void) => void
}
interface RouteOptions {
paths: ILatLng[][]
waypoints?: ILatLng[]
}
interface DirectionsRendererOptions {
routes?: string | object | RouteOptions | ILatLng[][]
/**
* @deprecated The `directions` prop is no longer support, which is subject to removal in a future versions. Use
* the `routes` prop instead.
*/
directions?: string
activedIndex?: number
activeStrokeWidth?: number
activeStrokeColor?: string
activeOutlineWidth?: number
activeOutlineColor?: string
activeStrokePattern?: PatternItem
inactiveStrokeWidth?: number
inactiveStrokeColor?: string
inactiveOutlineWidth?: number
inactiveOutlineColor?: string
inactiveStrokePattern?: PatternItem
originMarkerOptions?: MarkerOptions
destinationMarkerOptions?: MarkerOptions
waypointMarkerOptions?: MarkerOptions[]
onMarkerDragEnd?: Function
}
class DirectionsRenderer {
constructor(options?: DirectionsRendererOptions)
setOptions(options: DirectionsRendererOptions)
setMap(map: Map | null): void
getMap(): Map
setRoutes(routes: string | object | RouteOptions | ILatLng[][]): void
getRoutes(): LatLng[][]
/**
* @deprecated setDirections method is no longer support, which is subject to removal in a future versions.
*/
setDirections(directions: string): void
setActivedIndex(routeIndex: number): void
getActivedIndex(): number
setActiveStrokePattern(pattern: PatternItem): void
setInactiveStrokePattern(pattern: PatternItem): void
}
abstract class PatternItem {
protected constructor()
}
class SolidPattern extends PatternItem {
constructor()
}
interface DashPatternOptions {
length: number
gap: number
}
class DashPattern extends PatternItem {
constructor(options: DashPatternOptions)
getLength(): number
getGap(): number
}
interface DotPatternOptions {
repeat?: number
}
class DotPattern extends PatternItem {
constructor(options: DotPatternOptions)
getRepeat(): number
}
interface IconPatternOptions {
url: string
}
class IconPattern extends PatternItem {
constructor(options: IconPatternOptions)
}
}