How to calculate Driving Distance Matrix on Excel using Bing Maps API

Поділитися
Вставка
  • Опубліковано 17 сер 2024
  • This is a small tutorial video on how to generate a distance matrix on excel using Bing Maps API. Everything is explained in detail. This video is extremely useful for a Supply chain professional who is trying to perform Vehicle routing / Network analysis / Logistic cost analysis / Location Planning / Logistics Planning. It provides the road distance along the best routes considering traffic.
    Link for GetDistance formula: drive.google.c... (for windows version)
    This may not work in Mac OS, due to limitations of Apple Mac.
    If you need Travel time aswell, post this below code in your vba window and use GetTravelTime formula in the same format as GetDistance as explained in the video.
    drive.google.c...
    output will be travel time in minutes
    If you are getting an error, it means the formula is not giving you any relevant information.
    Here are the general reasons which I know result in such errors. (in the order of the likelihood)
    1. If you are using a macbook. The Excel in macbook does not have a web service function, which is essential for Excel to talk to the internet.
    2. If you are using Windows, but on a work laptop where Excel application may not have access to the Internet service. To validate if this is the case, I suggest trying the Webservice function to see if you are getting a relevant output. If you are getting an output, this may not be the reason. And if you are not getting the output, this is the issue and you need to talk to your IT admin or do this on your personal laptop. Reference: exceljet.net/e...
    3. If you are sure 1&2 are not the reasons, There could be an error in the source coordinates and destination coordinates or the Bing key that is inserted into the GetDistance formula. Request you to kindly revisit the video and verify.
    4. You need to save the file in .xlsm format.
    About me:
    I am a student at NITIE Mumbai, batch of 2019-2021. NITIE (National Institute of Industrial Engineering) is a leading academic institution in generating world class supply chain and operations professionals. It is also popularly known as "The Mecca of Supply chain".
    Link: www.nitie.ac.in
    #bingmaps #distancematrix #excel
    To Connect with me:
    Email: hemu161095@gmail.com

КОМЕНТАРІ • 171

  • @lucastavares3470
    @lucastavares3470 3 роки тому +7

    You have help me a lot ! I’m making a cost sheet , using Kilometers from every city from state of São Paulo

  • @leroyjenkins5679
    @leroyjenkins5679 2 роки тому +6

    Excellent hemant, just one observation though - Since api keys have limits, every call is precious. Hence filling only the upper half of the diagonal would have been wise. Also from efficient programming perspective it is important

  • @ssaravananp1
    @ssaravananp1 3 роки тому +3

    Dear Mr.Hemanth, It was a useful App. We have around 25 rows and columns in our Application. The macro works correctly upto 12 rows and columns. From 13th row and column, there is a difference of at the least 2 Kms. Please guide us.
    Regards,
    S.Saravanan

  • @YogeshSureka
    @YogeshSureka 4 роки тому +6

    Very structured & elaborate explanation. Must watch for all aspiring learners.

  • @sudheerkumar6427
    @sudheerkumar6427 3 роки тому +2

    Good work Hemanth Boddapu... expecting more videos from you..

  • @srinivasannarayanaswami5378
    @srinivasannarayanaswami5378 3 роки тому +2

    Thank you Hemanth. Lucid explanation and a very useful tool. Much appreciated

  • @blue0152
    @blue0152 2 роки тому +2

    THANK YOU! You did miss that input for Source and Destination coordinates. Also you could have clarified the best way to get the coordinates in the database tab. OTHERWISE, this is an excellent video and I really appreciate it!

  • @widhyawanjuliaris3939
    @widhyawanjuliaris3939 2 місяці тому

    thank you very much for the knowledge. you've helped me in many ways.

  • @fulyaulutas4599
    @fulyaulutas4599 Рік тому +1

    This is exactly what i needed. Thank you for explaining very clearly

  • @alexanderbarlse2875
    @alexanderbarlse2875 2 роки тому +4

    Hi there! Thank you for this great piece of code, it helped me a lot. However, i'm having a small issue. The code was running perfectly well yesterday. However, men reopening the xlsm file today, and trying to use the getdistance function, I get the error: #NAME?. Do you have any suggestions?
    Thank you.

  • @himanshushukla3454
    @himanshushukla3454 4 роки тому +2

    Thank you Hemanth for such insightful videos

  • @prafullgoyal24
    @prafullgoyal24 3 роки тому +2

    Awesome...I need to hit like button for tonnes but have to satisfy with 1 only..✌

  • @aphastus
    @aphastus 2 роки тому +1

    Wow I tried not knowing if it’d work because I’ve never coded in VBA and I did a couple mistakes that I was able to detect and understand watching my code and yours (mostly cells placements). I used the time instead of the distance. It is incredibly satisfying watching the code fill all the cells in the matrix. I started in Mac but the getdistance formula didn’t work. I’ll try it later to see if something wasn’t correct. What bugged me is that every version of office uses different separators, you used a , and I had to change it to a ; so probably it’s the same problem with Mac. Anyway, thanks so much for the video, it was so nice!

    • @HEMANTHHEMU86
      @HEMANTHHEMU86  2 роки тому

      Hey.. the issue with mac is that excel in mac cannot talk to internet. Pls try with windows. I've mentioned the same in the description box

  • @vidaan95
    @vidaan95 Рік тому

    Hi Hemanth, this is a wonderful video. It really saved a huge amount of time for me.

  • @spvgggwdeg
    @spvgggwdeg Рік тому

    This is amazing and very, very helpful for me. Thanks a lot for the well elaborated explanation.

  • @philcoul6905
    @philcoul6905 3 роки тому +1

    Good work. This exactly what was looking for. Keep up.

  • @MrJaawt
    @MrJaawt Рік тому +1

    right now the calculation automatically grabs the shortest distance and not the interstate distance. how could I change the VBS Module to show the shortest interstate distance? But thank you very much for this so far

  • @Michael-zg5cx
    @Michael-zg5cx Місяць тому

    Hey
    Great work! I used your code for two years now. But with the change to Azure Maps I don't get this think working anymore... can you make a new video where you explain how to use Azure Maps API instead of Bing Maps?

  • @rajaaditya0021
    @rajaaditya0021 2 роки тому

    Awesome sir!
    Helped a lot during SIP... Thank you so much!

  • @karstenhaberkorn6182
    @karstenhaberkorn6182 3 роки тому +6

    Hello Hemanth, this is really very helpful and a great tool - thank you for that! Can you also advise, on how to get coordinates (latitude and longitude) back from bing maps for given locations? This would be very helpful, in case you need coordinates for many addresses (comparable to the list of locations you put into the "database sheet"). Many thanks for any advice! Karsten

    • @jacky_23
      @jacky_23 3 роки тому +1

      I had this problem and used power query web connector

  • @gouthamsolleti4316
    @gouthamsolleti4316 3 роки тому +1

    Good work bro....working perfectly....

  • @TheArtlessArtist
    @TheArtlessArtist 4 роки тому +1

    Lovely work Hemanth
    Keep up the good work ❣️

  • @Gabriel-Oliveira
    @Gabriel-Oliveira 3 роки тому +1

    Hi Mr. Boddapu. Firstly, I really appreciate the time you spent recording this video. It was really important for my understanding when it comes to create a distance matrix.
    I have a question, if I have 12 locations, I think the total number os distances would be 144 (12*12) instead of 66, am I right?
    Cheers from Brazil!

  • @Antizokker
    @Antizokker Рік тому

    Thanks for the Video! But how do i get the field like B11 and which are necessary for the automasation to fill out the Matrix??

  • @Bhoomisolanki0210
    @Bhoomisolanki0210 Рік тому

    Very Helpful video, Thank you !

  • @lucastavares3470
    @lucastavares3470 3 роки тому

    Greetings from Brazil 🇧🇷

  • @siddharthamodukuri7112
    @siddharthamodukuri7112 Рік тому

    Thanks Hemanth, Very helpful

  • @sohamdsouza
    @sohamdsouza 4 роки тому +1

    Great work Hemanth !

  • @nicolesamson380
    @nicolesamson380 2 роки тому

    This works perfectly, Thank you so much Hemanth. When im working on a larger data set it takes quite a lot of time for it to fetch the distance, is there any work around for that?
    TIA.

  • @irenesolmone7667
    @irenesolmone7667 Рік тому

    Hi! I used the formula and everything worked perfectly well for a while. Now, excel isn't recognizing the formula anymore. Do you have any advice on how to solve this?

  • @TomCat-hp6mi
    @TomCat-hp6mi Рік тому

    I want to do something similar. I want to know the distance travelled by the train from station A to station B. Please tell me how to do it.

  • @jenildesai5565
    @jenildesai5565 5 місяців тому

    This code is working for India's coordinates. But it is not working for USA coordinates.
    Please help.

  • @RodrigoSebastianBuchiniz
    @RodrigoSebastianBuchiniz 2 роки тому +1

    Genial! Gracias muy útil y muy bien explicado!

  • @2909remco
    @2909remco 3 роки тому +2

    Thank you for this great video. Would it be possible to also provide the associated GetTravelTime code? Much appreciated

  • @sidneyro5554
    @sidneyro5554 Рік тому

    Hi, excellent tutorial. Would you help me .the negative coordinates of the error how do I?? positive coordinates works. thanks🙂

  • @user-epslesvou
    @user-epslesvou 9 днів тому

    Hi ... i cant create a bing key. It s not working anymore...any help?

  • @eetigupta7840
    @eetigupta7840 2 роки тому +1

    Hi, your video helped me a lot in my client deliverable. Thanks a ton.
    Is there a possibility to get the travel time for a particular date and time? I am looking to calculate travel time for historical date and time

  • @catquynhnguyenle99
    @catquynhnguyenle99 3 роки тому

    Thank you so much for providing this video

  • @katieallinson5781
    @katieallinson5781 3 роки тому +1

    Hemanth - please please can you tell me how to make bing maps return the longest distance between two points.

  • @bhargavagatla3583
    @bhargavagatla3583 6 місяців тому

    Hi.. Can we get the distances by pincode to pincode

  • @narejo223
    @narejo223 2 роки тому

    lastVal = "&travelMode=driving&o=xml&key=" & key & "&distanceUnit=mi" if for meters than what will be correct code instead of miles

  • @Alphabah95
    @Alphabah95 2 роки тому +3

    Hello, I found your video very helpful for my project, I am a master's degree student. I had some issues linking the geographical coordinates to the distance Matrix like you did, can you explain to me or send me the excel file you did the demonstration on UA-cam? so I can refer to that to build my own matrix?
    Thank you your help will be really appreciated.

    • @michalzila7084
      @michalzila7084 Рік тому

      I tried it and i doesn't work. Variable not defined.

  • @user-ns4tw5lw1r
    @user-ns4tw5lw1r Місяць тому

    Why we used this all it's all available in map when we enter two cities distance in map it's showing

  • @adrianesc7706
    @adrianesc7706 Рік тому +1

    What if i don't have the coordinates?

  • @jamesa7576
    @jamesa7576 3 роки тому +1

    This is awesome! Thank you

  • @tommyexceltricks7665
    @tommyexceltricks7665 2 роки тому

    Hello , Thanks for this tutorial
    can i ask about something
    Q1:why ther's diffrence between bing maps and Google maps
    Ex: two cordination ( lat,long) in bing maps : 16 Km -- Google maps : 13
    Q2:some times result returned from bing maps doesn't exact the result already in bing maps if you switched to bing maps and tried to get direction to comapre result in excel file with data in bing maps
    thanks in advance

  • @TheNitoperez
    @TheNitoperez Рік тому

    Desde Mexico.... funciona al 100%

  • @younessfrichi2156
    @younessfrichi2156 3 роки тому +3

    Thank you for the video. Please how can we get the travel time instead of the distance?

    • @HEMANTHHEMU86
      @HEMANTHHEMU86  3 роки тому +2

      Very simple, in the code i have attached, towards the end of the code, there is a phrase "//TravelDistance". You need to replace it with "//TravelDuration" and remove 1.609 multiplier

    • @younessfrichi2156
      @younessfrichi2156 3 роки тому +2

      @@HEMANTHHEMU86 Thank you. It works :)

    • @nanakipshidze3898
      @nanakipshidze3898 3 роки тому

      @@HEMANTHHEMU86 thank you for great video. is it possible to calculate walking distance instead of driving distance?

    • @khinthiri1061
      @khinthiri1061 2 роки тому

      @@younessfrichi2156 Hello!! I also want to calculate the travel time. Could you please give me some reference coding for calculating the travel time instead of travel distance?

  • @vigneshkr9497
    @vigneshkr9497 3 місяці тому

    how to do this between pincodes within the city?

  • @ranjitsakhare
    @ranjitsakhare Рік тому

    Hemant thanks a lot. Its helping a lot. Like function GetDistance can you help with GetTime as well?

  • @rohitdadi7898
    @rohitdadi7898 8 місяців тому

    Can you share the link....of the code pls......hyperlink is missing

  • @ohoudsz3259
    @ohoudsz3259 Рік тому

    Much appreciated it was very helpful, I was looking for this formula too many weeks and my manager he was very impressed about it 🤍

  • @WorkEasyGo
    @WorkEasyGo Рік тому

    Hi How did you connect database to sheet one. Can someone please help me out with the formula.

  • @sergio_molinari
    @sergio_molinari 2 роки тому

    Hello great tutorial!!
    I noticed that it considers the Highways, how can I not consider them in the search?
    Thank you

  • @alejandrapinoncely7040
    @alejandrapinoncely7040 2 роки тому

    Hi! great job! The code is working but not for every city. I am having trouble with cities in Asia, more specifically within China, Japan and Korea Could you help me with that?? Regards, Alejandra

  • @ankurdikshit4669
    @ankurdikshit4669 3 роки тому +2

    followed all the steps, still after using formula excel is returning #value! error, may i know how can it be resolved

  • @hasinrizwan5724
    @hasinrizwan5724 2 роки тому

    Great video brother, Very helpful for me... Can you tell how to convert this Excel data into numpy array?

  • @superintendentofpolicememb3560
    @superintendentofpolicememb3560 3 роки тому

    Thanks but I follow your instruction but GetDistance formula not shown in Excel-2019

  • @TrudiDay
    @TrudiDay Рік тому

    Awesome - thank you!!

  • @lucastavares3470
    @lucastavares3470 3 роки тому

    Omg man , awesome work

  • @ronnieencarnacion5729
    @ronnieencarnacion5729 3 роки тому +3

    Excel returned #value! when computing for the Distance. Followed the procedure. Concactenate and keys are correct. May i know if this is common issue and if it can be resolved. Thanks.

    • @HEMANTHHEMU86
      @HEMANTHHEMU86  3 роки тому

      If you are using excel on windows, this should not occur. once revisit the steps i have mentioned and make sure internet is active. Let me know

    • @reaper_gaming_live
      @reaper_gaming_live 3 роки тому

      Same error with me how can we know if this not getting blocked due to some firewall issue etc

    • @HEMANTHHEMU86
      @HEMANTHHEMU86  3 роки тому

      @@reaper_gaming_live pls follow the steps. It works

    • @farooqa114
      @farooqa114 3 роки тому

      I think error is due to the concatenate function. I used the cancat function but Hemanth used the & sign while getting the X Y coordinates....Kindly explain the destination and source coordinates please.

    • @jairopontes81
      @jairopontes81 3 роки тому +3

      I was having the same issue. It happens that I use metric system in my pc, in which the decimals are separeted with a coma, not a point. I changed these parameters in the options tab and it worked!

  • @arvindshaker1984
    @arvindshaker1984 Рік тому

    hi it was used full to me but it is not working on my excell
    pls give excel which is red to used

  • @almemo9
    @almemo9 2 роки тому

    Juest amazing, you save me two days of work, just an small question, for big volume of data, the formula gives me #value message, any ideas? thanks in advance

  • @unnikrishnansanthosh
    @unnikrishnansanthosh 2 роки тому

    hi Hemanth, thank you very much for sharing such an useful tutorial, great work. I would like to know whether you have a tutorial for calculating air distance

    • @unnikrishnansanthosh
      @unnikrishnansanthosh 2 роки тому

      Also, one more query, what is the base for calculating travel time - like is it based on speed limits of the roads or peak time / off peak time traffic on the roads

    • @HEMANTHHEMU86
      @HEMANTHHEMU86  2 роки тому

      time is given by Bing, based on the traffic data. just like Google provides on estimated time.

  • @DAANoLOOF
    @DAANoLOOF 2 роки тому +1

    Hi Hemmath, is the distance calculated over the road or in a straight line? Either way, thank you for the tutorial!

    • @NathanaelHarwood
      @NathanaelHarwood Рік тому

      Just for others' sake - the description states 'It provides the road distance along the best routes considering traffic'

  • @13_pritamsanyal41
    @13_pritamsanyal41 5 місяців тому

    Hey, why the marix is not symmetric ?

  • @hakanyldz9977
    @hakanyldz9977 3 роки тому

    Can we draw route line inside the excel bing map for to make travelling salesman problem?

  • @Suman-vv5gv
    @Suman-vv5gv 11 місяців тому

    Thanks for this Video ...

  • @TAMALCHOUDHURYROY
    @TAMALCHOUDHURYROY 3 роки тому +1

    Hello Hemanth,
    In my pc excel 2013 / office 365, formula "=getdistance" is not showing
    Can you please help me how can I resolve this issue?

    • @HEMANTHHEMU86
      @HEMANTHHEMU86  3 роки тому

      I have provided a peice of VBA code in the description. Please do paste it in your vba window.

  • @rasraster
    @rasraster Рік тому

    Very nice, thank you. Can this be done with HTTPS instead of HTTP?

  • @ghanshyamsinhdvadher3119
    @ghanshyamsinhdvadher3119 2 роки тому

    Thanks great help, can u check the same can be converted into AddIn, i was unable to do it

  • @dindazalfa
    @dindazalfa 2 роки тому

    Hello Hemanth, can you help me to make vba code for calculate distance and travel time without toll usage in BingMaps?

  • @RafiqueNoorie
    @RafiqueNoorie 3 роки тому

    It is not mapping the distance which you was taken an another excel sheet2. How we can merge into excel sheet 1?

  • @matinamoozadeh235
    @matinamoozadeh235 3 роки тому

    my excel shows the error Sub distMatrix does not define, what is the problem?

  • @grizzoff
    @grizzoff 3 роки тому

    Amazing! Thank you!!

  • @meetyadav416
    @meetyadav416 Рік тому

    Awsome dude 😮

  • @anitasunildesai
    @anitasunildesai 2 роки тому

    hello Hemanth, can we do the same giving lat and long instead of name of cities? how?

  • @sherifhassan1556
    @sherifhassan1556 3 роки тому

    Hemanth I hope you're well. This is an excellent tutorial, thank you. Unfortunately, I keep getting #NAME? error when running the GetDistance macro. Any suggestions? Thanks again. Syh

  • @subhasisbera26
    @subhasisbera26 Рік тому

    Good evening,I am from Kolkata.Thank you very much for this excellent video you have uploaded. I really appreciate your Distance Matrix API. But it is difficult to find out how to bring source coordinates from sheet 2 which is automatically change when I am giving source location as well as source destination, due to that I couldn't completed it though I have got get distance from VBA code.Due to that I couldn't proceed further if you illustrate me then I will be grateful to you. Which formula do I need to take from excel-functions.It is my earnest request if you do the needful at the earliest. Please treat this on an urgent basis. Thank you very much.

  • @faisalalkaabneh4020
    @faisalalkaabneh4020 3 роки тому

    this is amazing, thanks a lot :)

  • @renatobeltrame5403
    @renatobeltrame5403 2 роки тому +1

    Hi Hemanth! Thank you for sharing!! I have a few questions I think you could help. For the application in excel that I'm developping I need the distances to be showed in meters and with the most accuracy possible. Reading your code I understod that the distances are being calculated in miles and rounded to no decimals. Am I right? If your answer is yes, could you help me to do these adjustments? Thank you very much!

    • @renatobeltrame5403
      @renatobeltrame5403 2 роки тому +1

      Hi, it's me again! Reading the code with more attention I realized that you already converted the dimensions to meters and I changed de round rule. Thanks

  • @guonorman51
    @guonorman51 Рік тому

    Thanks for your video clip

  • @infinitedata7088
    @infinitedata7088 3 роки тому +1

    It is very useful, but Im facing a error actually my all study locations are within of 4 km range. I need accurate ans in upto 2 decimal.

    • @HEMANTHHEMU86
      @HEMANTHHEMU86  3 роки тому +1

      In the code i have given, there is an equation similar to the one i have pasted below. Just replace this line with the existing line to get a more accurate reading.
      GetDistance = Round(Round(WorksheetFunction.FilterXML(objHTTP.ResponseText, "//TravelDistance"), 3) * 1.609, 2)

    • @infinitedata7088
      @infinitedata7088 3 роки тому +1

      @@HEMANTHHEMU86 Thank you very

  • @josegutierrez4969
    @josegutierrez4969 2 роки тому +1

    I LOVE YOU

  • @ambarukanasubrahmanyam51
    @ambarukanasubrahmanyam51 Рік тому

    excellent video

  • @bubblesarita1428
    @bubblesarita1428 Рік тому

    Excellent👍

  • @gokaykkaya
    @gokaykkaya 8 місяців тому

    can this method be used for 80 locations?

  • @gowthamseshadri5118
    @gowthamseshadri5118 2 роки тому

    How to get the coordinates for any locations using API. It is really difficult to get lat & long for every locations manually. Please guide me.

    • @HEMANTHHEMU86
      @HEMANTHHEMU86  2 роки тому

      It's not difficult. There are Google and Bing APIs for that

  • @yigityldz1089
    @yigityldz1089 Рік тому

    im getting a theres a problem with this formula error. Can you help me please

    • @yigityldz1089
      @yigityldz1089 Рік тому

      I solved, put ; instead of , on your getdistance formula.

  • @saikiran-zn4cq
    @saikiran-zn4cq 4 роки тому +1

    Thanks dude.

  • @Topcommi
    @Topcommi 3 роки тому +1

    Hi, thanks.
    In small distance it works not good, because when I have 4,5km it shows me 5km..
    Can u make a video how to get the minutes from the distance.

    • @HEMANTHHEMU86
      @HEMANTHHEMU86  3 роки тому +1

      In the code i have given, there is an equation similar to the one i have pasted below. Just replace this line with the existing line to get a more accurate reading.
      GetDistance = Round(Round(WorksheetFunction.FilterXML(objHTTP.ResponseText, "//TravelDistance"), 3) * 1.609, 2)

    • @Topcommi
      @Topcommi 3 роки тому +1

      @@HEMANTHHEMU86
      Thanks great work. It is possible to calculate the travel time with car in excel ?

    • @HEMANTHHEMU86
      @HEMANTHHEMU86  3 роки тому +1

      @@Topcommi yes travel time is possible

    • @Michael_Hamburg
      @Michael_Hamburg 2 роки тому

      @@HEMANTHHEMU86 is it possible to do this for public transport too?

  • @shehanwijeyawansa1372
    @shehanwijeyawansa1372 4 місяці тому

    Thank You

  • @jacky_23
    @jacky_23 3 роки тому

    Good video !!

  • @ahmadutsmansiddiq4344
    @ahmadutsmansiddiq4344 9 місяців тому

    Hi, I really love your tutorials, but why do I get the output "-1" instead of the real travel distance? I already did exactly the same as shown in your video. Thank you

    • @HEMANTHHEMU86
      @HEMANTHHEMU86  9 місяців тому +1

      i am guessing, in the input data, some formatting might be needed

    • @jenildesai5565
      @jenildesai5565 5 місяців тому

      ​@@HEMANTHHEMU86hi i am also getting the same error. I checked the formatting it's same as yours. Still getting -1 as the output. Please help

  • @uyenphamthithuuyen1903
    @uyenphamthithuuyen1903 2 роки тому

    Hi, your video is really helpful. However, I don't know how to obtain the longitude and latitude from Bing Maps. Can you create a video how to do that, please?

    • @filippomauro4846
      @filippomauro4846 2 роки тому +2

      in excel you can write the location in a cell (es. Rome), than select the cell that contain the location, go to data-->data types-->geography and extrapolate latitude and longitude clicking on small icon that appears next the location cell. In a third column you can use the function =concat(cell latitude, "," ,cell longitude) and you have the coordinate of location

  • @osamarizwan1635
    @osamarizwan1635 2 роки тому

    how can we get the distance in meters?

  • @SiBull
    @SiBull Рік тому

    How to get coordinate automatically trough excel?

  • @subhendupradhan6475
    @subhendupradhan6475 3 роки тому

    it is throwing an error "invalid outside procedure". Please Help

  • @swaaditya
    @swaaditya 3 роки тому

    The tool is great however, can we get the longitude and latitude automatically from bing maps or google maps? As, for all 1000 plus service locations we cannot manually input them right?

    • @HEMANTHHEMU86
      @HEMANTHHEMU86  3 роки тому +1

      If you mean getting coordinates from addresses, there are similar ways to do it. But it's accuracy is low.. i have observed it gets offset by 10-12 kms sometimes

    • @swaaditya
      @swaaditya 3 роки тому

      @@HEMANTHHEMU86 If thats the case then for each and every address there needs to be an input provided manually. Please share further insight by mailing me on swaaditya@gmail.com. I would be of great help as am trying to work on route optimization in my project as well

  • @hakanyldz9977
    @hakanyldz9977 3 роки тому

    After you copy and paste key password on the cell B9 then automatically appeared word "KEY" on cell A9. How do it?

    • @HEMANTHHEMU86
      @HEMANTHHEMU86  3 роки тому +1

      It was not automatic.. i have written it in that cell.. i have fast forwarded the video at bit over thete