Hi everyone,
I am new to arcgis map and I only know little JavaScript. Could someone please help me with my project?
In my project, I want to 1. show current location (same as the following example)
https://developers.arcgis.com/javascript/jssamples/mobile_geolocaterenderer.html
AND 2. allow people click on map and pop up address and Latitude&Longitude etc.( same as the following example)
https://developers.arcgis.com/javascript/jssamples/locator_reverse.html
I have read though many examples on the Internet BUT I still have no idea what my code should be like to to the above two functions. I have tried adding some code fragments from example 2 to example 1 but it Does not seems to work.
Please advice.