EHorizonGraphPosition

class EHorizonGraphPosition

The position on the current EHorizon.

NOTE: The Mapbox Electronic Horizon feature of the Mapbox Navigation SDK is in public beta and is subject to changes, including its pricing. Use of the feature is subject to the beta product restrictions in the Mapbox Terms of Service. Mapbox reserves the right to eliminate any free tier or free evaluation offers at any time and require customers to place an order to purchase the Mapbox Electronic Horizon feature, regardless of the level of use of the feature.

Parameters

edgeId

the current Edge id

percentAlong

the progress along the current edge [0,1)

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Regenerate whenever a change is made
hashCode
Link copied to clipboard
open override fun hashCode(): Int
Regenerate whenever a change is made
toString
Link copied to clipboard
open override fun toString(): String
Returns a string representation of the object.

Properties

edgeId
Link copied to clipboard
val edgeId: Long
the current Edge id
percentAlong
Link copied to clipboard
val percentAlong: Double
the progress along the current edge [0,1)