VMERoute Result
data class VMERouteResult(destinations: <ERROR CLASS><Any>, duration: Double, length: Double, segments: <ERROR CLASS><VMESegment>, destinationDetails: List<VMEDestinationDetail>)
Content copied to clipboard
Contains information related to a computed route.
Since
1.19
Constructors
Link copied to clipboard
fun VMERouteResult(destinations: <ERROR CLASS><Any>, duration: Double, length: Double, segments: <ERROR CLASS><VMESegment>, destinationDetails: List<VMEDestinationDetail> = emptyList())
Content copied to clipboard