In the process of developing a Universal Windows App (UWA), I have integrated Google Maps using a webview. Using JavaScript and InvokeScriptAsync, I am able to add and remove markers on the map. Now, I am looking to handle events in the opposite direction - such as displaying the longitude and latitude of the mouse location in the UWA or performing specific actions when a marker is selected.
Is it feasible to achieve this functionality?