Python Project | How to track someone location with phone number - Google Map

Поділитися
Вставка
  • Опубліковано 16 чер 2024
  • Python Project | How to track someone location with phone number - Google Map
    🎁 20+ Python Projects: • Python Projects
    Phonenumbers Python Library: pypi.org/project/phonenumbers/
    OpenCage Geocoding Module for Python: pypi.org/project/opencage/
    OpenCage Geocoding API: opencagedata.com/
    Folium: pypi.org/project/folium/
    PyCharm (Code Editor): www.jetbrains.com/pycharm/
    Complete Source Code: www.buymeacoffee.com/tech2etc...
    All Source Codes: www.buymeacoffee.com/tech2etc
    Github: github.com/tech2etc
    ⛔❌Do Not CLICK This Link: bit.ly/3lJLyLY
    Need any help? Join my Discord: / discord
    SUPPORT ME:
    👕 Merchandise: tech2etc.com/merchandise
    🎁 Buy Me A Coffee www.buymeacoffee.com/tech2etc
    🎀 Donate Me By Paypal: www.paypal.com/paypalme/tech2etc
    How To Make MONEY Online - My 4 Favorite Tricks:
    👨‍💻 Start Freelancing: tech2etc.com/fiverrcpa
    🛒 Learn Digital Marketing: tech2etc.com/digital-marketing
    📹 Make Video Editing As Profession: tech2etc.com/video-editing
    🕔 Next trick will be revealed at the right time.
    Free Course to Improve SKILLS & EARN:
    1️⃣ WordPress Insider: tech2etc.com/wordpress-course
    2️⃣ Bootstrap With Projects: tech2etc.com/bootstrap
    3️⃣ Web Development For Beginners: tech2etc.com/webdev
    4️⃣ JavaScript With Projects: tech2etc.com/javascript
    5️⃣ Python With Projects: tech2etc.com/python
    🎁 Get Certificate: courses.tech2etc.com/
    Important Links:
    📂 Best Hosting: tech2etc.com/best-hosting
    📂 Best CV Resume: tech2etc.com/my-resume
    📂 Freelancing Guide: tech2etc.com/learn-freelancing
    📂 Interview Questions: tech2etc.com/?s=interview
    DISCLAIMER: This description contains affiliate links. Which means I may receive a small commission on affiliate links used. This helps support the channel and allows us to continue to make videos like this. All content used within the parameters of fair use.
    ===============================
    Connect with me & get daily updates👇
    ===============================
    Discord: / discord
    Instagram: / fahimulkabir.tech2etc
    LinkedIn: / fahimulkabirchowdhury
    FB (Personal): / md.fahimkabirhamim
    FB Page: / tech2etc
    FB Group: / 2424642430907565
    Disclaimer:
    This is educational purpose video only. I didn't harm anyone. I used my own device during explain Of this method. So please don't use this method for any kind of illegal or malicious activities. Because hacking is crime, if you do this then it can land you in jail.
    I'm not support any kind Of illegal Or malicious hacking.
    Timestamps:
    0:00 Introduction
    0:06 Track Phone Number Location Using Python
    0:41 Create Python Project Directory
    1:11 Create Number File For Experiment
    2:10 Installing Phonenumbers Python Library
    2:38 Began Extracting Data From Number
    5:50 Installing OpenCage Geocoding Module for Python
    7:01 Addling OpenCage Geocoding API
    8:38 Using Longitude & Latitude
    9:40 Installing folium For Connecting Map
    12:00 Generate Map File In Folder
    #Python #PythonProject #ProjectForStudents

КОМЕНТАРІ • 700

  • @Tech2etc
    @Tech2etc  2 роки тому +66

    Python Projects | Find Phone Number Location Using Python In MAP🔥
    If Your Learned Something New From This Tutorial, Then Please SUPPORT Me. Help Me To Reach 500K SUBSCRIBERS Goal😊
    Want to see Method 3??? CHECK the Playlist 📚

    • @tamimsalahuddin7440
      @tamimsalahuddin7440 2 роки тому +5

      Hello brother, I am a new subscriber your channel is awesome!
      But I wonder where the method 3 is please help brother

    • @suprajakopparthi708
      @suprajakopparthi708 2 роки тому +5

      It is working but location is not working plss try to fix the error as soon as possible

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

      can you upload the code

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

      @@farhanbijapuri93 Check In the description.

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

      Sir you are too good teaching python projects so easy way and simple

  • @ZaferCan
    @ZaferCan 2 роки тому +281

    hey guys
    phone number data can tell you only country location. opencage is a library which gives you the latitude and longitude of the given country name. if you want to learn the momentary location of a phone, you have to call that number and ask "where are you now?"

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

    thank you i tracked myself and learnt something new in 10 mins cheers bro

  • @antoniosantos6085
    @antoniosantos6085 2 роки тому +72

    there are tons of videos showing this example, the main it's doing it's getting the country for the number, then the opencage turns that into coordinates for the center of the country and that's all, i don't think there is a way to locate a number without access to the provider data.

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

      so thats what really happens... it make sense

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

      You got it! That is exactly what opencage says. I have also proved this.

    • @davidhrycik6068
      @davidhrycik6068 Місяць тому +3

      Yet this jerk lied and said that you could track exactly the location

  • @tuanazzam5172
    @tuanazzam5172 Рік тому +19

    only a random location chose by opencage can be obtained in the given country. But the thing did with folium was impressive.

    • @user-gv9qt3wn8q
      @user-gv9qt3wn8q 8 місяців тому

      ua-cam.com/video/xTODkRlek4I/v-deo.htmlsi=vA3v6-gcaem7prED

  • @Monotheism19
    @Monotheism19 10 місяців тому +8

    Thanks! I’m your follower from USA

  • @ronen124
    @ronen124 Рік тому +7

    a very nice data,
    12:39 I can see that you live besides a mountain near where a river emanates 👍😁

  • @saidurrahman1327
    @saidurrahman1327 6 місяців тому +16

    Hi, The tutorial is very good and well-described. However, I have a concern; the location is not exact. Especially, the lat-long from index [0] is not the actual location. In fact, the actual 'result' variable contains a list of lat-long. Could you please discuss this matter in the comment section? Thanks.

  • @adityabhat6146
    @adityabhat6146 Рік тому +2

    Thank you sir..... Video was very helpful 😍

  • @calmingcoffeerain6217
    @calmingcoffeerain6217 9 місяців тому +2

    It seems for security reasons they place the pin in the center of the country the regional code specified
    Other cool script and very easy to follow

    • @finnsteck
      @finnsteck 4 місяці тому +2

      Has nothing to do with security reasons. All the script does is basically turning the first integers (like +49 for germany) into a string (like "germany") and then taking the center of the country. Afterwards it uses folium to make a map. This is more a "Area Code Finder" than a phone tracker.

  • @nihadalmahrooq4335
    @nihadalmahrooq4335 7 місяців тому +1

    This area of development is promising and benefit telco operators of visual operation services, and other businesses of analytics visualization.

  • @learntechwithabderrezak2507
    @learntechwithabderrezak2507 2 роки тому +42

    As a telecom ingeneer , i think that this tuto is not credible : The only information it gives are : the country and the service provider, we can found this two informations easily in the internet. Next point , to find a location of a phone number , we have to acess to the cellular network. in other terms you have to hacke a celular network ;) . The only thing you can get with this method is the services provider adress. Each country made a security of its information , each service provider made a security , it s not easy to get the location. But i propose you the solutions to get it : 1. to be genious and hacke celular network . 2 . Install an application in the phone to share it's position. 3. install a client ( link) to get the ip adress of your phone. 4. get the ip adress of your phone using kali linux. thank you for sharing this project. it's usefull.

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

    😮😮😮😮😮😮❤️ very well explained, now I know where to find all my acquaintances and my phone xD😮😮😮

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

    Great video. You wonderful 👍

  • @marwan2011tube
    @marwan2011tube Рік тому +4

    this application is not to see the currently position of the mobile number, but this is nice to the beginning

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

    ধন্যবাদ ভাই। আপনার প্রোগ্রাম টা খুব ভাল লাগল। আমি শিলিগুড়ি, india থেকে

    • @godswaymission-pp3tl
      @godswaymission-pp3tl Місяць тому

      💛Jesus is true God believe me 💛💛brother and all of you please🙏 learn Bible believe me jesus is one and only way of heaven believe me please 🙏Sorry if I said wrong sir 💛

  • @BigDuzPimpin
    @BigDuzPimpin 7 місяців тому

    WOW_ my mind is blown... thank you

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

    well for my case it shows incorrect location
    but have fun doing all this stuff
    enjoyed it
    want more content like this

  • @speedgp1397
    @speedgp1397 2 роки тому +17

    Great video, but the location pinpoints to the centre of the country. Any solution to find the exact location, plzz? Thanks

    • @finnsteck
      @finnsteck 4 місяці тому +3

      Call the number and ask

  • @user-oz9cu9ym5w
    @user-oz9cu9ym5w 4 місяці тому

    Thank you from an INDIANA 🇮🇳

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

    Great video sir

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

    Subbed! Great stuff you've got going here with Python.

    • @user-gv9qt3wn8q
      @user-gv9qt3wn8q 8 місяців тому

      ua-cam.com/video/xTODkRlek4I/v-deo.htmlsi=vA3v6-gcaem7prED

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

    Thanks bro🤤 loved the tutorial

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

      Most welcome.

    • @hansihintersee3142
      @hansihintersee3142 Місяць тому

      @@Tech2etc Can you make it working ? It took me 6 hours to get a negative result ......
      I always trusted INDIA howtos - since yesterday ......

  • @pfeffermartin642
    @pfeffermartin642 7 місяців тому

    nice explained - greetings from vienna

  • @alexstein1456
    @alexstein1456 5 місяців тому +1

    Thanks for tutorial. It does not give you correct location (data) which is sad,
    but a good idea what python is capble of.

  • @m.ramzannasir8717
    @m.ramzannasir8717 2 роки тому +1

    thank you this is very help full thank you so much

  • @whoami_3301
    @whoami_3301 2 роки тому +11

    Oh, bro. That was amazing
    Thanks a lot 💚

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

      Most welcome

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

      @@Tech2etc bro, i am trying to do
      Tz = results[0]["timezone"]["name"]
      print (Tz)
      But it show me error, can you help me ?

  • @sibusisomudamburi2705
    @sibusisomudamburi2705 3 місяці тому +1

    Gives back same location for different numbers which in reality are miles and miles apart

  • @user-he4ur2mf5k
    @user-he4ur2mf5k 8 місяців тому

    Hi there very interested just a simple question before i try it. Where are you write number i have to write the phone number or when i have other folder with the number i have to write just (number)

  • @islam-kh3py
    @islam-kh3py 6 місяців тому

    Nice Bro.❤

  • @Peywan
    @Peywan Місяць тому

    it works but very bad precision with location, folium was nice tho. thank you!

  • @vaisakhvaishu5397
    @vaisakhvaishu5397 Рік тому +3

    I didn't get the key from the opencage data, because the opencagedata don't allow free trail.
    Is there any site to get these details?

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

    Your tutorial ar great 😃

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

      Thank you! Cheers!

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

      @@Tech2etc idiot

    • @okerekechidi7775
      @okerekechidi7775 11 місяців тому

      Thanks alot for the well detailed lecture. But the opencage didn't give me the real time location of the phone number

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

    Awesome Brother

  • @Igor_Glebsky
    @Igor_Glebsky 2 роки тому +12

    Thank you very much for the detailed lesson, but the location was incorrectly determined by my number, opencagedata is a raw service, can you suggest any other?

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

      I would like to know another service too. Some much more efficient that gives the exact location. :'(

    • @ronen124
      @ronen124 Рік тому +2

      I think that this company get the location from the antennas that your phone is talking to (that is radius without angle)- it is not coming from the GPS device of the specific phone you query that's why results are not accurate

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

    There is a problem: the coordinates are bound to the ‘location’, which in my case is France. Thus, it always return coordinates for ‘France’, not the phone number. It points roughly at the center of the country.
    The coordinates of the phone are never returned.

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

    It works fine on landline phone but based on mobile phone it gives wrong location. I think it works based on near communication tower.

  • @user-jk8uk4ql5x
    @user-jk8uk4ql5x Рік тому +16

    Hi I love your videos.
    I am still a beginner and you have the best projects to start with.
    There is only one problem with the code you provided because for some reason I get the same lat and lng for every number i type in, i'm not sure if the fault is somewhere within my code but it looks almost exactly like yours. Would appreciate some feedback or some form of advice.
    Kind regards.😄

    • @pythoncodingwithnihal-pyth1979
      @pythoncodingwithnihal-pyth1979 11 місяців тому +3

      they do grant you only one time access until you pay.

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

      It is hard when you are a beginner. For me it gave me a wrong service provider

    • @user-gv9qt3wn8q
      @user-gv9qt3wn8q 8 місяців тому

      ua-cam.com/video/xTODkRlek4I/v-deo.htmlsi=vA3v6-gcaem7prED

    • @Pok3rface
      @Pok3rface 7 місяців тому

      Yup, then you have to pay... It's a scam you dummy 😂 but me too dummy cos I believed it after watching. Thanks to the comment it saved me from further waisting time so thank you Mr Telecoms Engineer !!

    • @456Lazar
      @456Lazar 7 місяців тому +13

      This is a CRAP program. It DOESN'T track a phone!!! All it does is give you a location based on the area code (first few numbers in the phone number). I live in Houston Texas but my phone number is a Washington state area code and this program "tracked" me to WASHINGTON. What bogus crap.

  • @r.galiano5739
    @r.galiano5739 Рік тому

    Absolut Perfect 🎉

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

      More projects are coming soon.
      Please share this project on your social media. It will help us. Thanks.

  • @xKVerdamm
    @xKVerdamm 7 місяців тому

    thank you so much! you're so good at teaching us

    • @frehdjillali6849
      @frehdjillali6849 6 місяців тому +1

      is wrong tut, just convert code indicator to name of country

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

    THANKS A LOT BRO

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

    Vera level

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

    Sir, I am getting error when adding api key. I am storing it in string

  • @Kamran4752
    @Kamran4752 17 днів тому

    This will show current location or phone number location where it has been started

  • @ashrafuzzamanpial8262
    @ashrafuzzamanpial8262 2 роки тому +7

    Every time it shows same location for different sim number.any solution?
    Waiting for your support and solutions
    And thanks for this video 👍

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

      for your info, that program is just show the region/country location of your phone number and definitely doesn't show the accurate position of your phone number like google satellite share location etc.

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

      @@zhillanadrian580 I agree with you that would be a dangerous program

    • @pythoncodingwithnihal-pyth1979
      @pythoncodingwithnihal-pyth1979 11 місяців тому

      they grant you only one free time. if you pay.. you can use it....

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

    Hi Khalili My name is Munga am new in programming but am interesting in learning python can you help?
    Because i see your tutorial and am interested plz

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

    everything worked well but my map is blank white it is not showing routes what to do please tell

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

    Nice one bro

  • @Tata-bx5wq
    @Tata-bx5wq Рік тому

    Hi,Great job Bro.I have a question.Can we use this api in any country?

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

    It was helpful

  • @Mr.M.D.D
    @Mr.M.D.D Рік тому +2

    Sir ....can we make this project into a app for use?
    Plz answer 🙏🙏🙏

  • @fuse018
    @fuse018 7 місяців тому

    this is how i started my coding journey with my ex number

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

    Awesome video

  • @InfiniteTechnologies-qr4kn
    @InfiniteTechnologies-qr4kn 14 днів тому

    Hi there, sir what if I wanted to know the exact current location including country, city, state, n full address etc.
    pls answer.

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

    It gives the same cordinates for all numbers in my country.

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

    Super

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

    nice work bro but the company stopped this due to in accuracies :(

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

    This a good video sir, my location is showing in madhya Pradesh but am living in Andhra Pradesh 😂

  • @ramanpuwar5247
    @ramanpuwar5247 Місяць тому

    Make a fishing webpage or application that access user gps and send their location to server

  • @leeuwmeanfee4726
    @leeuwmeanfee4726 Місяць тому +1

    just centre of somewhere. Not real time location

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

    Waiting for this😍
    Thanks bro😋😋

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

      Most welcome bro......

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

    Very nice!

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

    damn there is only 1,154 km between the location that is given and the location I'm at that is very helpful

  • @yerkhankabyl6284
    @yerkhankabyl6284 2 роки тому +29

    Sir, u made a great job! I wrote all code by step and it's working, but location was wrong, about 200 km .. How can we fix it? Thank u a lot!

  • @Nizam_Ul_Mulk
    @Nizam_Ul_Mulk 18 днів тому

    Good learning... good idea but from execution stand point, it fell flat on its face. Location shows some where else..

  • @nicolasrichard7199
    @nicolasrichard7199 7 місяців тому

    Impressive. I must try it myself

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

    nice sir

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

    tq

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

    great job

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

    Which complier we use to run python

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

    i install opencage and gecoder
    still when i am writing opencagegeocode its not running pls help

  • @shamimhossain1504
    @shamimhossain1504 7 місяців тому +1

    Hello Bro
    The location that you have shown there is the same location that I have shown here. My number is not showing the location of the place where I have it. So what can I do bro?

  • @md.sayedurrahman9779
    @md.sayedurrahman9779 6 місяців тому

    The location constantly shows only one place. It only shows Fulbaria Upojila of Mymansing District.

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

    Great tutorial, but this location is middle of country of phone number origin, not exact location

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

    Some evil minded people might use it for bad purpose. But this project will be beneficial for delivery boy. In some app if location of customer is not shown then we can use this project.

  • @rev.kenshostad2888
    @rev.kenshostad2888 Рік тому +1

    All this does is give you the lat and lng of the phone when it was bought or turned on the first time, Right??
    It will not tell you where the phone has been nor where it is at any given time, or even right now, Right???

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

    but if I use the other phone number, it does change the location from google map, basically I am saying that, it does show differ location i use another diff Number on the same country

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

    Thank you so much for making it really work

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

    do not pick the accurate phone or sim location. Picks same lat and lng for any number

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

    Nice trick, but you couldn't get the exact location.. And you can make a line between your location and the target location. That's it.but getting exact location using geocoder is just a crazy stuff.

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

    Bro is this applicable for finding out details of unknown number from sri lanka?

  • @user-me4my2zg1h
    @user-me4my2zg1h 6 місяців тому

    awesome

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

    Hi, its a nice guide but the geotracking on the map is not exactly. But it doesnt work anymore.

  • @pbspbs84
    @pbspbs84 7 місяців тому

    Gos needs to be on of the mobile ?

  • @stega1
    @stega1 7 місяців тому +1

    Hi, I have tried your code and to be honest does not work well. I used my italian number as well as my belgian number but the location is completely wrong. is there any well known issue with those API? thanks

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

    Can you post all the pips you added?

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

    The term 'pip' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was
    included, verify that the path is correct and try again. please help

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

    Nice work. However, it doesn't show my exact location but the country is correct. In this video, is it the exact location for you?

  • @jeoi
    @jeoi 6 місяців тому +1

    Latitude = "lat"
    Longitude = "lon"
    There Is No Such Word As Langatude & LNG Means Nothing.

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

    thanks

  • @sosobobo8157
    @sosobobo8157 2 місяці тому +1

    I got the same exact location for two different numbers

    • @hansihintersee3142
      @hansihintersee3142 Місяць тому

      IN What Country ? Here in Germany / Austria its not working at all. Opencage is telling us CLEARLY : its not useable for locating !

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

    I love it but I think that by the timw we finish the guy carrying the phone is long gone.Probably 100 miles away now.

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

    How can I have a direct conversation with you, I need to learn something related to this.... Any link on how I can reach you, social media or any

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

    Bro i got the lat and lng accurate the first time. But then i changed the number to look for someone else’s location and the lat lng were the same. Can you help?

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

      Its because its the coordinates of the center of the land, it cannot give the coordinates of the phone.

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

    This code not showing mobile phone location,
    It's shows country location.
    Approximately center point of country where simcard registered.
    Like somewhere in MP for india

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

      query = str(location)
      Var "location" have value "india"
      In opencage and folium it's only using "location"

  • @moacirramos2668
    @moacirramos2668 10 місяців тому

    would be able to locate by a cell phone serial number due to theft crimes where the individual removes the chip number from the device ?

  • @5minsolutionall
    @5minsolutionall 7 місяців тому +1

    Which version is this plz reply sir 🙏

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

    shocked to know that you are from bangladesh

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

    brother , how do you take the first value in this line lat = results[.....]['geometry']['lat']

  • @jignesh_priyan
    @jignesh_priyan 2 місяці тому +1

    Bro the location is not precise...