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); });
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.