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 7bbb6e0 commit 99d0642Copy full SHA for 99d0642
src/ui-mapbox/common.ts
@@ -872,6 +872,13 @@ export interface MapboxViewApi {
872
onLowMemory(): Promise<any>;
873
874
onDestroy(): Promise<any>;
875
+
876
+ project(data: LatLng): {
877
+ x: number;
878
+ y: number;
879
+ };
880
881
+ projectBack(screenCoordinate: { x: number, y: number }): LatLng;
882
}
883
884
// ----------------------------------------------------------------------------------------
0 commit comments