require(["agsjs/layers/GoogleMapsLayer"], function(GoogleMapsLayer){ var googleLayer = new GoogleMapsLayer({ apiOptions: { v: '3.16' }, mapOptions: { mapTypeId: "roadmap", streetViewControl: false } }); googleLayer.id = "googleLayer"; map.addLayer(googleLayer); });
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.