Mapbox Directions for Swift Docs Directions.swift Reference (2.0.0-alpha.2)

View on GitHub

Install in Dash

Mapbox Directions for Swift Reference Map Matching Reference
  • Guides
    • Navigation SDK
  • Getting Directions
    • Directions
    • RouteOptions
    • Waypoint
  • Map Matching
    • MatchOptions
    • Tracepoint
    • Match
  • Results
    • Route
    • RouteLeg
    • – Attributes
    • RouteStep
  • Other Classes
    • DirectionsOptions
    • DirectionsResult
    • SpokenInstruction
    • VisualInstruction
    • – Component
    • VisualInstructionBanner
  • Other Global Variables
    • MBDirectionsErrorDomain
  • Other Enumerations
    • CongestionLevel
    • DirectionsCodingError
    • DirectionsError
    • DrivingSide
    • ManeuverDirection
    • ManeuverType
    • MapboxStreetsRoadClass
    • MeasurementSystem
    • RouteShapeFormat
    • RouteShapeResolution
    • SignStandard
    • TransportType
    • Weight
  • Other Extensions
    • Array
    • BoundingBox
  • Other Structures
    • AdministrativeRegion
    • AttributeOptions
    • BlockedLanes
    • DirectionsPriority
    • DirectionsProfileIdentifier
    • GuidanceViewImageRepresentation
    • Incident
    • – Kind
    • – Impact
    • Intersection
    • LaneIndication
    • RefreshedRoute
    • RefreshedRouteLeg
    • RestStop
    • RoadClasses
    • RouteRefreshResponse
    • TollCollection
  • Other Type Aliases
    • LocationAccuracy
    • LocationAccuracy
    • LocationSpeed
    • LocationSpeed
    • Scale
    • Scale

Map Matching

  • MatchOptions

    A MatchOptions object is a structure that specifies the criteria for results returned by the Mapbox Map Matching API.

    Pass an instance of this class into the Directions.calculate(_:completionHandler:) method.

    See more

    Declaration

    Swift

    open class MatchOptions : DirectionsOptions
    View Source on GitHub
  • Tracepoint

    A Tracepoint represents a location matched to the road network.

    See more

    Declaration

    Swift

    public class Tracepoint : Waypoint
    View Source on GitHub
  • Match

    A Match object defines a single route that was created from a series of points that were matched against a road network.

    Typically, you do not create instances of this class directly. Instead, you receive match objects when you pass a MatchOptions object into the Directions.calculate(_:completionHandler:) method.

    See more

    Declaration

    Swift

    open class Match : DirectionsResult
    extension Match: Equatable
    View Source on GitHub

© 2014–2021 Mapbox. See license for more details.

Generated by jazzy ♪♫ v0.13.6, a Realm project.