显示带有用户使用 Google 个地点 Api 输入的一些地址的地图

Display The Map WIth some Address Entered by user using Google Places Api

我正在 Google 地图与我的应用程序集成。

我有需求 Like ,用户可以输入 his/her Place(Address),City,State,Country.

然后我必须显示该地址的地图。

我试过 lat , lan 我不能准确定位标记。

任何人都可以给我建议如何实现这个要求。

提前谢谢大家。

您应该查看 api 文档中的地理编码服务 - https://developers.google.com/maps/documentation/javascript/reference#Geocoder

另请参阅此工作示例https://developers.google.com/maps/documentation/javascript/examples/geocoding-simple