Hi, all.
I have Location object and try to find the nearest cross street. If location is on the one-way street, then i have a simple algorithm: calculates a route from "random" location to target location and get last street which turn from (for one-way case there is single cross street ). But in two-way case such algorithm didn't work for obvious reasons![]()
Have any idea for solve this problem?