Hyderabad to Ongole Google maps

Hello All,

I need to extract the distance and time from google maps for a car and bike.

Note: I am using 2023.10.3 UiPath version and hence need to write those values to an excel file.

Please suggest how to do so.

hi, @Rakshith Use UiPath’s Google Maps package with your API key. Call the “Get Distance and Duration” activity for car and bike modes, then write the results to Excel using Write Cell or Write Range. It’s quick and reliable.

@Rakshith,

I would suggest to avoid Ui automation for this and leverage Google map API

Once you register for API and get the app id and secret, you can use HTTP Request activity to interact with Google Map API’s.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.