In documentation for Microsoft Azure Maps 1.0 JavaScript module: https://learn.microsoft.com/en-us/javascript/api/azure-maps-control/?view=azure-iot-typescript-latest the loaded atlas
module has 4 namespaces:
I can easily access latter 3 of them, but atlas.control is missing.
Specifically, I need atlas.control.ZoomControl class, but can't find it? Anyone knows what's the catch?
I had a similar issue and was able to reference the control module by using version 1.2 instead of 1.0 in the css and js links