We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a415a4 commit a963f4dCopy full SHA for a963f4d
src/types/lib.ts
@@ -81,6 +81,18 @@ export interface MapInstance extends Evented {
81
82
triggerRepaint(): void;
83
84
+ getCenter(): LngLat;
85
+
86
+ getZoom(): number;
87
88
+ getBearing(): number;
89
90
+ getPitch(): number;
91
92
+ getPadding(): PaddingOptions;
93
94
+ getRenderWorldCopies(): boolean;
95
96
setPadding(padding: PaddingOptions);
97
98
fitBounds(bounds: any, options?: any);
0 commit comments