Info about App:
- iOS App developed using Xamarin.iOS
- Google Maps SDK used within the app for showing directions and alternate routes from Point A to Point B.
Problem Statement:
- Let's say from Point A to Point B , there are 3 routes shown on the map.
- ETA as an annotation is shown on the MapView by default for one the routes.
- However for the other 2 alternate routes, no ETA information is shown on the map.
- What needs to be done with Google Maps SDK implementation to show ETA for all the routes between Point A & Point B.