Andrew
Andrew
### Description Map pins have the ability to show an information window when clicked. Please provide a way to show this information window programmatically. ### Public API Changes ```csharp Pin...
### Description Run non-shell app which starts off with a login page. Enter credentials on login page and click button to login, which then sets Application.Current.MainPage = the real main...
### Description I want to know the current map zoom level for various reasons. I can get it on Android using this: ``` var mapHandler = (IMapHandler?)map.Handler; var googleMap =...
### Description Calling MoveToRegion inside a MarkerClicked event doesn't work. When the marker is clicked, it shows the info window, but does not zoom in to the pin as expected....
## Background Information / Reproduction Steps To reproduce, turn off the UA_ENABLE_HISTORIZING cmake option and build the source. Client.h and ua_client_highlevel.c report a bunch of syntax errors due to still...
It would be useful for the server to receive a callback when a client attempts to read a node that does not exist (to log an error message or take...
## Description Unable to transfer a subscription from one client to another ## Background Information / Reproduction Steps Create a client connection to server, set up a subscription, create another...