Hello every one ,
Is it possible restrict an address search to a specific map extent or a place with dijit Geocoder ?
i have the following code but can not work
var geocoder = new Geocoder({
arcgisGeocoder: {
placeholder: "Entrer Votre Adreesse"
},
autoComplete: true,
maxLocations:10,
map: map,
searchExtent:initialExtent // The extent of my study area (Casablanca in my Case).
}, dom.byId("search"));
thanks in adavnce for any help