Stay organized with collections
Save and categorize content based on your preferences.
GMSRouteLeg
@interfaceGMSRouteLeg:NSObject
An immutable class which represents a single leg of a journey, either from the device’s current
position to the first destination, or from one destination to a subsequent destination.
The final coordinate in this leg. Note that this will in general not be the same location as the
destination waypoint, unless the waypoint is positioned directly on a road.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-15 UTC."],[[["`GMSRouteLeg` represents a single leg of a journey, from the current location to the first destination, or between destinations."],["Each leg has a destination waypoint, a final coordinate (which may differ from the waypoint), and a path of coordinates."],["The `path` property provides access to the coordinates that make up the route leg."],["Although a destination waypoint is associated with the leg, the final coordinate might not be the same if the waypoint isn't directly on a road."],["Attempting to initialize `GMSRouteLeg` directly using `init` is not allowed."]]],[]]