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 have the problem with correct route. Google build route thru unreal bridge.
How to add a waypoint for my route to make it correct?
Sorry for my question, i don't have a good knowledge in programming.
The text was updated successfully, but these errors were encountered:
I found the solution. My code now:
{
module: 'MMM-google-route',
position: 'top_right',
config: {
key: 'xxx',
height: '500px',
width: '500px',
refreshPeriod: 10,
directionsRequest:{
origin: 'xxx, xxx',
destination: 'xxx, xxx',
waypoints:
[
{
location: 'xxx, xxx',
stopover: true
}
]
}
}
},
But now module show time only to first waypoint. How to get time to final destination?
I have the problem with correct route. Google build route thru unreal bridge.
How to add a waypoint for my route to make it correct?
Sorry for my question, i don't have a good knowledge in programming.
The text was updated successfully, but these errors were encountered: