如何使用 devexpress 在 c# 中实现 google 映射路由?

how implement google maps route in c# with devexpress?

我的 oracle 数据库中有一个数据(纬度和经度),我想使用 google 地图 (winform - devexpress) 绘制路线。我正在阅读有关 mapcontrol 的内容,但它没有连接 google 地图,它只使用 bing 地图或开放街道地图。你能帮我做吗?提前致谢。

我认为 Google 地图不支持 Windows 平台。

但是,您可以插入 WebView 并使用 Javascript API with Shapes Polylines; the Static Maps API for a map image; or even the Embed Maps API(使用方向)创建页面。