Matchable Open Lr
data class MatchableOpenLr(roadObjectId: String, openLRLocation: String, openLRStandard: String)
Content copied to clipboard
The record represents a piece of data which is required to match one OpenLR.
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
roadObjectId
unique id of the object
openLRLocation
road object location
openLRStandard
standard used to encode openLRLocation
Constructors
MatchableOpenLr
Link copied to clipboard
fun MatchableOpenLr(roadObjectId: String, openLRLocation: String, openLRStandard: String)
Content copied to clipboard
unique id of the object
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
Properties
openLRLocation
Link copied to clipboard
openLRStandard
Link copied to clipboard
roadObjectId
Link copied to clipboard