Reputation: 142
I built a Route and I need the mappedPosition of my Waypoint. In iOS Premium SDK there is such a coordinate, in the Android Premium SDK I do not see such a coordinate. Where can I get a coordinate on the road that will fit my Waypoint?
Upvotes: 0
Views: 54
Reputation: 142
I found where to get the desired coordinate on the route
mapRoute.route.routeWaypoints[index].roadInfo.matchedCoordinate
Upvotes: 2