I want to append result of a custom search in a Geocoder text box in ArcGIS JavaScript API by overriding the default result.
I have written the below code for this, but I am not getting a satisfactory result.
html, body, #map { height: 100%; width: 100%; margin: 0; padding: 0; } #search { display: block; position: absolute; z-index: 3; top: 20px; left: 75px; } .spotlight { z-index: -1; position: absolute; left: 50%; top: 50%; border-radius: 50%; opacity: 0; box-shadow: inset rgba(0,0,0,0.25) 0px 0px 20px 20px, rgba(0,0,0,0.25) 0px 0px 0px 1000px; transition: all 1000ms; -moz-transition: all 1000ms; -webkit-transition: all 1000ms; } .spotlight-active { z-index: 2; opacity: 1; }
anyone any suggestion?
أكثر...
I have written the below code for this, but I am not getting a satisfactory result.
html, body, #map { height: 100%; width: 100%; margin: 0; padding: 0; } #search { display: block; position: absolute; z-index: 3; top: 20px; left: 75px; } .spotlight { z-index: -1; position: absolute; left: 50%; top: 50%; border-radius: 50%; opacity: 0; box-shadow: inset rgba(0,0,0,0.25) 0px 0px 20px 20px, rgba(0,0,0,0.25) 0px 0px 0px 1000px; transition: all 1000ms; -moz-transition: all 1000ms; -webkit-transition: all 1000ms; } .spotlight-active { z-index: 2; opacity: 1; }
anyone any suggestion?
أكثر...