<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Edit: Move circle issue in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-move-circle-issue/m-p/554073#M51684</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;BR /&gt;&lt;BR /&gt;Thanks for your answer.&lt;BR /&gt;Then what should I do to get the new center of the circle after 'move'?&lt;BR /&gt;Redraw a new graphic (polygon) and make some manipulation on it?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Aug 2020 09:29:46 GMT</pubDate>
    <dc:creator>MilawK_</dc:creator>
    <dc:date>2020-08-03T09:29:46Z</dc:date>
    <item>
      <title>Edit: Move circle issue</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-move-circle-issue/m-p/554071#M51682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using Draw, i'm creating a circle (drag'n drop or click) from center point (lat and long) and radius.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV style="color: #eeffff; background-color: #263238;"&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ffcb6b;"&gt;drawRadiusCircle&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #c792ea;"&gt;function&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;()&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;this.&lt;/SPAN&gt;&lt;SPAN style="color: #82aaff;"&gt;_clearGraphicLayers&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;()&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;this.&lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;map&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #82aaff;"&gt;disableMapNavigation&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;()&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;this.&lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;map&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #82aaff;"&gt;disableDoubleClickZoom&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;()&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;this.&lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;map&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #82aaff;"&gt;hideZoomSlider&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;()&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;this.&lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;map&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #82aaff;"&gt;setMapCursor&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;DRAW_CURSOR&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;;&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;radius&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #82aaff;"&gt;activate&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;Draw&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;CIRCLE&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;!this.&lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;mouseDragDrawListener&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;this.&lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;mouseDragDrawListener&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;this.&lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;map&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #82aaff;"&gt;on&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #c3e88d;"&gt;mouse-drag&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;lang&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #82aaff;"&gt;hitch&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;this,&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;this.&lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;_mouseDragDrawHandler&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;))&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ffcb6b;"&gt;_mouseDragDrawHandler&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #c792ea;"&gt;function&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;event&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;this.&lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;isDrawDragged&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff9cac;"&gt;true&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ffcb6b;"&gt;addDrawToMap&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #c792ea;"&gt;function&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;event&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;radius&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #82aaff;"&gt;deactivate&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;()&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;this.&lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;mouseDragDrawListener&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;this.&lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;mouseDragDrawListener&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #82aaff;"&gt;remove&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;()&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;this.&lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;mouseDragDrawListener&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;null;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #c792ea;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;center&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;event&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;geometry&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #82aaff;"&gt;getCentroid&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;()&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #c792ea;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;normalizedCenter&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;webMercatorUtils&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #82aaff;"&gt;xyToLngLat&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;center&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;x&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;center&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;y&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #c792ea;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;centerX&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;normalizedCenter&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;[&lt;/SPAN&gt;&lt;SPAN style="color: #f78c6c;"&gt;0&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;]&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #c792ea;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;centerY&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;normalizedCenter&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;[&lt;/SPAN&gt;&lt;SPAN style="color: #f78c6c;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;]&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;this.&lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;latitudeInput&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #82aaff;"&gt;set&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;'&lt;/SPAN&gt;&lt;SPAN style="color: #c3e88d;"&gt;value&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;'&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;centerY&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;this.&lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;longitudeInput&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #82aaff;"&gt;set&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;'&lt;/SPAN&gt;&lt;SPAN style="color: #c3e88d;"&gt;value&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;'&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;centerX&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #c792ea;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;point&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;event&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;geometry&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #82aaff;"&gt;getPoint&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #f78c6c;"&gt;0&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #f78c6c;"&gt;0&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #c792ea;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;normalizedPoint&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;webMercatorUtils&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #82aaff;"&gt;xyToLngLat&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;point&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;x&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;point&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;y&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #c792ea;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;pointX&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;normalizedPoint&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;[&lt;/SPAN&gt;&lt;SPAN style="color: #f78c6c;"&gt;0&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;]&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #c792ea;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;pointY&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;normalizedPoint&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;[&lt;/SPAN&gt;&lt;SPAN style="color: #f78c6c;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;]&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #c792ea;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;line&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;Polyline&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;([[&lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;pointX&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;pointY&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;]&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;[&lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;centerX&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;centerY&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;]])&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #c792ea;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;rad&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;geometryEngine&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #82aaff;"&gt;geodesicLength&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;line&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;this.&lt;/SPAN&gt;&lt;SPAN style="color: #82aaff;"&gt;_rangeUnitSelectionValue&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;())&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;this.&lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;isDrawDragged&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;this.&lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;rangeRadiusInput&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #82aaff;"&gt;set&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;'&lt;/SPAN&gt;&lt;SPAN style="color: #c3e88d;"&gt;value&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;'&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;rad&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;this.&lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;isDrawDragged&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff9cac;"&gt;false&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;this.&lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;map&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #82aaff;"&gt;setMapCursor&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;DEFAULT_CURSOR&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;;&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;this.&lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;map&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #82aaff;"&gt;enableMapNavigation&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;()&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;this.&lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;map&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #82aaff;"&gt;enableDoubleClickZoom&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;()&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;this.&lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;map&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #82aaff;"&gt;showZoomSlider&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;()&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;this.&lt;/SPAN&gt;&lt;SPAN style="color: #82aaff;"&gt;drawRadiusCircleAndQueryData&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;()&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Callling&amp;nbsp;&lt;SPAN style="color: #89ddff;"&gt;this.&lt;/SPAN&gt;&lt;SPAN style="color: #82aaff;"&gt;drawRadiusCircleAndQueryData &lt;/SPAN&gt;&amp;nbsp; create the layer and the graphic (the circle using the below):&lt;/P&gt;&lt;DIV style="color: #eeffff; background-color: #263238;"&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;return&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;Circle&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;center&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;this.&lt;/SPAN&gt;&lt;SPAN style="color: #82aaff;"&gt;_centerPointByInputs&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;()&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;radius&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;this.&lt;/SPAN&gt;&lt;SPAN style="color: #82aaff;"&gt;_rangeRadiusInputValue&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;()&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;radiusUnit&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;this.&lt;/SPAN&gt;&lt;SPAN style="color: #82aaff;"&gt;_radiusUnitType&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;()&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;geodesic&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff9cac;"&gt;true&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using Edit for MOVE, I'm cannot get the new center point of the graphic&lt;/P&gt;&lt;DIV style="color: #eeffff; background-color: #263238;"&gt;&lt;DIV&gt;&lt;SPAN style="color: #c792ea;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;graphic&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;this.&lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;_radiusLayer&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;graphics&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;[&lt;/SPAN&gt;&lt;SPAN style="color: #f78c6c;"&gt;0&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;]&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV style="color: #eeffff; background-color: #263238;"&gt;&lt;DIV&gt;&lt;SPAN style="color: #eeffff;"&gt;editToolbar&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #82aaff;"&gt;activate&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;Edit&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;MOVE&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;graphic&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;options&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;Getting this error:&lt;BR /&gt;Error: &amp;lt;path&amp;gt; attribute d: Expected moveto path command ('M' or 'm'), "Z".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is any way to get the new coordinate of the circle?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Aug 2020 13:00:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-move-circle-issue/m-p/554071#M51682</guid>
      <dc:creator>MilawK_</dc:creator>
      <dc:date>2020-08-02T13:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Edit: Move circle issue</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-move-circle-issue/m-p/554072#M51683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Milaw,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Once a circle is created and edited it becomes a polygon and no longer has the properties of the circle class.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2020 02:04:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-move-circle-issue/m-p/554072#M51683</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2020-08-03T02:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Edit: Move circle issue</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-move-circle-issue/m-p/554073#M51684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;BR /&gt;&lt;BR /&gt;Thanks for your answer.&lt;BR /&gt;Then what should I do to get the new center of the circle after 'move'?&lt;BR /&gt;Redraw a new graphic (polygon) and make some manipulation on it?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2020 09:29:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-move-circle-issue/m-p/554073#M51684</guid>
      <dc:creator>MilawK_</dc:creator>
      <dc:date>2020-08-03T09:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: Edit: Move circle issue</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-move-circle-issue/m-p/554074#M51685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Milaw,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;You can get the center of a circle polygon by getting the polygons extent and the extents center.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2020 12:27:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-move-circle-issue/m-p/554074#M51685</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2020-08-03T12:27:38Z</dc:date>
    </item>
  </channel>
</rss>

