symbolOnly
Only the symbol appears for the maneuver.
Declaration
static var symbolOnly: CPManeuverDisplayStyle { get }Discussion
If your app provides lane guidance, include a second maneuver to the navigation session’s upcomingManeuvers array that provides the lane guidance information. The second maneuver should have:
A symbolSet containing dark and light images that fill the full width of the guidance panel with a maximum image size of 120 pt x 18 pt.
An empty array of instructionVariants.
The map template should include a mapDelegate object that conforms to CPMapTemplateDelegate and implements the mapTemplate(_:displayStyleFor:) method, which returns the symbolOnly display style for the maneuver.