C++生成器 xe2 &谷歌地图 API

发布于 2025-01-06 13:34:33 字数 217 浏览 0 评论 0原文

有人能给我指出正确的方向吗?

我想创建一个使用谷歌地图的 C++ 应用程序。

我需要能够执行以下

  1. 添加标记。
  2. 计算标记之间的距离。
  3. 从地址算出经度/纬度。
  4. 从经度/纬度获取地址。
  5. 通过鼠标在地图上单击获取地址。

我见过一些可以做到这一点的组件,但它们有点贵。

Can some one point me in the right direction.

I would like to create a C++ application that uses google maps.

I need to be able to do the following

  1. Add markers.
  2. Calculate distance between markers.
  3. Work out long/lat from address.
  4. Get address from long/lat.
  5. Get address from mouse click on map.

I've seen some components that do this but they are abit pricy.

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

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

发布评论

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

评论(2

哽咽笑 2025-01-13 13:34:33

不确定这是否对您有帮助,但是Delphi & Google Maps API V3 是同一博客上有关在 Delphi 中使用 Google Maps API V3 的多部分系列的第一部分。即使您不太了解 Delphi,您也可以看到所使用的组件的名称。

祝你好运。

Not certain if this will help you, but Delphi & Google Maps API V3 is the first part of a multi part series on the same blog about using Google Maps API V3 in Delphi. Even if you don't know Delphi that well, you can see the names of components that are used.

Good luck.

披肩女神 2025-01-13 13:34:33

最终使用了在以下网站找到的 GMLib

https://code.google.com/p/dcef3/< /a>

到目前为止它已经完成了我需要的一切。

Ended up using GMLib found at the following site

https://code.google.com/p/dcef3/

so far it has done everything i have needed.

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