Search code examples
azureazure-maps

Microsoft Azure Maps missing atlas.control


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:

  • control
  • data
  • Map
  • Popup

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?


Solution

  • 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