Rapid account: TrueWay Team

TrueWay Team / trueway

Discussies

70
Title
Created at (Click to sort ascending)
A
1
Hi, Could you please clarify what you mean by "drive mode"? Regards, Mi. 2:30 24/4/24
A
1
Hello, Here is the example for you. I hope this will be helpful! 1. Type "origin location" as a header in A1 and the origin location coordinates in A2. For Example: 40.629041,-74.025606. 2. Type "destination location" as a header in B1 and the destination location coordinates in B2. For Example: 40.627177,-73.98086. 3. Type "response" as a header in C1. Make the webservice call by typing in C2: =WEBSERVICE("https://trueway-matrix.p.rapidapi.com/CalculateDrivingMatrix?origins="&A2&"&destinations="&B2&"&rapidapi-key=<your_rapidapi_key>") Please replace <your_rapidapi_key> with your RapidAPI key. You should see a JSON response appear in the cell. Something like this: {"distances":[[5404]],"durations":[[1150]]} 4. Type "distance" as a header in D1 and type in D2: =VALUE(MID(C2,SEARCH("""distances"":[[",C2)+14,SEARCH("]]",C2,15) - (SEARCH("""distances"":[[",C2)+14))) You should see a distance appear in the cell. Please let us know if you have any questions. Best regards, TrueWay Team Mi. 2:09 24/4/24
A
1
Thank you for reaching out to us. We partner with premier data providers to give users the most current and accurate local data available. We don't use open street map and other free/open source maps. Please let us know if you have any further questions. Best regards, TrueWay Team Di. 5:16 23/4/24
A
3
Thank you for providing the examples. Please note that reverse geocoding involves obtaining objects in close proximity to the given point with some small margin (~up to 100 meters). Therefore, in the first case(42.4368447420001,-71.607055445 and 42.487490167,-71.520050828), 0.2 miles is too far away. In the second case(42.194404401,-73.170533204), the nearest road is significantly closer (~100 ft), so the "route" object is included in the results. Best regards, TrueWay Team Do. 12:16 8/2/24
A
3
Thank you for providing the examples. Please note that reverse geocoding involves obtaining objects in close proximity to the given point with some small margin (~up to 100 meters). Therefore, in the first case(42.4368447420001,-71.607055445 and 42.487490167,-71.520050828), 0.2 miles is too far away. In the second case(42.194404401,-73.170533204), the nearest road is significantly closer (~100 ft), so the "route" object is included in the results. Best regards, TrueWay Team Do. 12:16 8/2/24
A
1
Thank you for reaching out regarding the storage of Geocoding results. We appreciate your interest in our services. In response to your question, please be aware that the storage of Geocoding results is not allowed with our free "Basic" plan. However, there are no restrictions on caching and storing API results for users with any paid plans. Feel free to reach out if you have any additional questions or concerns. Fr. 2:46 19/1/24