evoWeb / store_finder

Store finder extension for TYPO3
GNU General Public License v2.0
2 stars 9 forks source link

how to search stores nearby according to my current position #21

Closed zzzzzyue closed 4 years ago

zzzzzyue commented 4 years ago

Hi , is it possible , if i want to search stores nearby according to my current position? Now i could only search them by giving adress and this adress should be already geocoded in database. If there is a way to get my current positon and calculate it in backend code , and showing in the map the nearest store (for example 10km), which are already in database geocoded.

Thank you for help and have a nice day : )

garbast commented 4 years ago

First of, it's not possible to get your current location with php. You have to get it via javascript and you have to deliver this javascript yourself as it's not part of the extension.

Then is possible to use these coordinates as hidden field values for latitute and longitude and search with these.

That should solve your problem.