<?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: Difference between Callouts and Popups in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/difference-between-callouts-and-popups/m-p/358880#M4238</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm currently working on an app internally that uses popups. I'll pull the functionality into a sample app and share it with you ASAP. Stay tuned.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 May 2018 21:36:58 GMT</pubDate>
    <dc:creator>MaraStoica4</dc:creator>
    <dc:date>2018-05-23T21:36:58Z</dc:date>
    <item>
      <title>Difference between Callouts and Popups</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/difference-between-callouts-and-popups/m-p/358875#M4233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can someone please explain the major differences between Callouts and Popups and when they should be used? Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using v100.1 WPF&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 14:07:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/difference-between-callouts-and-popups/m-p/358875#M4233</guid>
      <dc:creator>ChrisSmith10</dc:creator>
      <dc:date>2017-10-25T14:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Callouts and Popups</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/difference-between-callouts-and-popups/m-p/358876#M4234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great question, because it&amp;nbsp;is an important distinction to make. I'll review the Guide/API doc on this to see where we can clarify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Callouts:&amp;nbsp;&lt;/P&gt;&lt;P&gt;A callout is a UI element that can be used to display some useful information on a map. The information can be related to a specific point on the map, or it can be related to the location display. It can also be about a geo element like a graphic or a feature that’s displayed on the map.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Popups:&lt;/P&gt;&lt;P&gt;Popups are part of the ArcGIS information model and can be configured for individual layers (or sublayers) in a map via a popup definition. They can also be used with graphics and graphics overlays, and pixels and rasters. Popups determine how to display the data of a feature, graphic or pixel (geo elements) in a way that is easier to understand than basic attributes in a row/column format. They enable you to convert raw data into an information display that is both powerful and easy to read.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, when the user clicks on the MapView you could perform an Identify operation and use the Popup returned for the identified GeoElement as the content for a Callout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the shorter-term roadmap is a popup manager that&amp;nbsp;provides helper methods and properties to&amp;nbsp;make it easier for you to&amp;nbsp;build&amp;nbsp;your own UI for Popups.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the slightly-longer-than-short-term roadmap we're also considering adding&amp;nbsp;a standard Popup UI to the open source Toolkit that you could use out of the box or customize for your needs.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 22:18:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/difference-between-callouts-and-popups/m-p/358876#M4234</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2017-10-25T22:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Callouts and Popups</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/difference-between-callouts-and-popups/m-p/358877#M4235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was wondering about the status of the&amp;nbsp;slightly-longer-than-short-term roadmap about standard Popup UI. Any beta for that available soon?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2018 14:01:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/difference-between-callouts-and-popups/m-p/358877#M4235</guid>
      <dc:creator>BjørnarSundsbø1</dc:creator>
      <dc:date>2018-05-23T14:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Callouts and Popups</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/difference-between-callouts-and-popups/m-p/358878#M4236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Popup UI in the Toolkit is a feature we are planning to work on this summer. What .NET API(s) are you&amp;nbsp;using&amp;nbsp;(from Android, iOS, UWP, WPF)? We can try to work on those first to have you testing something sooner. Before it's a beta, you'll be able to test from the master branch - either building locally or&amp;nbsp;using the CI NuGet package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2018 16:29:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/difference-between-callouts-and-popups/m-p/358878#M4236</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2018-05-23T16:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Callouts and Popups</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/difference-between-callouts-and-popups/m-p/358879#M4237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using the WPF Runtime. I expect to implement the functionality within the next couple of weeks, so I was hoping for a shortcut &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&amp;nbsp;But I'm still interested in a master branch whenever available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've just started researching popups, and run into some issues. The documentation is a bit scant, from what I can find.&amp;nbsp;However, I am a trooper and somewhat clever cookie, so I should be able to figure it out. My WebMap has enabled popups, but no Popups are available in the IdentifyLayerResult, which I find odd.&amp;nbsp;IdentifyLayerAsync with returnPopupsOnly = true, returns nothing for the layer I've configured.&amp;nbsp; I've experienced before that adding a layer to my WebMap doesn't show up until after several hours, or perhaps the next day, so the same could be the case for this change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For self implementation, I'm guessing a combination of PopupManager, feeding it some information from the elusive Popups in the result, and a few other classes would be the way to go?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2018 19:29:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/difference-between-callouts-and-popups/m-p/358879#M4237</guid>
      <dc:creator>BjørnarSundsbø1</dc:creator>
      <dc:date>2018-05-23T19:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Callouts and Popups</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/difference-between-callouts-and-popups/m-p/358880#M4238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm currently working on an app internally that uses popups. I'll pull the functionality into a sample app and share it with you ASAP. Stay tuned.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2018 21:36:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/difference-between-callouts-and-popups/m-p/358880#M4238</guid>
      <dc:creator>MaraStoica4</dc:creator>
      <dc:date>2018-05-23T21:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Callouts and Popups</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/difference-between-callouts-and-popups/m-p/358881#M4239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I attached the sample. You'll need .NET Runtime 100.2.1. Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2018 22:54:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/difference-between-callouts-and-popups/m-p/358881#M4239</guid>
      <dc:creator>MaraStoica4</dc:creator>
      <dc:date>2018-05-23T22:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Callouts and Popups</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/difference-between-callouts-and-popups/m-p/358882#M4240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. Any idea why&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;returnPopupsOnly&lt;SPAN&gt;&amp;nbsp;= true doesn't return anything?&amp;nbsp;I configured popups on the WebMap yesterday, but the popups didn't show up until today.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 09:06:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/difference-between-callouts-and-popups/m-p/358882#M4240</guid>
      <dc:creator>BjørnarSundsbø1</dc:creator>
      <dc:date>2018-05-24T09:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Callouts and Popups</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/difference-between-callouts-and-popups/m-p/358883#M4241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see you created a new issue regarding that.&amp;nbsp;&lt;A href="https://community.esri.com/thread/215410-wpf-api-does-not-get-the-latest-changes-to-a-web-map"&gt;https://community.esri.com/thread/215410-wpf-api-does-not-get-the-latest-changes-to-a-web-map&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2018 20:20:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/difference-between-callouts-and-popups/m-p/358883#M4241</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2018-05-25T20:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Callouts and Popups</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/difference-between-callouts-and-popups/m-p/358884#M4242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a branch with an early prototype in the toolkit here:&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-toolkit-dotnet/tree/dotMorten/PopupView" title="https://github.com/Esri/arcgis-toolkit-dotnet/tree/dotMorten/PopupView"&gt;GitHub - Esri/arcgis-toolkit-dotnet at dotMorten/PopupView&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did encounter a couple of minor issues that we fixed for Update 3, so you might see a couple of minor issues with 100.2.1. It also needs some UI love, but it does more or less work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To answer your question about what the difference is, the way I'd like to think of it is this:&lt;BR /&gt;- The PopupDefinition is the description how to display attributes.&lt;/P&gt;&lt;P&gt;- The Popup is the "Model" for a specific feature which combines the Feature and the PopupDefinition.&lt;/P&gt;&lt;P&gt;- The PopupManager is the "ViewModel" for that Model.&lt;/P&gt;&lt;P&gt;- The PopupView in the Toolkit branch above is the View/presenter part for that ViewModel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Callout is merely a container synced to a location on the map. It's really just meant for showing a little bit of info, like the title, and can contain a button to open up a popup view/page for editing that features (some popup views are so large they obscure too much of the map). Technically you could put that PopupView inside the callout, but in my experience it isn't as great an experience as navigating to an edit page or opening a side-panel/window with that detailed view in it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2018 20:27:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/difference-between-callouts-and-popups/m-p/358884#M4242</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2018-05-25T20:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Callouts and Popups</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/difference-between-callouts-and-popups/m-p/358885#M4243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It doesn't work, I just get a bunch of errors:&lt;/P&gt;&lt;P&gt;Severity Code Description Project File Line Suppression State&lt;BR /&gt;Error CS1026 ) expected PopupSample C:\Users\CL5199\Desktop\PopupSample\PopupSample\PopupSample\BindingSupport\IdentifyController.cs 99 Active&lt;BR /&gt;Error CS1002 ; expected PopupSample C:\Users\CL5199\Desktop\PopupSample\PopupSample\PopupSample\BindingSupport\IdentifyController.cs 99 Active&lt;BR /&gt;Error CS1513 } expected PopupSample C:\Users\CL5199\Desktop\PopupSample\PopupSample\PopupSample\BindingSupport\IdentifyController.cs 99 Active&lt;BR /&gt;Error CS1026 ) expected PopupSample C:\Users\CL5199\Desktop\PopupSample\PopupSample\PopupSample\BindingSupport\IdentifyController.cs 125 Active&lt;BR /&gt;Error CS1002 ; expected PopupSample C:\Users\CL5199\Desktop\PopupSample\PopupSample\PopupSample\BindingSupport\IdentifyController.cs 125 Active&lt;BR /&gt;Error CS1513 } expected PopupSample C:\Users\CL5199\Desktop\PopupSample\PopupSample\PopupSample\BindingSupport\IdentifyController.cs 125 Active&lt;BR /&gt;Error CS1513 } expected PopupSample C:\Users\CL5199\Desktop\PopupSample\PopupSample\PopupSample\BindingSupport\IdentifyController.cs 130 Active&lt;BR /&gt;Error CS1026 ) expected PopupSample C:\Users\CL5199\Desktop\PopupSample\PopupSample\PopupSample\BindingSupport\IdentifyController.cs 131 Active&lt;BR /&gt;Error CS1002 ; expected PopupSample C:\Users\CL5199\Desktop\PopupSample\PopupSample\PopupSample\BindingSupport\IdentifyController.cs 131 Active&lt;BR /&gt;Error CS1513 } expected PopupSample C:\Users\CL5199\Desktop\PopupSample\PopupSample\PopupSample\BindingSupport\IdentifyController.cs 131 Active&lt;BR /&gt;Error CS1513 } expected PopupSample C:\Users\CL5199\Desktop\PopupSample\PopupSample\PopupSample\BindingSupport\IdentifyController.cs 136 Active&lt;BR /&gt;Error CS1026 ) expected PopupSample C:\Users\CL5199\Desktop\PopupSample\PopupSample\PopupSample\BindingSupport\IdentifyController.cs 137 Active&lt;BR /&gt;Error CS1002 ; expected PopupSample C:\Users\CL5199\Desktop\PopupSample\PopupSample\PopupSample\BindingSupport\IdentifyController.cs 137 Active&lt;BR /&gt;Error CS1513 } expected PopupSample C:\Users\CL5199\Desktop\PopupSample\PopupSample\PopupSample\BindingSupport\IdentifyController.cs 137 Active&lt;BR /&gt;Error CS0103 The name 'loadable' does not exist in the current context PopupSample C:\Users\CL5199\Desktop\PopupSample\PopupSample\PopupSample\BindingSupport\IdentifyController.cs 99 Active&lt;BR /&gt;Error CS0103 The name 'loadable' does not exist in the current context PopupSample C:\Users\CL5199\Desktop\PopupSample\PopupSample\PopupSample\BindingSupport\IdentifyController.cs 99 Active&lt;BR /&gt;Error CS0103 The name 'loadable' does not exist in the current context PopupSample C:\Users\CL5199\Desktop\PopupSample\PopupSample\PopupSample\BindingSupport\IdentifyController.cs 101 Active&lt;BR /&gt;Error CS0103 The name 'targetLayer' does not exist in the current context PopupSample C:\Users\CL5199\Desktop\PopupSample\PopupSample\PopupSample\BindingSupport\IdentifyController.cs 125 Active&lt;BR /&gt;Error CS0103 The name 'targetLayer' does not exist in the current context PopupSample C:\Users\CL5199\Desktop\PopupSample\PopupSample\PopupSample\BindingSupport\IdentifyController.cs 128 Active&lt;BR /&gt;Error CS0103 The name 'targetOverlay' does not exist in the current context PopupSample C:\Users\CL5199\Desktop\PopupSample\PopupSample\PopupSample\BindingSupport\IdentifyController.cs 131 Active&lt;BR /&gt;Error CS0103 The name 'targetOverlay' does not exist in the current context PopupSample C:\Users\CL5199\Desktop\PopupSample\PopupSample\PopupSample\BindingSupport\IdentifyController.cs 134 Active&lt;BR /&gt;Error CS0103 The name 'sublayer' does not exist in the current context PopupSample C:\Users\CL5199\Desktop\PopupSample\PopupSample\PopupSample\BindingSupport\IdentifyController.cs 137 Active&lt;BR /&gt;Error CS0103 The name 'sublayer' does not exist in the current context PopupSample C:\Users\CL5199\Desktop\PopupSample\PopupSample\PopupSample\BindingSupport\IdentifyController.cs 139 Active&lt;BR /&gt;Error CS0103 The name 'sublayer' does not exist in the current context PopupSample C:\Users\CL5199\Desktop\PopupSample\PopupSample\PopupSample\BindingSupport\IdentifyController.cs 143 Active&lt;BR /&gt;Error The name "MapViewModel" does not exist in the namespace "clr-namespace:PopupSample.ViewModels". PopupSample C:\Users\CL5199\Desktop\PopupSample\PopupSample\PopupSample\MainWindow.xaml 13 &lt;BR /&gt;Error The name "NullToVisibilityConverter" does not exist in the namespace "clr-namespace:PopupSample.Converters". PopupSample C:\Users\CL5199\Desktop\PopupSample\PopupSample\PopupSample\MainWindow.xaml 14 &lt;BR /&gt;Error The name "MapViewExtensions" does not exist in the namespace "clr-namespace:PopupSample.BindingSupport". PopupSample C:\Users\CL5199\Desktop\PopupSample\PopupSample\PopupSample\MainWindow.xaml 22 &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2018 14:17:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/difference-between-callouts-and-popups/m-p/358885#M4243</guid>
      <dc:creator>ClarkLangridge</dc:creator>
      <dc:date>2018-06-27T14:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Callouts and Popups</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/difference-between-callouts-and-popups/m-p/358886#M4244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What version of Visual Studio are you using? Looks like the static references aren't registering. I've seen this happen sometimes. Try commenting out all the xaml and&amp;nbsp;build, then uncomment, clean, rebuild. Restarting Visual Studio also helps sometimes.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2018 18:45:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/difference-between-callouts-and-popups/m-p/358886#M4244</guid>
      <dc:creator>MaraStoica4</dc:creator>
      <dc:date>2018-06-27T18:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Callouts and Popups</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/difference-between-callouts-and-popups/m-p/1556332#M13084</link>
      <description>&lt;P&gt;Realize this is old but are there any working examples of the Popup Viewer toolkit control using a built popupdefinition?&lt;/P&gt;&lt;P&gt;Following the &lt;A href="https://github.com/Esri/arcgis-maps-sdk-dotnet-samples/tree/main/src/WPF/WPF.Viewer/Samples/Layers/DisplayClusters" target="_self"&gt;Display Clusters sample&lt;/A&gt;, my popup viewer displays only the Title and nothing else.. and there are no examples of creating a custom popupdefinition for a layer and displaying this in a popupviewer.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2024 15:46:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/difference-between-callouts-and-popups/m-p/1556332#M13084</guid>
      <dc:creator>HS_PolkGIS</dc:creator>
      <dc:date>2024-11-07T15:46:56Z</dc:date>
    </item>
  </channel>
</rss>

