GoogleNavigation Framework Reference

  • GMSNavigationRouteInfo is an immutable class providing estimated time of arrival (ETA) and distance data for routes to a waypoint.

  • It offers information for both the default best route and the shortest route.

  • timeAndDistanceForRoutingStrategy: method returns ETA and distance details for the main route based on the chosen navigation routing strategy.

GMSNavigationRouteInfo

@interface GMSNavigationRouteInfo : NSObject

An immutable class that encapsulates ETA and distance information for both the default best route, and the shortest route, to a specific waypoint.