开发者

GTK interaction with Google maps

开发者_Python百科

We are trying to make a GUI application in C using GTK that would use google maps api to download a map and find the shortest path between the source and the destination. We have implemented a mini web browser in our application using web toolkit. What is troubling me determining how would our application interact with the google maps api and how to go about running our algorithms(say Djikstra's) on the map the we downloaded. Any help is appriciated.


You cannot do that with Google Maps as they do not offer a vector api to download. However, you should look at OSM which provides that. libchamplain should be able to do that for you.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜