0

for the new company site, they want a textbox that has an address, once the person clicks search a google map should appear with lots of points on that area. These points are places pre-defined in a database. Is there any way I can implement this? A great example of this is on laterooms.com:

http://www.laterooms.com/en/k16296355_manchester-hotels.aspx

Thanks

4

2 回答 2

1

我相信您想要的是简单地理编码之间的混搭(此处提供示例):

https://google-developers.appspot.com/maps/documentation/javascript/examples/geocoding-simple

和地点(此处提供示例)

https://google-developers.appspot.com/maps/documentation/javascript/examples/place-search

你应该很高兴。

于 2012-04-18T20:52:51.390 回答
0

您将在此页面上找到一些很好的信息:查看示例并查看您可以使用代码做什么

https://developers.google.com/maps/

于 2012-04-18T13:32:00.010 回答