如何在 Google 地图上放置图钉以及如何在 Google 地图上的对话框中获取当前地址?

发布于 2024-11-18 04:03:34 字数 175 浏览 3 评论 0原文

我正在开发一款与谷歌地图相关的应用程序。我是谷歌地图的初学者。

我想做一个在我当前位置显示 Pin 图的应用程序。当我单击该引脚时,它会显示包含我当前地址的对话框。 “销钉是可移动的”。当我将图钉从 Google 地图上的一个位置移动到另一个位置时,对话框会显示该位置的地址。

所以请给我想法或参考网站。

I am working on one application which is related to Google map. I am a beginner in Google map.

I want to do an application which shows a Pin at my Current location. When I click on that pin it shows the dialog which contain my current address. "Pin is movable". When I move the pin from one location to other on Google map the dialog box show the address of that location.

So please give me idea or reference site.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

聊慰 2024-11-25 04:03:34

这是一个示例项目,展示了一种拖放方式 -将 OverlayItems 放入 ItemizedOverlay 中。

您可以尝试使用 Geocoder 类获取给定纬度和经度的地址。

请注意,您的项目比我为“Google 地图初学者”推荐的项目更高级。

Here is a sample project showing one way to drag-and-drop of OverlayItems in an ItemizedOverlay.

You can try to use the Geocoder class to get an address given a latitude and longitude.

Note that your project is more advanced than what I would recommend for "a beginner in Google map".

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文