I want to construct a BasemapGallery from a collection of Basemap. In the API reference does not provide a link to "well known Ids"; my internet search for "basemap well known id" comes up empty. So what are these "well known" ids?
From the ESRI API Reference for Basemap
</CODE><CODE class=""><SPAN class="">// or create the basemap from a well known ID</SPAN>
Basemap.fromId(<SPAN class="">"topo"</SPAN>);
Good health!
Blair