Hi Team,
Can you please advise on how we can calculate travel distance between two locations (source latitude, source longitude, destination latitude, destination longitude). I found below API. Is it correct? In case yes then please advise on how we can get accurate travel distance similar to Google Maps.
GeocodeManager geoManager = new GeocodeManager();
string traveldistance = geoManager.CalcDrivingDistance(Convert.ToDouble(start_lat), Convert.ToDouble(start_long), Convert.ToDouble(dest_lat), Convert.ToDouble(dest_long)).ToString();
Is it possible to calculate distance in FSM customization using Google Maps provided we have the required key for it?
Regards,
AJAY