Replies: 1 comment 2 replies
-
technically we always need road to know the distance |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I need get road distance and duration without draw, like:
RoadInfo = await controller.road(
GeoPoint(latitude: 47.35387, longitude: 8.43609),
GeoPoint(latitude: 47.4371, longitude: 8.6136),
roadType: RoadType.car,
);
print("${roadInfo.distance}km");
print("${roadInfo.duration}sec");
distance2point return does not take the road just lat long calcul
Thank you in advance
Beta Was this translation helpful? Give feedback.
All reactions