I have written a Flutter app for iOS and Android. It uses the google_maps_flutter plugin, which is working on both platforms. There is a difference in behavior, though, between Android and iOS that I would like to understand and control.
On Android, when I touch a pin on the map in my application, two icons appear. Pressing them navigates to Google Directions and to Google Maps respectively. AFAIK I did not take any steps in my code to make these icons appear; it just happens by magic.
On iOS these two icons do not appear when I touch a pin.
How can I control this behavior?
Thanks.