开发者

Custom Google maps search

开发者 https://www.devze.com 2023-01-17 13:16 出处:网络
I need to search data from my db and show it in Google Maps. For instance, when I search hotel in Rome, it will be display ONLY the hotel in Rome (or near) and in my db.

I need to search data from my db and show it in Google Maps.

For instance, when I search hotel in Rome, it will be display ONLY the hotel in Rome (or near) and in my db.

I 开发者_开发知识库use PHP to get data from db.

How can i do this ?


You have to do the full text search on your part, and then use the coordinates of your stored element to display it in google map.

0

精彩评论

暂无评论...
验证码 换一张
取 消