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 3c6e9e6 commit 14bc7e7Copy full SHA for 14bc7e7
src/ui-carto/ui/index.ios.ts
@@ -118,7 +118,7 @@ class AKMapEventListenerImpl extends NSObject implements AKMapEventListener {
118
};
119
},
120
get clickType(): ClickType {
121
- return Number(mapClickInfo.getClickType());
+ return mapClickInfo.getClickType() as number;
122
123
get position() {
124
return fromNativeMapPos(mapClickInfo.getClickPos());
0 commit comments