Locus interview question

Assignment on google direction api, have to plot the data on equidistant from jaon response.

Interview Answer

Anonymous

25 Jan 2022

Used field overview_polyline in the json. Used polyline decoder to generate points. Used binary search algorithm for plotting points on equidistance.