You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that the Mapbox's enhanced locations (called now LocationMatcherResult) include much more fields that might be useful.
Those fields are:
isOffRoad - whether the SDK thinks that the user is off road, based on the [offRoadProbability].
offRoadProbability - probability that the user is off road.
isTeleport - returns true if map matcher changed its opinion about most probable path on last update. In practice it means we don't need to animate puck movement from previous to current location and just do an immediate transition instead.
I've noticed that the Mapbox's enhanced locations (called now
LocationMatcherResult
) include much more fields that might be useful.Those fields are:
isOffRoad
- whether the SDK thinks that the user is off road, based on the [offRoadProbability].offRoadProbability
- probability that the user is off road.isTeleport
- returns true if map matcher changed its opinion about most probable path on last update. In practice it means we don't need to animate puck movement from previous to current location and just do an immediate transition instead.┆Issue is synchronized with this Jira Uncategorised by Unito
The text was updated successfully, but these errors were encountered: