What?
The mapView.onMapClickListener(...) does not fire on iOS however the same code works on Android.
version: "@nativescript-community/ui-mapbox": "^6.2.31"
await this.mapboxView?.setOnMapClickListener((position: LatLng) =>
callback(position)
);
await callback(position:LatLng) {
console.log('click');
reutrn true;
}