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); });
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.