GeometryFramingAfterManeuver

public struct GeometryFramingAfterManeuver

Options, which allow to modify framed route geometries by appending additional coordinates after maneuver to extend the view.

  • Controls whether additional coordinates after the upcoming maneuver will be framed to provide the view extension.

    Defaults to true.

    Declaration

    Swift

    public var enabled: Bool
  • Controls the distance between maneuvers closely following the current one to include them in the frame.

    Defaults to 150.0 meters.

    Declaration

    Swift

    public var distanceToCoalesceCompoundManeuvers: CLLocationDistance
  • Controls the distance on the route after the current maneuver to include it in the frame.

    Defaults to 100.0 meters.

    Declaration

    Swift

    public var distanceToFrameAfterManeuver: CLLocationDistance