Any examples out there of allowing the user to type in a lat long and creating a point at that location and/or zooming to it,,,,
Much like the below but with XY not address
Geocode an address | ArcGIS API for JavaScript
Solved! Go to Solution.
Think I got it with the below.....thanks for all your help.....
var graphicExtent = graphic1._extent.getExtent();
app.map.centerAndZoom(evt.address.location,15);