<?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 Using Magnify in SketchEditior in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/using-magnify-in-sketcheditior/m-p/167393#M1535</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using ArcGIS Runtime for iOS 100.0 and trying to use&amp;nbsp;&lt;STRONG&gt;AGSSketchEditor&lt;/STRONG&gt;() to create a Polyline sketch. I was wondering, is it possible to use Magnifier also while adding a vertex like in the &lt;STRONG&gt;Collector&lt;/STRONG&gt; application? In&lt;SPAN style="color: #005cc5; background-color: #ffffff;"&gt; &lt;A href="https://github.com/Esri/arcgis-runtime-samples-ios/tree/master/arcgis-ios-sdk-samples/Display%20information/Sketch%20on%20the%20map"&gt;sample application&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;although the magnifier is shown but it doesn't add vertex .&lt;/P&gt;&lt;P&gt;I tried subscribing to&amp;nbsp;the&lt;SPAN style="color: #005cc5; background-color: #ffffff;"&gt; &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;didEndLongPressAtScreenPoint&lt;/STRONG&gt; event but&amp;nbsp;for it to work , need the selected vertex of sketch on map to update the sketch geometry.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;by-&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;EM&gt;&lt;SPAN class=""&gt;var&lt;/SPAN&gt;&lt;SPAN class=""&gt; geo = &lt;/SPAN&gt;&lt;SPAN class=""&gt;self&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;sketchEditorForEditing&lt;/SPAN&gt;&lt;SPAN class=""&gt;.geometry. &lt;/SPAN&gt;&lt;SPAN class=""&gt;as&lt;/SPAN&gt;&lt;SPAN class=""&gt;? &lt;/SPAN&gt;&lt;SPAN class=""&gt;AGSPolyline&lt;/SPAN&gt;&lt;SPAN class=""&gt;;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;EM&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;self&lt;/SPAN&gt;&lt;SPAN class=""&gt;.sketchEditorForEditing.replaceGeometry(((geo?.toBuilder())?.add(mapPoint).toGeometry())!);&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I wanted to know, is there a way we can get/set the selected vertex of sketch geometry being drawn on map or any other way to get this working. Thanks in advance!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Jul 2017 23:24:14 GMT</pubDate>
    <dc:creator>SandeepKumar5</dc:creator>
    <dc:date>2017-07-18T23:24:14Z</dc:date>
    <item>
      <title>Using Magnify in SketchEditior</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/using-magnify-in-sketcheditior/m-p/167393#M1535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using ArcGIS Runtime for iOS 100.0 and trying to use&amp;nbsp;&lt;STRONG&gt;AGSSketchEditor&lt;/STRONG&gt;() to create a Polyline sketch. I was wondering, is it possible to use Magnifier also while adding a vertex like in the &lt;STRONG&gt;Collector&lt;/STRONG&gt; application? In&lt;SPAN style="color: #005cc5; background-color: #ffffff;"&gt; &lt;A href="https://github.com/Esri/arcgis-runtime-samples-ios/tree/master/arcgis-ios-sdk-samples/Display%20information/Sketch%20on%20the%20map"&gt;sample application&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;although the magnifier is shown but it doesn't add vertex .&lt;/P&gt;&lt;P&gt;I tried subscribing to&amp;nbsp;the&lt;SPAN style="color: #005cc5; background-color: #ffffff;"&gt; &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;didEndLongPressAtScreenPoint&lt;/STRONG&gt; event but&amp;nbsp;for it to work , need the selected vertex of sketch on map to update the sketch geometry.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;by-&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;EM&gt;&lt;SPAN class=""&gt;var&lt;/SPAN&gt;&lt;SPAN class=""&gt; geo = &lt;/SPAN&gt;&lt;SPAN class=""&gt;self&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;sketchEditorForEditing&lt;/SPAN&gt;&lt;SPAN class=""&gt;.geometry. &lt;/SPAN&gt;&lt;SPAN class=""&gt;as&lt;/SPAN&gt;&lt;SPAN class=""&gt;? &lt;/SPAN&gt;&lt;SPAN class=""&gt;AGSPolyline&lt;/SPAN&gt;&lt;SPAN class=""&gt;;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;EM&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;self&lt;/SPAN&gt;&lt;SPAN class=""&gt;.sketchEditorForEditing.replaceGeometry(((geo?.toBuilder())?.add(mapPoint).toGeometry())!);&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I wanted to know, is there a way we can get/set the selected vertex of sketch geometry being drawn on map or any other way to get this working. Thanks in advance!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 23:24:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/using-magnify-in-sketcheditior/m-p/167393#M1535</guid>
      <dc:creator>SandeepKumar5</dc:creator>
      <dc:date>2017-07-18T23:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: Using Magnify in SketchEditior</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/using-magnify-in-sketcheditior/m-p/167394#M1536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your question. &amp;nbsp;There is no current way to get the magnifier to show when adding a new vertex. &amp;nbsp;However, if you tap to add a new vertex, then tap and hold on the new vertex, the magnifier will show and you can reposition the vertex. &amp;nbsp;Adding a new vertex using the magnifier is something that we are considering for the next release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently there is no public API to get the selected vertex of a sketch. &amp;nbsp;Aside from needing the selected vertex for the workaround you mention above, is there a use case for you needing to get the selected vertex? &amp;nbsp;If so, that is also something we could consider.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 16:10:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/using-magnify-in-sketcheditior/m-p/167394#M1536</guid>
      <dc:creator>MarkDostal</dc:creator>
      <dc:date>2017-07-19T16:10:36Z</dc:date>
    </item>
  </channel>
</rss>

