Flutter : Mapbox symbol on click open google maps
问题 I have project using MapBox to show address location in map. I have latitude and longitude ( -6.192461941069894 , 106.97593586545025 ) like this , i want if i click right on marker, i want open Google Maps Apps based on latitude and longitude i have. But the problem , i can't open google maps after click symbol because latitude&longitude after click maps not same with latitude&longitude i have. Logic Source Code onMapClick: (point, latlng) { if (latlng.latitude == latitude && latlng.longitude