toggle labels on active basemap programmatically

369
0
02-12-2020 09:16 AM
CamCode
New Contributor III

I can toggle the active basemap programmatically via the below: But how can I also include to show or hide LABELS programmatically with the below?


    myApp.widgets.basemapManager.basemapGallery.activeBasemap = {
      portalItem: {
          id: baseMapId
        }
0 Kudos
0 Replies