var geocoder = new Geocoder({ autoComplete: true, map: map }, dom.byId("search"));
Thanks....was looking at this example and it does not mention the autocompletehttps://developers.arcgis.com/javascript/jssamples/locator_simple.htmlAnd different code....confusing sometimes
var geocoder = new Geocoder({ map: map }, "search"); geocoder.startup();
var geocoder = new Geocoder({ autoComplete: true, map: map, }, dom.byId("search")); geocoder.startup();
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.