I successfully get the part of the map I need. But this drawing is always larger than the width of the screen.
It turns out that the requested map size of 450x450 does not decrease in width on a smartphone with a resolution of 1920x1080. I tried on different smartphones, the picture always received in reality is about 30% -50% larger than the screen width, why. How can I fit the received card into a rectangle on the smartphone screen.
WebView scaling:
Public MapViewer As WebView
MapViewer.Initialize("")
Activity.AddView(MapViewer, 2%x, 1%y, 96%x, 54%y)
MapViewer.LoadUrl(Starter.mapURL)