Currently, I am working on a taxi application using Flutter. It has a feature to see road conditions and open road cameras. And, I am using polylines for road conditions and markers for opening camera. It's working fine.
The only the problem, I have is related to the Google Map's default marker. Actually, the clickable area differs in Android and iOS. In Android, the area is bigger than the icon size and in iOS, the area is smaller than icon size.
That results, in iOS as, when I click on the edges of marker, it shows the road conditions. On the other hand, in Android, it mostly opens the road camera.
I tried to add custom marker as well. Though, it doesn't resolve the issue.
Any suggestions please.
Thank You.