I am creating a UWA and I need to interact with google maps. I have added Google maps at a webview and I am capable to add/remove markers via javascript and InvokeScriptAsync. Now I need to handle events on the opposite way. For example show at UWA the lon and lat of the mouse location or by selecting a marker to do some work at the UWA.
is that possible?