-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.4.0 , addOnPointAnnotationClickListener not working #768
Comments
This is a big issue that need a urgent hotfix |
same here. Currently, onPointAnnotationClick not working on Android |
Same here. currently onPointAnnotationClick not working on ios ` import 'package:flutter/material.dart'; class MapSuccessWidget extends StatefulWidget { @OverRide class _MapSuccessWidgetState extends State {
} Future _requestLocationPermission() async { void _onMapCreated(MapboxMap mapboxMap) async {
} @OverRide Future _createIconBitmap(
} Future _createMarker({
} CameraOptions calculateCameraOptions(List markers) {
} void _onPointAnnotationClick(PointAnnotation annotation) {
} Future _showSlotDetailsBottomSheet(
} class MarkerPoint { MarkerPoint({ class MarkerClickListener implements OnPointAnnotationClickListener { MarkerClickListener({required this.onClick}); @OverRide |
My solution is to downgrade to version 2.2.0, and it works perfectly ✌️ |
@evil159 can take a look here please? |
Hi all, this is fixed in 2.4.1, sorry for the disturbance. |
my solution : mapbox_maps_flutter: ^2.4.1 |
No description provided.
The text was updated successfully, but these errors were encountered: