What is the math behind the actual UWP MapControl (like in Windows 10 Maps-App) with "WebMercator" projection? It seems it isn't a real static/quadratic web mercator (EPSG:3857). It's slightly ellipsoid.
For normal web mercator you can use these formulas but for the UWP control it will not work.
What kind of "web mercator" is that projection and what's the math behind?