{"id":2683642,"date":"2025-03-03T10:00:37","date_gmt":"2025-03-03T18:00:37","guid":{"rendered":"https:\/\/www.esri.com\/arcgis-blog\/?post_type=blog&#038;p=2683642"},"modified":"2025-03-03T11:05:01","modified_gmt":"2025-03-03T19:05:01","slug":"offline-utility-networks-in-arcgis-maps-sdks-for-native-apps-part-4","status":"publish","type":"blog","link":"https:\/\/www.esri.com\/arcgis-blog\/products\/utility-network\/developers\/offline-utility-networks-in-arcgis-maps-sdks-for-native-apps-part-4","title":{"rendered":"Offline Utility Networks in ArcGIS Maps SDKs for Native Apps: Part 4"},"author":368412,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","format":"standard","meta":{"_acf_changed":false,"_searchwp_excluded":""},"categories":[23341,23851,738191],"tags":[23711,30121,24831,35461],"industry":[],"product":[769142,768902,769152,768912,36561,515312,36601],"class_list":["post-2683642","blog","type-blog","status-publish","format-standard","hentry","category-analytics","category-data-management","category-developers","tag-mobile","tag-offline","tag-trace","tag-utility-network","product-sdk-net","product-sdk-kotlin","product-sdk-qt","product-sdk-swift","product-arcgis-pro","product-utility-network","product-developers"],"acf":{"authors":[{"ID":368412,"user_firstname":"Rich","user_lastname":"Ruh","nickname":"Rich Ruh","user_nicename":"rruh","display_name":"Rich Ruh","user_email":"RRuh@esri.com","user_url":"","user_registered":"2025-02-08 00:12:50","user_description":"Rich Ruh is a Product Engineer at Esri, responsible for geodatabase and utility network developer APIs for the ArcGIS Maps SDK for JavaScript, the ArcGIS Maps SDK for Native Apps, ArcGIS Pro, and ArcGIS Enterprise. Prior to joining Esri in 2014, Rich worked in the partner community for 14 years, using Esri developer technology to build products for the utility industry.","user_avatar":"<img data-del=\"avatar\" src='https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2025\/02\/IMGIS-heashots-rich-ruh-2-465x465.jpg' class='avatar pp-user-avatar avatar-96 photo ' height='96' width='96'\/>"}],"short_description":"Learn about the latest updates in the ArcGIS Maps SDKs for Native Apps v200.6 to edit, trace, and synchronize offline utility networks.","flexible_content":[{"acf_fc_layout":"content","content":"<p>The ArcGIS Utility Network is Esri\u2019s next generation network management technology, built to document and analyze networks for electric, gas, water, and wastewater utilities. Over time, we have been adding additional utility network capabilities to the ArcGIS Maps SDKs for Native Apps and documenting them in a series of blog posts. Today, we\u2019re happy to announce full support for offline editing and tracing, along with the ability to synchronize edits back to ArcGIS Enterprise.<\/p>\n<p>Offline tracing was documented in <a href=\"https:\/\/www.esri.com\/arcgis-blog\/products\/maps-sdk\/developers\/offline-utility-networks-in-arcgis-maps-sdks-for-native-apps\/\">Part 1<\/a> of this blog series. <a href=\"https:\/\/www.esri.com\/arcgis-blog\/products\/utility-network\/developers\/offline-utility-networks-in-arcgis-maps-sdks-for-native-apps-part-2\/\">Part 2<\/a> shared how we could take utility networks offline, while <a href=\"https:\/\/www.esri.com\/arcgis-blog\/products\/utility-network\/announcements\/offline-utility-networks-in-arcgis-maps-sdks-for-native-apps-part-3\/\">Part 3<\/a> announced some additional offline tracing capabilities. At the time these posts were published, users were forced to choose between editing and tracing while offline. That choice is no longer required- you can do both! You can now edit, trace, and sync using the same offline geodatabase. In addition, we\u2019ve also added the ability to synchronize network changes from the server to a mobile client for users who want to trace but not edit.<\/p>\n<p>In this part four, we\u2019ll walk through how to support the following workflows using version 200.6 of the Native Maps SDK along with ArcGIS Enterprise 11.3:<\/p>\n<ul>\n<li>Edit and trace offline<\/li>\n<li>Trace offline (read-only)<\/li>\n<\/ul>\n<p>Finally, we\u2019ll also show how you determine the sync capabilities of a connected server.<\/p>\n<p><em>For these examples, we\u2019ll be providing code snippets written in C# using the ArcGIS Maps SDK for .NET, but the concepts apply to the Qt, Swift, and Kotlin Maps SDKs.<\/em><\/p>\n<h1 id=\"edit-and-trace-offline\">Edit and Trace Offline<\/h1>\n<p>Configuring a utility network\u2019s offline capability has evolved since the process was explained in <a href=\"https:\/\/www.esri.com\/arcgis-blog\/products\/utility-network\/announcements\/offline-utility-networks-in-arcgis-maps-sdks-for-native-apps-part-2\/\">Part 2<\/a> of this series. With version 200.6 of the Native Maps SDKs, utility networks can now be edited offline in a mobile geodatabase and synchronized back to an ArcGIS Enterprise 11.3 feature service. Changes made on the client app can be uploaded to the feature service, and changes made on the feature service can be downloaded to the client app.<\/p>\n<h2>Setting up your server environment<\/h2>\n<p>As mentioned above, the offline workflows described in this blog post require ArcGIS Enterprise 11.3. In addition, it\u2019s important that you install the <a href=\"https:\/\/support.esri.com\/en-us\/patches-updates\/2024\/arcgis-server-11-3-offline-utility-network-patch-1\">ArcGIS Server 11.3 Offline Utility Network Patch 1<\/a>.<\/p>\n<p>Note that ArcGIS Enterprise 11.4 is not a <a href=\"https:\/\/www.esri.com\/arcgis-blog\/products\/utility-network\/announcements\/announcing-the-2024-network-management-release-plan\/\">supported Network Management release<\/a> and does not contain some of the enhancements included in the offline patch. Future Network Management releases will also support all the workflows described in this post.<\/p>\n<h2>Creating a syncable utility network feature service<\/h2>\n<p>ArcGIS Utility Network users are already familiar with <a href=\"https:\/\/pro.arcgis.com\/en\/pro-app\/latest\/help\/data\/utility-network\/publishing-and-consuming-services-with-the-utility-network.htm\">the process to create a feature service that contains a utility network.<\/a> Doing so is a prerequisite for using enterprise data in the ArcGIS Pro desktop product. There are some special considerations when creating a feature service that can be taken offline.<\/p>\n<ol>\n<li>Make sure to include the service territory layer in the publishing map. This layer is not automatically added when you add a utility network to the map but is required for using sync.<\/li>\n<li>Before publishing, enable replica tracking on each layer in the publishing map. This can be accomplished by using the <a href=\"https:\/\/pro.arcgis.com\/en\/pro-app\/3.4\/tool-reference\/data-management\/enable-replica-tracking.htm\">Enable Replica Tracing geoprocessing tool<\/a> or right clicking the dataset in the Catalog pane in ArcGIS Pro, clicking Manage, and then clicking Replica Tracking.<\/li>\n<li>When configuring the Feature Properties during the publishing process, make sure to check the Enable Sync and Create a version for each downloaded map options, as shown in the screenshot below.<\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n"},{"acf_fc_layout":"image","image":{"ID":2683792,"id":2683792,"title":"Picture1","filename":"Picture1.jpg","filesize":47895,"url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2025\/02\/Picture1.jpg","link":"https:\/\/www.esri.com\/arcgis-blog\/products\/utility-network\/developers\/offline-utility-networks-in-arcgis-maps-sdks-for-native-apps-part-4\/picture1-105","alt":"Screenshot of configuration settings in ArcGIS Pro to publish a syncable feature service","author":"368412","description":"","caption":"Configuration settings in ArcGIS Pro to publish a syncable feature service","name":"picture1-105","status":"inherit","uploaded_to":2683642,"date":"2025-02-14 23:04:21","modified":"2025-02-15 00:21:15","menu_order":0,"mime_type":"image\/jpeg","type":"image","subtype":"jpeg","icon":"https:\/\/www.esri.com\/arcgis-blog\/wp-includes\/images\/media\/default.png","width":400,"height":648,"sizes":{"thumbnail":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2025\/02\/Picture1-213x200.jpg","thumbnail-width":213,"thumbnail-height":200,"medium":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2025\/02\/Picture1.jpg","medium-width":161,"medium-height":261,"medium_large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2025\/02\/Picture1.jpg","medium_large-width":400,"medium_large-height":648,"large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2025\/02\/Picture1.jpg","large-width":400,"large-height":648,"1536x1536":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2025\/02\/Picture1.jpg","1536x1536-width":400,"1536x1536-height":648,"2048x2048":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2025\/02\/Picture1.jpg","2048x2048-width":400,"2048x2048-height":648,"card_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2025\/02\/Picture1-287x465.jpg","card_image-width":287,"card_image-height":465,"wide_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2025\/02\/Picture1.jpg","wide_image-width":400,"wide_image-height":648}},"image_position":"center","orientation":"horizontal","hyperlink":""},{"acf_fc_layout":"content","content":"<h2 id=\"downloading-your-utility-network-with-the-native-maps-sdks\">Downloading your utility network with the Native Maps SDKs<\/h2>\n<p>The code to download the replica to your device is mostly the same as before. Using a web map that contains a utility network, you would use the <code>OfflineMapTask<\/code> as shown below:<\/p>\n"},{"acf_fc_layout":"content","content":"<pre><code><span style=\"color: #d73a49;\">var<\/span> task = <span style=\"color: #d73a49;\">await<\/span> OfflineMapTask.CreateAsync(map); \r\n<span style=\"color: #d73a49;\">var<\/span> parameters = <span style=\"color: #d73a49;\">await<\/span> task.CreateDefaultGenerateOfflineMapParametersAsync(areaOfInterest); \r\n<span style=\"color: #d73a49;\">var<\/span> job = task.GenerateOfflineMap(parameters, downloadDirectoryPath); \r\n<span style=\"color: #d73a49;\">var<\/span> result = <span style=\"color: #d73a49;\">await<\/span> job.GetResultAsync(); \r\nmapView.Map = result.OfflineMap;\r\n<\/code><\/pre>\n"},{"acf_fc_layout":"content","content":"<p>Similar code can be used with the GeodatabaseSyncTask.<\/p>\n<h2 id=\"editing-your-utility-network\">Editing your utility network<\/h2>\n<p>Once your mobile geodatabase replica has been created, it can be edited as usual. If your map contains a dirty area layer, you\u2019ll see dirty areas created by network edits. These dirty areas can be cleaned up using the same validate network topology routines that were described in <a href=\"https:\/\/www.esri.com\/arcgis-blog\/products\/utility-network\/developers\/2024-recap-utility-network-enhancements-in-arcgis-maps-sdks-for-native-apps\/\">the 2024 recap of utility network enhancements in the Native Maps SDKs blog.<\/a>\u00a0Attribute, feature, and even association edits are all supported.<\/p>\n<p>At the time of publishing this blog, attribute rules are not included in offline mobile geodatabases, but this capability will be added with the forthcoming ArcGIS Enterprise 11.5.<\/p>\n<h2 id=\"tracing-your-utility-network\">Tracing your utility network<\/h2>\n<p>All the online tracing capabilities are supported while offline. Note that if a trace is impacted by a dirty area, and the ValidateConsistency trace configuration option is set to true, an error is returned. You can fix that error by removing the dirty areas by calling <a href=\"https:\/\/developers.arcgis.com\/net\/api-reference\/api\/netfx\/Esri.ArcGISRuntime\/Esri.ArcGISRuntime.UtilityNetworks.UtilityNetwork.ValidateNetworkTopology.html#Esri_ArcGISRuntime_UtilityNetworks_UtilityNetwork_ValidateNetworkTopology_Esri_ArcGISRuntime_Geometry_Envelope_\">validate network topology<\/a>&#8211; the same as users do in ArcGIS Pro.<\/p>\n<h2 id=\"synchronizing-your-edits-with-the-server\">Synchronizing your edits with the server<\/h2>\n<p>There are two things to be aware of when synchronizing data with the server.<\/p>\n<p>First, your offline mobile geodatabase is connected to a dedicated branch version on the server. This version must be reconciled with the default version for changes posted to the default version to be downloaded to the client on the next sync. There\u2019s two ways to do this:<\/p>\n<ul>\n<li>Create a server-side process that reconciles from default to each replica version, perhaps as part of an overnight process that runs update subnetwork or other administration tasks.<\/li>\n<li>Execute a reconcile automatically when doing a sync operation. This is accomplished by setting the ReconcileBranchVersion parameter.<\/li>\n<\/ul>\n<p>The following code sample demonstrates how to synchronize a replica with a reconcile.<\/p>\n"},{"acf_fc_layout":"content","content":"<pre><code><span style=\"color: #d73a49;\">var<\/span> task = <span style=\"color: #d73a49;\">await<\/span> OfflineMapSyncTask.CreateAsync(map);\r\n<span style=\"color: #d73a49;\">var<\/span> parameters = <span style=\"color: #d73a49;\">await<\/span> task.CreateDefaultOfflineMapSyncParametersAsync();\r\nparameters.SyncDirection = SyncDirection.Bidirectional; <span style=\"color: #6a737d;\">\/\/ Upload orDownload <\/span>\r\nparameters.ReconcileBranchVersion = <span style=\"color: #005cc5;\">true<\/span>; \r\n\r\n<span style=\"color: #d73a49;\">var<\/span> job = task.SyncOfflineMap(parameters); \r\n<span style=\"color: #d73a49;\">var<\/span> result = <span style=\"color: #d73a49;\">await<\/span> job.GetResultAsync(); \r\n<span style=\"color: #d73a49;\">if<\/span> (result.HasErrors) { \r\n    <span style=\"color: #6a737d;\">\/\/ inspect Layer\/Table results for errors <\/span>\r\n}\r\n<\/code><\/pre>\n"},{"acf_fc_layout":"content","content":"<p>The second thing to realize is that when server-side edits are brought down to your mobile geodatabase, these edits are replayed locally. As with any network edit, these will result in the creation of dirty areas. Depending on the type of user workflows you are supporting in your application, you may wish to validate network topology after a sync operation.<\/p>\n<p>The ArcGIS Enterprise online documentation has <a href=\"https:\/\/enterprise.arcgis.com\/en\/server\/latest\/publish-services\/windows\/offline-maps-and-branch-versioned-data.htm\">more information about creating replicas and synchronizing with branch versioning<\/a>.<\/p>\n<h2 id=\"how-about-working-with-offline-maps-created-with-portal-for-arcgis\">How about working with offline maps created with Portal for ArcGIS?<\/h2>\n<p>Unfortunately, the capabilities described in this post are currently only supported with ad-hoc or on-demand workflows. Ahead-of-time workflows, where you create an offline map using Portal for ArcGIS, will be supported with ArcGIS Enterprise 11.5, shipping in mid-2025. Until then, this support remains as described in the <a href=\"https:\/\/www.esri.com\/arcgis-blog\/products\/utility-network\/developers\/offline-utility-networks-in-arcgis-maps-sdks-for-native-apps-part-2\/\">2024 utility network recap blog post<\/a>.<\/p>\n<h1 id=\"trace-offline-%28read-only%29\">Trace Offline (read-only)<\/h1>\n<p>The scenarios above work great for users who want to edit and trace utility network data. But not every mobile user needs to edit. Many utility field tasks require the ability to trace but not to edit network features.<\/p>\n<p>Editing a utility network, which includes running validate network topology, requires the Advanced Editing extension, enabled through a portal user configured with the Advanced Editing User Type Extension (UTE) or a Runtime license string. Can read-only applications allow tracing without the need for this additional license? Yes!<\/p>\n<p>The key is to set up a second read-only utility network feature service. Create this second service as follows:<\/p>\n<ul>\n<li>Use the same publishing map as you use for your primary utility network service<\/li>\n<li>Give the feature service a name that identifies it as non-editable (or download-only).<\/li>\n<li>Use the same underlying enterprise geodatabase<\/li>\n<li>Turn off the option in Feature Properties that enables editing, as shown in the screenshot below:<\/li>\n<\/ul>\n"},{"acf_fc_layout":"image","image":{"ID":2683812,"id":2683812,"title":"Picture2","filename":"Picture2.jpg","filesize":33488,"url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2025\/02\/Picture2.jpg","link":"https:\/\/www.esri.com\/arcgis-blog\/products\/utility-network\/developers\/offline-utility-networks-in-arcgis-maps-sdks-for-native-apps-part-4\/picture2-66","alt":"Screenshot showing how to create a read-only feature service using ArcGIS Pro","author":"368412","description":"","caption":"Creating a read-only feature service using ArcGIS Pro","name":"picture2-66","status":"inherit","uploaded_to":2683642,"date":"2025-02-14 23:26:57","modified":"2025-02-15 00:21:47","menu_order":0,"mime_type":"image\/jpeg","type":"image","subtype":"jpeg","icon":"https:\/\/www.esri.com\/arcgis-blog\/wp-includes\/images\/media\/default.png","width":430,"height":412,"sizes":{"thumbnail":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2025\/02\/Picture2-213x200.jpg","thumbnail-width":213,"thumbnail-height":200,"medium":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2025\/02\/Picture2.jpg","medium-width":272,"medium-height":261,"medium_large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2025\/02\/Picture2.jpg","medium_large-width":430,"medium_large-height":412,"large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2025\/02\/Picture2.jpg","large-width":430,"large-height":412,"1536x1536":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2025\/02\/Picture2.jpg","1536x1536-width":430,"1536x1536-height":412,"2048x2048":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2025\/02\/Picture2.jpg","2048x2048-width":430,"2048x2048-height":412,"card_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2025\/02\/Picture2.jpg","card_image-width":430,"card_image-height":412,"wide_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2025\/02\/Picture2.jpg","wide_image-width":430,"wide_image-height":412}},"image_position":"center","orientation":"horizontal","hyperlink":""},{"acf_fc_layout":"content","content":"<p>Alternatively, you can publish the exact same way you usually do and turn off editing by using the Server Manager site for ArcGIS Server. Under <em>Services &gt; Site(root)<\/em>, stop the service intended for download-only sync by clicking the square icon to the far-right of the services, name, then click the name of the feature service to access its properties. Under <em>Capabilities<\/em>, click <em>Feature Access<\/em> (the words, not the checkbox). The <em>Operations Allowed<\/em> section will appear below, presenting six options. Uncheck all options related to feature editing: <em>Create<\/em>, <em>Delete<\/em>, and <em>Update<\/em>. This section should now match the following image:<\/p>\n"},{"acf_fc_layout":"image","image":{"ID":2683822,"id":2683822,"title":"Picture3","filename":"Picture3.jpg","filesize":15351,"url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2025\/02\/Picture3.jpg","link":"https:\/\/www.esri.com\/arcgis-blog\/products\/utility-network\/developers\/offline-utility-networks-in-arcgis-maps-sdks-for-native-apps-part-4\/picture3-65","alt":"Screenshot showing how to configure a read-only feature service using the Server Manager site in ArcGIS Server","author":"368412","description":"","caption":"Configuring a read-only feature service using the Server Manager site in ArcGIS Server","name":"picture3-65","status":"inherit","uploaded_to":2683642,"date":"2025-02-14 23:30:09","modified":"2025-02-15 00:22:19","menu_order":0,"mime_type":"image\/jpeg","type":"image","subtype":"jpeg","icon":"https:\/\/www.esri.com\/arcgis-blog\/wp-includes\/images\/media\/default.png","width":854,"height":160,"sizes":{"thumbnail":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2025\/02\/Picture3-213x160.jpg","thumbnail-width":213,"thumbnail-height":160,"medium":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2025\/02\/Picture3.jpg","medium-width":464,"medium-height":87,"medium_large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2025\/02\/Picture3.jpg","medium_large-width":768,"medium_large-height":144,"large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2025\/02\/Picture3.jpg","large-width":854,"large-height":160,"1536x1536":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2025\/02\/Picture3.jpg","1536x1536-width":854,"1536x1536-height":160,"2048x2048":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2025\/02\/Picture3.jpg","2048x2048-width":854,"2048x2048-height":160,"card_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2025\/02\/Picture3-826x155.jpg","card_image-width":826,"card_image-height":155,"wide_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2025\/02\/Picture3.jpg","wide_image-width":854,"wide_image-height":160}},"image_position":"center","orientation":"horizontal","hyperlink":""},{"acf_fc_layout":"content","content":"<p>Your app can use this read-only feature service and keep the features and network up-to-date with a download-only sync. Notably, although the mobile geodatabase cannot be edited by the user, it will be updated with changes that are brought down by the server. In addition, after these edits are applied locally, the synchronize routine will automatically call validate network topology. This clears out the dirty areas and allows continued tracing. All without the extra Advanced Editing Extension.<\/p>\n<p>The code to create a replica that uses download-only sync is almost identical to the synchronization sample above. The only difference is to change this line:<\/p>\n"},{"acf_fc_layout":"content","content":"<pre><code>parameters.SyncDirection = SyncDirection.Bidirectional; <span style=\"color: #6a737d;\">\/\/ Upload or Download<\/span>\r\n<\/code><\/pre>\n"},{"acf_fc_layout":"content","content":"<p>to this<\/p>\n"},{"acf_fc_layout":"content","content":"<pre><code>parameters.SyncDirection = SyncDirection.Download; <span style=\"color: #6a737d;\">\/\/ Download only<\/span>\r\n<\/code><\/pre>\n"},{"acf_fc_layout":"content","content":"<h1 id=\"synccapabilities\">Sync Capabilities<\/h1>\n<p>There are now a few different ways that utility networks can be taken offline with the Native Maps SDK. Your software may need to work with different services that have different capabilities. We\u2019ve extended the <a href=\"https:\/\/developers.arcgis.com\/net\/api-reference\/api\/netfx\/Esri.ArcGISRuntime\/Esri.ArcGISRuntime.ArcGISServices.SyncCapabilities.html\">SyncCapabilities<\/a> class to help you determine the capabilities of a connected server.<\/p>\n<p>From an instance of <code>ServiceGeodatabase<\/code>, use the <code>ServiceInfo<\/code> property to obtain an <code>ArcGISFeatureServiceInfo<\/code> object. This object, in turn, contains a <code>SyncCapabilites<\/code> property that returns an object of type <code>SyncCapabilities<\/code>. There are four properties on this class that are useful for utility network applications, the latter three of which were added to 200.6 of the Native Maps SDKs.<\/p>\n"},{"acf_fc_layout":"content","content":"<table>\n<tbody>\n<tr>\n<td>Property<\/td>\n<td>Meaning<\/td>\n<\/tr>\n<tr>\n<td><a href=\"https:\/\/developers.arcgis.com\/net\/api-reference\/api\/netfx\/Esri.ArcGISRuntime\/Esri.ArcGISRuntime.ArcGISServices.SyncCapabilities.SupportsUtilityNetworkSystem.html\">SupportsUtilityNetworkSystem<\/a><\/td>\n<td>Indicates whether the server can create a replica with partial utility network information. These replicas were covered in previous blog posts, and support editing but not tracing.<\/td>\n<\/tr>\n<tr>\n<td><a href=\"https:\/\/developers.arcgis.com\/net\/api-reference\/api\/netfx\/Esri.ArcGISRuntime\/Esri.ArcGISRuntime.ArcGISServices.SyncCapabilities.SupportsUtilityNetworkTopology.html\">SupportsUtilityNetworkTopology<\/a><\/td>\n<td>Indicates whether the server can create a replica that supports tracing. The replica might not support editing or sync.<\/td>\n<\/tr>\n<tr>\n<td><a href=\"https:\/\/developers.arcgis.com\/net\/api-reference\/api\/netfx\/Esri.ArcGISRuntime\/Esri.ArcGISRuntime.ArcGISServices.SyncCapabilities.SupportsUtilityNetworkTopologySync.html\">SupportsUtilityNetworkTopologySync<\/a><\/td>\n<td>Indicates whether the server can create a replica that supports tracing, editing, and sync.<\/td>\n<\/tr>\n<tr>\n<td><a href=\"https:\/\/developers.arcgis.com\/net\/api-reference\/api\/netfx\/Esri.ArcGISRuntime\/Esri.ArcGISRuntime.ArcGISServices.SyncCapabilities.SupportsUtilityNetworkTopologySyncDownloadOnly.html\">SupportsUtilityNetworkTopologySyncDownloadOnly<\/a><\/td>\n<td>Indicates whether the server can create a read-only syncable replica.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n"},{"acf_fc_layout":"content","content":"<h1 id=\"conclusion\">Conclusion<\/h1>\n<p>Version 200.6 of the ArcGIS Maps SDKs for Native Apps provides significantly improved offline utility network capabilities. The ability to sync changes from ArcGIS Enterprise allows developers to build customized apps for mobile field workers to access the latest network data without requiring a full download. Being able to edit and see the impact of those edits by performing a trace allows workers to perform \u201cwhat if\u201d analysis out in the field. And of course, the ability to send edits back to the enterprise allows writing applications that support as-builting in the field or even full design.<\/p>\n<p>We\u2019d love to hear your feedback \u2013 join the discussion on the <a href=\"https:\/\/community.esri.com\/t5\/arcgis-maps-sdks-for-native-apps\/ct-p\/arcgis-runtime-sdks\">Esri Community forums<\/a> or visit us at the upcoming <a href=\"https:\/\/www.esri.com\/en-us\/about\/events\/devtech\/overview?gclid=CjwKCAiAzba9BhBhEiwA7glbauZiv80Fn213fMTpr-hFLiommaiqZzAs1U55nFZhsrjwiwPreH6EJBoCXkAQAvD_BwE&amp;aduc=Advertising&amp;sf_id=701UU00000EmFEZYA3&amp;adut=ppcbrand&amp;aduco=focus&amp;aduca=EDeveloperandTechnologySummit25&amp;utm_id=701UU00000EmFEZYA3&amp;adum=PPC&amp;utm_campaign=EDeveloperandTechnologySummit25&amp;adusf=Google&amp;utm_source=Advertising&amp;utm_medium=PPC&amp;ef_id=CjwKCAiAzba9BhBhEiwA7glbauZiv80Fn213fMTpr-hFLiommaiqZzAs1U55nFZhsrjwiwPreH6EJBoCXkAQAvD_BwE:G:s&amp;s_kwcid=AL!8948!3!725906387972!p!!g!!esri%20developer%20summit&amp;_bk=esri%20developer%20summit&amp;_bt=725906387972&amp;_bm=p&amp;_bn=g&amp;_bg=180816629708&amp;aducop=esri%20developer%20summit-p&amp;gclsrc=aw.ds&amp;gad_source=1&amp;gbraid=0AAAAAD_hEEBP-JvCjyUZze5miOwRQ2I87\">Esri Developer &amp; Technology Summit<\/a>. Your feedback helps us improve and shape future releases, and we\u2019d love to hear your thoughts, ideas and questions.<\/p>\n"}],"related_articles":[{"ID":2670772,"post_author":"366462","post_date":"2025-02-05 04:34:37","post_date_gmt":"2025-02-05 12:34:37","post_content":"","post_title":"2024 Recap: Utility Network Enhancements in ArcGIS Maps SDKs for Native Apps","post_excerpt":"","post_status":"publish","comment_status":"closed","ping_status":"closed","post_password":"","post_name":"2024-recap-utility-network-enhancements-in-arcgis-maps-sdks-for-native-apps","to_ping":"","pinged":"","post_modified":"2025-02-10 11:19:00","post_modified_gmt":"2025-02-10 19:19:00","post_content_filtered":"","post_parent":0,"guid":"https:\/\/www.esri.com\/arcgis-blog\/?post_type=blog&#038;p=2670772","menu_order":0,"post_type":"blog","post_mime_type":"","comment_count":"0","filter":"raw"},{"ID":2011712,"post_author":"6351","post_date":"2023-07-31 08:14:24","post_date_gmt":"2023-07-31 15:14:24","post_content":"","post_title":"Offline Utility Networks in ArcGIS Maps SDKs for Native Apps: Part 3","post_excerpt":"","post_status":"publish","comment_status":"closed","ping_status":"closed","post_password":"","post_name":"offline-utility-networks-in-arcgis-maps-sdks-for-native-apps-part-3","to_ping":"","pinged":"","post_modified":"2025-06-05 06:54:10","post_modified_gmt":"2025-06-05 13:54:10","post_content_filtered":"","post_parent":0,"guid":"https:\/\/www.esri.com\/arcgis-blog\/?post_type=blog&#038;p=2011712","menu_order":0,"post_type":"blog","post_mime_type":"","comment_count":"0","filter":"raw"},{"ID":2007292,"post_author":"6351","post_date":"2023-07-11 08:00:55","post_date_gmt":"2023-07-11 15:00:55","post_content":"","post_title":"Offline Utility Networks in ArcGIS Maps SDKs for Native Apps: Part 2","post_excerpt":"","post_status":"publish","comment_status":"closed","ping_status":"closed","post_password":"","post_name":"offline-utility-networks-in-arcgis-maps-sdks-for-native-apps-part-2","to_ping":"","pinged":"","post_modified":"2025-06-05 06:38:11","post_modified_gmt":"2025-06-05 13:38:11","post_content_filtered":"","post_parent":0,"guid":"https:\/\/www.esri.com\/arcgis-blog\/?post_type=blog&#038;p=2007292","menu_order":0,"post_type":"blog","post_mime_type":"","comment_count":"0","filter":"raw"},{"ID":1811282,"post_author":"6351","post_date":"2023-01-24 08:32:03","post_date_gmt":"2023-01-24 16:32:03","post_content":"","post_title":"Offline utility networks in ArcGIS Maps SDKs for Native Apps","post_excerpt":"","post_status":"publish","comment_status":"closed","ping_status":"closed","post_password":"","post_name":"offline-utility-networks-in-arcgis-maps-sdks-for-native-apps","to_ping":"","pinged":"","post_modified":"2025-06-05 07:26:05","post_modified_gmt":"2025-06-05 14:26:05","post_content_filtered":"","post_parent":0,"guid":"https:\/\/www.esri.com\/arcgis-blog\/?post_type=blog&#038;p=1811282","menu_order":0,"post_type":"blog","post_mime_type":"","comment_count":"0","filter":"raw"}],"show_article_image":false,"card_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2025\/02\/UtilityNetworkPart4.png","wide_image":false},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.9 (Yoast SEO v25.9) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Offline Utility Networks in ArcGIS Maps SDKs for Native Apps: Part 4<\/title>\n<meta name=\"description\" content=\"Learn about the latest updates in the ArcGIS Maps SDKs for Native Apps v200.6 to edit, trace, and synchronize offline utility networks.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.esri.com\/arcgis-blog\/products\/utility-network\/developers\/offline-utility-networks-in-arcgis-maps-sdks-for-native-apps-part-4\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Offline Utility Networks in ArcGIS Maps SDKs for Native Apps: Part 4\" \/>\n<meta property=\"og:description\" content=\"Learn about the latest updates in the ArcGIS Maps SDKs for Native Apps v200.6 to edit, trace, and synchronize offline utility networks.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.esri.com\/arcgis-blog\/products\/utility-network\/developers\/offline-utility-networks-in-arcgis-maps-sdks-for-native-apps-part-4\" \/>\n<meta property=\"og:site_name\" content=\"ArcGIS Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/esrigis\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-03-03T19:05:01+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@ESRI\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":[\"Article\",\"BlogPosting\"],\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/utility-network\/developers\/offline-utility-networks-in-arcgis-maps-sdks-for-native-apps-part-4#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/utility-network\/developers\/offline-utility-networks-in-arcgis-maps-sdks-for-native-apps-part-4\"},\"author\":{\"name\":\"Rich Ruh\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/91cde75016b81593eb45fbac2958cbdf\"},\"headline\":\"Offline Utility Networks in ArcGIS Maps SDKs for Native Apps: Part 4\",\"datePublished\":\"2025-03-03T18:00:37+00:00\",\"dateModified\":\"2025-03-03T19:05:01+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/utility-network\/developers\/offline-utility-networks-in-arcgis-maps-sdks-for-native-apps-part-4\"},\"wordCount\":11,\"publisher\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\"},\"keywords\":[\"Mobile\",\"Offline\",\"trace\",\"utility network\"],\"articleSection\":[\"Analytics\",\"Data Management\",\"Developers\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/utility-network\/developers\/offline-utility-networks-in-arcgis-maps-sdks-for-native-apps-part-4\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/utility-network\/developers\/offline-utility-networks-in-arcgis-maps-sdks-for-native-apps-part-4\",\"name\":\"Offline Utility Networks in ArcGIS Maps SDKs for Native Apps: Part 4\",\"isPartOf\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#website\"},\"datePublished\":\"2025-03-03T18:00:37+00:00\",\"dateModified\":\"2025-03-03T19:05:01+00:00\",\"description\":\"Learn about the latest updates in the ArcGIS Maps SDKs for Native Apps v200.6 to edit, trace, and synchronize offline utility networks.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/utility-network\/developers\/offline-utility-networks-in-arcgis-maps-sdks-for-native-apps-part-4#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.esri.com\/arcgis-blog\/products\/utility-network\/developers\/offline-utility-networks-in-arcgis-maps-sdks-for-native-apps-part-4\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/utility-network\/developers\/offline-utility-networks-in-arcgis-maps-sdks-for-native-apps-part-4#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.esri.com\/arcgis-blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Offline Utility Networks in ArcGIS Maps SDKs for Native Apps: Part 4\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#website\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/\",\"name\":\"ArcGIS Blog\",\"description\":\"Get insider info from Esri product teams\",\"publisher\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.esri.com\/arcgis-blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\",\"name\":\"Esri\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png\",\"contentUrl\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png\",\"width\":400,\"height\":400,\"caption\":\"Esri\"},\"image\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/esrigis\/\",\"https:\/\/x.com\/ESRI\",\"https:\/\/www.linkedin.com\/company\/5311\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/91cde75016b81593eb45fbac2958cbdf\",\"name\":\"Rich Ruh\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2025\/02\/IMGIS-heashots-rich-ruh-2-465x465.jpg\",\"contentUrl\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2025\/02\/IMGIS-heashots-rich-ruh-2-465x465.jpg\",\"caption\":\"Rich Ruh\"},\"description\":\"Rich Ruh is a Product Engineer at Esri, responsible for geodatabase and utility network developer APIs for the ArcGIS Maps SDK for JavaScript, the ArcGIS Maps SDK for Native Apps, ArcGIS Pro, and ArcGIS Enterprise. Prior to joining Esri in 2014, Rich worked in the partner community for 14 years, using Esri developer technology to build products for the utility industry.\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/author\/rruh\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Offline Utility Networks in ArcGIS Maps SDKs for Native Apps: Part 4","description":"Learn about the latest updates in the ArcGIS Maps SDKs for Native Apps v200.6 to edit, trace, and synchronize offline utility networks.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.esri.com\/arcgis-blog\/products\/utility-network\/developers\/offline-utility-networks-in-arcgis-maps-sdks-for-native-apps-part-4","og_locale":"en_US","og_type":"article","og_title":"Offline Utility Networks in ArcGIS Maps SDKs for Native Apps: Part 4","og_description":"Learn about the latest updates in the ArcGIS Maps SDKs for Native Apps v200.6 to edit, trace, and synchronize offline utility networks.","og_url":"https:\/\/www.esri.com\/arcgis-blog\/products\/utility-network\/developers\/offline-utility-networks-in-arcgis-maps-sdks-for-native-apps-part-4","og_site_name":"ArcGIS Blog","article_publisher":"https:\/\/www.facebook.com\/esrigis\/","article_modified_time":"2025-03-03T19:05:01+00:00","twitter_card":"summary_large_image","twitter_site":"@ESRI","twitter_misc":{"Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["Article","BlogPosting"],"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/utility-network\/developers\/offline-utility-networks-in-arcgis-maps-sdks-for-native-apps-part-4#article","isPartOf":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/utility-network\/developers\/offline-utility-networks-in-arcgis-maps-sdks-for-native-apps-part-4"},"author":{"name":"Rich Ruh","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/91cde75016b81593eb45fbac2958cbdf"},"headline":"Offline Utility Networks in ArcGIS Maps SDKs for Native Apps: Part 4","datePublished":"2025-03-03T18:00:37+00:00","dateModified":"2025-03-03T19:05:01+00:00","mainEntityOfPage":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/utility-network\/developers\/offline-utility-networks-in-arcgis-maps-sdks-for-native-apps-part-4"},"wordCount":11,"publisher":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization"},"keywords":["Mobile","Offline","trace","utility network"],"articleSection":["Analytics","Data Management","Developers"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/utility-network\/developers\/offline-utility-networks-in-arcgis-maps-sdks-for-native-apps-part-4","url":"https:\/\/www.esri.com\/arcgis-blog\/products\/utility-network\/developers\/offline-utility-networks-in-arcgis-maps-sdks-for-native-apps-part-4","name":"Offline Utility Networks in ArcGIS Maps SDKs for Native Apps: Part 4","isPartOf":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#website"},"datePublished":"2025-03-03T18:00:37+00:00","dateModified":"2025-03-03T19:05:01+00:00","description":"Learn about the latest updates in the ArcGIS Maps SDKs for Native Apps v200.6 to edit, trace, and synchronize offline utility networks.","breadcrumb":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/utility-network\/developers\/offline-utility-networks-in-arcgis-maps-sdks-for-native-apps-part-4#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.esri.com\/arcgis-blog\/products\/utility-network\/developers\/offline-utility-networks-in-arcgis-maps-sdks-for-native-apps-part-4"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/utility-network\/developers\/offline-utility-networks-in-arcgis-maps-sdks-for-native-apps-part-4#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.esri.com\/arcgis-blog\/"},{"@type":"ListItem","position":2,"name":"Offline Utility Networks in ArcGIS Maps SDKs for Native Apps: Part 4"}]},{"@type":"WebSite","@id":"https:\/\/www.esri.com\/arcgis-blog\/#website","url":"https:\/\/www.esri.com\/arcgis-blog\/","name":"ArcGIS Blog","description":"Get insider info from Esri product teams","publisher":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.esri.com\/arcgis-blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization","name":"Esri","url":"https:\/\/www.esri.com\/arcgis-blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png","contentUrl":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png","width":400,"height":400,"caption":"Esri"},"image":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/esrigis\/","https:\/\/x.com\/ESRI","https:\/\/www.linkedin.com\/company\/5311\/"]},{"@type":"Person","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/91cde75016b81593eb45fbac2958cbdf","name":"Rich Ruh","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/image\/","url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2025\/02\/IMGIS-heashots-rich-ruh-2-465x465.jpg","contentUrl":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2025\/02\/IMGIS-heashots-rich-ruh-2-465x465.jpg","caption":"Rich Ruh"},"description":"Rich Ruh is a Product Engineer at Esri, responsible for geodatabase and utility network developer APIs for the ArcGIS Maps SDK for JavaScript, the ArcGIS Maps SDK for Native Apps, ArcGIS Pro, and ArcGIS Enterprise. Prior to joining Esri in 2014, Rich worked in the partner community for 14 years, using Esri developer technology to build products for the utility industry.","url":"https:\/\/www.esri.com\/arcgis-blog\/author\/rruh"}]}},"text_date":"March 3, 2025","author_name":"Rich Ruh","author_page":"https:\/\/www.esri.com\/arcgis-blog\/author\/rruh","custom_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2025\/08\/Newsroom-Keyart-Wide-1920-x-1080.jpg","primary_product":"ArcGIS Utility Network","tag_data":[{"term_id":23711,"name":"Mobile","slug":"mobile","term_group":0,"term_taxonomy_id":23711,"taxonomy":"post_tag","description":"","parent":0,"count":115,"filter":"raw"},{"term_id":30121,"name":"Offline","slug":"offline","term_group":0,"term_taxonomy_id":30121,"taxonomy":"post_tag","description":"","parent":0,"count":36,"filter":"raw"},{"term_id":24831,"name":"trace","slug":"trace","term_group":0,"term_taxonomy_id":24831,"taxonomy":"post_tag","description":"","parent":0,"count":13,"filter":"raw"},{"term_id":35461,"name":"utility network","slug":"utility-network","term_group":0,"term_taxonomy_id":35461,"taxonomy":"post_tag","description":"","parent":0,"count":61,"filter":"raw"}],"category_data":[{"term_id":23341,"name":"Analytics","slug":"analytics","term_group":0,"term_taxonomy_id":23341,"taxonomy":"category","description":"","parent":0,"count":1325,"filter":"raw"},{"term_id":23851,"name":"Data Management","slug":"data-management","term_group":0,"term_taxonomy_id":23851,"taxonomy":"category","description":"","parent":0,"count":920,"filter":"raw"},{"term_id":738191,"name":"Developers","slug":"developers","term_group":0,"term_taxonomy_id":738191,"taxonomy":"category","description":"","parent":0,"count":420,"filter":"raw"}],"product_data":[{"term_id":769142,"name":"ArcGIS Maps SDK for .NET","slug":"sdk-net","term_group":0,"term_taxonomy_id":769142,"taxonomy":"product","description":"","parent":36601,"count":39,"filter":"raw"},{"term_id":768902,"name":"ArcGIS Maps SDK for Kotlin","slug":"sdk-kotlin","term_group":0,"term_taxonomy_id":768902,"taxonomy":"product","description":"","parent":36601,"count":33,"filter":"raw"},{"term_id":769152,"name":"ArcGIS Maps SDK for Qt","slug":"sdk-qt","term_group":0,"term_taxonomy_id":769152,"taxonomy":"product","description":"","parent":36601,"count":36,"filter":"raw"},{"term_id":768912,"name":"ArcGIS Maps SDK for Swift","slug":"sdk-swift","term_group":0,"term_taxonomy_id":768912,"taxonomy":"product","description":"","parent":36601,"count":32,"filter":"raw"},{"term_id":36561,"name":"ArcGIS Pro","slug":"arcgis-pro","term_group":0,"term_taxonomy_id":36561,"taxonomy":"product","description":"","parent":0,"count":2035,"filter":"raw"},{"term_id":515312,"name":"ArcGIS Utility Network","slug":"utility-network","term_group":0,"term_taxonomy_id":515312,"taxonomy":"product","description":"","parent":36981,"count":141,"filter":"raw"},{"term_id":36601,"name":"Developers","slug":"developers","term_group":0,"term_taxonomy_id":36601,"taxonomy":"product","description":"","parent":0,"count":761,"filter":"raw"}],"primary_product_link":"https:\/\/www.esri.com\/arcgis-blog\/?s=#&products=utility-network","_links":{"self":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog\/2683642","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog"}],"about":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/types\/blog"}],"author":[{"embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/users\/368412"}],"replies":[{"embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/comments?post=2683642"}],"version-history":[{"count":0,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog\/2683642\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/media?parent=2683642"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/categories?post=2683642"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/tags?post=2683642"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/industry?post=2683642"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/product?post=2683642"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}