![]() |
Sergey Kornilov admin 7/28/2020 |
![]() |
Myr0n author 7/28/2020 |
This? https://xlinesoft.co...eb-application/
|
![]() |
Sergey Kornilov admin 7/28/2020 |
What you looking for is a process called reverse geocoding. There are multiple services on the web that provide this kind of API, you need to sign up and pay them based on usage. |
![]() |
Myr0n author 7/28/2020 |
What you looking for is a process called reverse geocoding. There are multiple services on the web that provide this kind of API, you need to sign up and pay them based on usage. Then in your code you can send lat/lng pair to their API and get back an address that you can save in your database.
|
![]() |
fhumanes 7/29/2020 |
Hello: |
![]() |
Myr0n author 7/29/2020 |
Thank you so much $apiKey = "GoogleApiKey"; //<----YOUR-OWN-API-KEY
|
![]() |
Myr0n author 7/29/2020 |
In the previous case I am getting the whole information from google maps but for db::insert or db::update just I would that update automatically the latitude & longitude like is doing after editing a record that has an address and the geocoding is set for that table. |