<?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: GeoViewHolding &amp;gt; Magnifier &amp;gt; Release in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/geoviewholding-gt-magnifier-gt-release/m-p/1624522#M13591</link>
    <description>&lt;P&gt;I think will do with the holding event and turn off magnifier.&amp;nbsp; With MAUI it seems one cannot get all the events to be able to move the magnifier and handle the release (get the location of the release).&amp;nbsp; Think maybe you need swift for doing that in iOS.&lt;/P&gt;</description>
    <pubDate>Tue, 17 Jun 2025 23:14:15 GMT</pubDate>
    <dc:creator>JoeHershman</dc:creator>
    <dc:date>2025-06-17T23:14:15Z</dc:date>
    <item>
      <title>GeoViewHolding &gt; Magnifier &gt; Release</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/geoviewholding-gt-magnifier-gt-release/m-p/1622096#M13580</link>
      <description>&lt;P&gt;If one does a GeoViewHolding on the map a magnifier pops up.&amp;nbsp; In FieldMaps that gets handled and implements the Dropped pin behavior.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to implement something similar but I cannot see what event is triggered after the magnifier appears and the user releases.&amp;nbsp; The SDK seems to already be implementing the behavior for the magnifier, but what event handler does one implement to capture the release&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jun 2025 23:36:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/geoviewholding-gt-magnifier-gt-release/m-p/1622096#M13580</guid>
      <dc:creator>JoeHershman</dc:creator>
      <dc:date>2025-06-09T23:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: GeoViewHolding &gt; Magnifier &gt; Release</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/geoviewholding-gt-magnifier-gt-release/m-p/1622523#M13581</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can switch off magnifier and implement your workflow on GeoViewHolding. Code below:&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;                // In MainPage constructor
                mapView.InteractionOptions = new MapViewInteractionOptions()
                {
                    IsMagnifierEnabled = false, // Disable magnifier.
                };&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 11 Jun 2025 05:31:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/geoviewholding-gt-magnifier-gt-release/m-p/1622523#M13581</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2025-06-11T05:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: GeoViewHolding &gt; Magnifier &gt; Release</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/geoviewholding-gt-magnifier-gt-release/m-p/1622600#M13582</link>
      <description>&lt;P&gt;I want the magnifier.&amp;nbsp; I want to be able to have the magnifier, let the user 'drop' at the location of the magnifier and somehow my app gets a notification that action (and location) occurred&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2025 13:01:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/geoviewholding-gt-magnifier-gt-release/m-p/1622600#M13582</guid>
      <dc:creator>JoeHershman</dc:creator>
      <dc:date>2025-06-11T13:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: GeoViewHolding &gt; Magnifier &gt; Release</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/geoviewholding-gt-magnifier-gt-release/m-p/1622612#M13583</link>
      <description>&lt;P&gt;There is possibility to use GeometryEditor which works with magnifier, but it has some requirements. More info in that &lt;A href="https://community.esri.com/t5/net-maps-sdk-questions/magnifier-not-working-with-geometryeditor/m-p/1499687" target="_self"&gt;thread&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2025 13:44:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/geoviewholding-gt-magnifier-gt-release/m-p/1622612#M13583</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2025-06-11T13:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: GeoViewHolding &gt; Magnifier &gt; Release</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/geoviewholding-gt-magnifier-gt-release/m-p/1622624#M13585</link>
      <description>&lt;P&gt;I am looking at the swift SDK.&amp;nbsp; And it looks like swift has events that do not exist in .net.&amp;nbsp; Which would seem how Field Maps is able to handle these behaviors&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2025 14:17:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/geoviewholding-gt-magnifier-gt-release/m-p/1622624#M13585</guid>
      <dc:creator>JoeHershman</dc:creator>
      <dc:date>2025-06-11T14:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: GeoViewHolding &gt; Magnifier &gt; Release</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/geoviewholding-gt-magnifier-gt-release/m-p/1622637#M13586</link>
      <description>&lt;P&gt;Custom renderers could help you.&amp;nbsp;&lt;SPAN&gt;The custom renderer approach allows you to use native controls and their features. By writing custom renderers, you can capture native touch events.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2025 14:36:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/geoviewholding-gt-magnifier-gt-release/m-p/1622637#M13586</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2025-06-11T14:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: GeoViewHolding &gt; Magnifier &gt; Release</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/geoviewholding-gt-magnifier-gt-release/m-p/1622783#M13587</link>
      <description>&lt;P&gt;Not sure if that will give me what I need but I cannot seem to attach a handler to MapView&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;#if IOS
            .ConfigureMauiHandlers(handlers =&amp;gt;
            {
                handlers.AddHandler&amp;lt;Esri.ArcGISRuntime.Maui.MapView, MyMapViewHandler&amp;gt;();
                handlers.AddHandler&amp;lt;ContentPage, ContentPageHandler&amp;gt;();
            })
#endif&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have this added in but the MyMapViewHandler never connects&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;    public class MyMapViewHandler : Esri.ArcGISRuntime.Maui.Handlers.MapViewHandler
    {
        protected MapView MapView =&amp;gt; VirtualView as MapView;

        protected override void ConnectHandler(Esri.ArcGISRuntime.UI.Controls.MapView nativeView)
        {
            base.ConnectHandler(nativeView);
            //Still do not see a long press on nativeView
        }
    }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2025 18:01:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/geoviewholding-gt-magnifier-gt-release/m-p/1622783#M13587</guid>
      <dc:creator>JoeHershman</dc:creator>
      <dc:date>2025-06-11T18:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: GeoViewHolding &gt; Magnifier &gt; Release</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/geoviewholding-gt-magnifier-gt-release/m-p/1623659#M13589</link>
      <description>&lt;P&gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;I am looking at the swift SDK.&amp;nbsp; And it looks like swift has events that do not exist in .net.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The events are provided by the underlying platform views. For .MAUI that could be done via the &lt;A href="https://learn.microsoft.com/en-us/dotnet/api/microsoft.maui.controls.gesturerecognizer?view=net-maui-9.0" target="_self"&gt;gesture recognizers&lt;/A&gt; but doesn't look like they currently expose a holding event. In the maps sdk, it's actually done at the lower native level (UIKit on iOS, View on Android and FrameworkElement on Windows), and relies on the holding event to start showing the magnifier, and the pointer-up for turning it off. So you'd need to use a combo of those two events for your scenario.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Jun 2025 04:27:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/geoviewholding-gt-magnifier-gt-release/m-p/1623659#M13589</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2025-06-14T04:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: GeoViewHolding &gt; Magnifier &gt; Release</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/geoviewholding-gt-magnifier-gt-release/m-p/1623660#M13590</link>
      <description>&lt;P&gt;oh wait I forgot we do expose the &lt;A href="https://developers.arcgis.com/net/api-reference/api/netwin/Maui/Esri.ArcGISRuntime.Maui.GeoView.GeoViewHolding.html" target="_self"&gt;GeoViewHolding event already&lt;/A&gt;. You can use that to set a flag that the user is currently holding / magnifier is showing, then use the pointer-up event to drop the pin.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Jun 2025 04:29:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/geoviewholding-gt-magnifier-gt-release/m-p/1623660#M13590</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2025-06-14T04:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: GeoViewHolding &gt; Magnifier &gt; Release</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/geoviewholding-gt-magnifier-gt-release/m-p/1624522#M13591</link>
      <description>&lt;P&gt;I think will do with the holding event and turn off magnifier.&amp;nbsp; With MAUI it seems one cannot get all the events to be able to move the magnifier and handle the release (get the location of the release).&amp;nbsp; Think maybe you need swift for doing that in iOS.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jun 2025 23:14:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/geoviewholding-gt-magnifier-gt-release/m-p/1624522#M13591</guid>
      <dc:creator>JoeHershman</dc:creator>
      <dc:date>2025-06-17T23:14:15Z</dc:date>
    </item>
  </channel>
</rss>

