C++生成器 xe2 &谷歌地图 API
有人能给我指出正确的方向吗?
我想创建一个使用谷歌地图的 C++ 应用程序。
我需要能够执行以下
- 添加标记。
- 计算标记之间的距离。
- 从地址算出经度/纬度。
- 从经度/纬度获取地址。
- 通过鼠标在地图上单击获取地址。
我见过一些可以做到这一点的组件,但它们有点贵。
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
- Add markers.
- Calculate distance between markers.
- Work out long/lat from address.
- Get address from long/lat.
- Get address from mouse click on map.
I've seen some components that do this but they are abit pricy.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不确定这是否对您有帮助,但是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.
最终使用了在以下网站找到的 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.