Returns an NSArray of GMSStyleSpan constructed by repeated application of style and length
information from styles and lengths along path.
path the path along which the output spans are computed.
styles an NSArray of GMSStrokeStyle. Wraps if consumed. Can’t be empty.
lengths an NSArray of NSNumber; each entry gives the length of the corresponding
style from styles. Wraps if consumed. Can’t be empty.
lengthKind the interpretation of values from lengths (geodesic, rhumb or projected).
Example: a polyline with alternating black and white spans:
[[["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."],[[["`GMSStyleSpans` creates an array of style spans for a given path using styles and lengths."],["It applies styles and lengths repeatedly along the path, wrapping around if necessary."],["Styles are defined by `GMSStrokeStyle` and lengths determine the extent of each style."],["Lengths can be interpreted as geodesic, rhumb, or projected distances."],["The example shows how to create a polyline with alternating black and white spans."]]],[]]