I have a data (latitude and longitude) in my oracle database and I would like to draw a route using google maps (winform - devexpress). I was reading about mapcontrol but It's not connect with google maps It's only use bing maps or open street maps. Could you please help me to do that? thanks in advance.
I think Google Maps has no support to Windows platform.
However, you can insert a WebView and create a page using the Javascript API with Shapes Polylines; the Static Maps API for a map image; or even the Embed Maps API (using direction).