Using the JavaScript API 4.8, how can I create a basemap gallery with just the Imagery and Streets basemaps?
This is what I'm using to create the basemapGallery:
basemapGallery = new BasemapGallery({ view: view, container: document.createElement("div") });
Thanks,
Shane