I have an app with google maps. Maps are currently displayed in WebBrowser using the Javascript Maps API.
I have a requirement that the card interact with the application. In particular, I placed markers on the map. Winform must be registered when one of them is clicked, double-clicked, etc. And found out which one was. If the user right-clicks on an empty area on the map, I need to somehow register how to draw a context menu, and a lat / long pixel representing a geospatial view.
I don't care if the card remains in the webbrowser control or is replaced by something else. If necessary, I can rip it all off and place a new map - but it must be Google (because we have an expensive corporate API), and it absolutely must remain inside winform.
How can I accomplish this interactivity?
c # winforms google-maps
tsilb
source share