<?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: Using 3.x API, how I can get center point and radius from circle made by Draw module? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-3-x-api-how-i-can-get-center-point-and/m-p/535466#M49908</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;I will try your solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Milaw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jun 2020 10:41:05 GMT</pubDate>
    <dc:creator>MilawK_</dc:creator>
    <dc:date>2020-06-17T10:41:05Z</dc:date>
    <item>
      <title>Using 3.x API, how I can get center point and radius from circle made by Draw module?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-3-x-api-how-i-can-get-center-point-and/m-p/535464#M49906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using the code below:&lt;BR /&gt;JS&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: #82aaff;"&gt;initDrawRadiusCircle&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: #eeffff;"&gt;radius&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;Draw&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: #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;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;draw-complete&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: #89ddff;"&gt;this.&lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;addToMap&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: #82aaff;"&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: #eeffff;"&gt;map&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: #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: #eeffff;"&gt;radiusGraphic&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;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;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: #82aaff;"&gt;addToMap&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;evt&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;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;symbol&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;SimpleFillSymbol&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: #546e7a;"&gt;//.setColor(null).outline.setColor("blue");&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;radiusGraphic&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;Graphic&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;evt&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: #f07178;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;symbol&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: #eeffff;"&gt;graphics&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #82aaff;"&gt;add&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;radiusGraphic&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;BR /&gt;HTML&amp;nbsp;&lt;/P&gt;&lt;DIV style="color: #eeffff; background-color: #263238;"&gt;&lt;DIV&gt;&lt;SPAN style="color: #eeffff;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;button&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #89ddff;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #c792ea;"&gt;data-dojo-type&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;="&lt;/SPAN&gt;&lt;SPAN style="color: #c3e88d;"&gt;dijit/form/Button&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #89ddff;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #c792ea;"&gt;data-dojo-attach-event&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;="&lt;/SPAN&gt;&lt;SPAN style="color: #c3e88d;"&gt;onClick: drawRadiusCircle&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;"&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: #eeffff;"&gt;Draw&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="color: #f07178;"&gt;button&lt;/SPAN&gt;&lt;SPAN style="color: #89ddff;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2020 08:00:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-3-x-api-how-i-can-get-center-point-and/m-p/535464#M49906</guid>
      <dc:creator>MilawK_</dc:creator>
      <dc:date>2020-06-11T08:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Using 3.x API, how I can get center point and radius from circle made by Draw module?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-3-x-api-how-i-can-get-center-point-and/m-p/535465#M49907</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;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="comment token"&gt;//Require "esri/geometry/Polyline", "esri/geometry/geometryEngine",&lt;/SPAN&gt;
addToMap&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;function&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;evt&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
  radius&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;deactivate&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
  &lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; symbol &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;SimpleFillSymbol&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
  radiusGraphic &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;Graphic&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;evt&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;geometry&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; symbol&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;

  &lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; cent &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; evt&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;geometry&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;getCentroid&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
  &lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; pnt &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; evt&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;geometry&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;getPoint&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
  &lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; line &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;Polyline&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;pnt&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;x&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;pnt&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;y&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;cent&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;x&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;cent&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;y&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
  &lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; rad &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; geometryEngine&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;geodesicLength&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;line&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"meters"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
  &lt;SPAN class="keyword token"&gt;this&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;map&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;graphics&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;add&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;radiusGraphic&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 23:16:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-3-x-api-how-i-can-get-center-point-and/m-p/535465#M49907</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-11T23:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Using 3.x API, how I can get center point and radius from circle made by Draw module?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-3-x-api-how-i-can-get-center-point-and/m-p/535466#M49908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;I will try your solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Milaw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2020 10:41:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-3-x-api-how-i-can-get-center-point-and/m-p/535466#M49908</guid>
      <dc:creator>MilawK_</dc:creator>
      <dc:date>2020-06-17T10:41:05Z</dc:date>
    </item>
  </channel>
</rss>

