地狱之友, 我正在尝试生成谷歌地图,显示附近的地方,如学校,银行,胸围,自动取款机等基于用户输入或在网站上提供的地址。我发现一个网站在下面的链接中有这个确切的功能:
您可以在位置标题下看到它显示半径范围内的所有importante信息。有人可以帮我看看如何为我做这种地图。我不是程序员或技术专家。 感谢
答案 0 :(得分:1)
您可能希望使用Places API。
Google Places API
是一项服务,使用establishments, geographic locations, or prominent points of interest
返回有关Google地方信息的信息 - 在此API中定义为HTTP requests
。放置请求将位置指定为latitude/longitude coordinates
。
例如,Place Details
请求会根据您的意愿返回有关特定地点的更详细信息。
请注意,截至2014年6月24日,id and referenc
e字段为deprecated
。它们将替换为新的place ID
,唯一标识符可为used to compare places and to retrieve information about a place
有关详细信息,请参阅here。