Skip to content

Commit

Permalink
Converted ElectronicHorizon to struct
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 committed Mar 15, 2021
1 parent 1419ebb commit 6b0a057
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import MapboxNavigationNative
The road network ahead of the user is represented as a tree of edges. Each intersection has outlet edges. In turn, each edge has a probability of transition to another edge, as well as details about the road segment that the edge traverses. You can use these details to influence application behavior based on predicted upcoming conditions.
*/
public class ElectronicHorizon {
public struct ElectronicHorizon {

/// The starting edge leading to the upcoming probable paths.
public let start: Edge
Expand Down

0 comments on commit 6b0a057

Please sign in to comment.