var shape = new esri.geometry.Point(somex, somey, new esri.SpatialReference({wkid:4326}));var simpleMarkerSymbol = new esri.symbol.SomeSymbol(-Insert Attributes Here-).setOffset(5,5); var graphic = new esri.Graphic(shape, simpleMarkerSymbol);I need a way to be able to get the lat long of the graphic post-application of the offset
var long = graphic.geometry.x; var lat = graphic.geometry.y;
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.