{"id":79501,"date":"2017-09-22T10:00:40","date_gmt":"2017-09-22T10:00:40","guid":{"rendered":"http:\/\/www.esri.com\/arcgis-blog\/products\/product\/uncategorized\/get-to-the-point-on-your-map-september-2017\/"},"modified":"2018-03-26T21:14:49","modified_gmt":"2018-03-26T21:14:49","slug":"get-to-the-point-on-your-map-september-2017","status":"publish","type":"blog","link":"https:\/\/www.esri.com\/arcgis-blog\/products\/field-mobility\/field-mobility\/get-to-the-point-on-your-map-september-2017","title":{"rendered":"Get to the Point (On Your Map) &#8211; September 2017"},"author":6051,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","format":"standard","meta":{"_acf_changed":false,"_searchwp_excluded":""},"categories":[23261,23351],"tags":[32551,28061,34581,23401],"industry":[],"product":[36681,36551],"class_list":["post-79501","blog","type-blog","status-publish","format-standard","hentry","category-field-mobility","category-transportation","tag-arcade","tag-pop-ups","tag-september-2017-release","tag-transportation","product-navigator","product-arcgis-online"],"acf":{"short_description":"Have dots on your map? Need to travel to them? No worries. Web map pop-ups are here!\n\nWeb maps are central to communicating across an org...","flexible_content":[{"acf_fc_layout":"content","content":"<p>Have dots on your map? Need to travel to them? No worries. Web map pop-ups are here!<\/p>\n<p>Web maps are central to communicating across an organization. They are shared across core ArcGIS apps, web app templates, and custom apps. Pop-ups are a critical tool for providing useful information to web map users. That&#8217;s what makes attribute expressions (<a href=\"https:\/\/developers.arcgis.com\/arcade\/\" target=\"_blank\">Arcade<\/a> expressions within pop-ups) so powerful.<\/p>\n<p>Today you can author your pop-up to contain a link to Navigator and Trek2There. This link uses a predefined app link specification, for example the <a href=\"https:\/\/github.com\/Esri\/navigator-integration\" target=\"_blank\">Navigator URL scheme<\/a>. So, anyone can click a point on your map, then send that point location to those apps, and then navigate to it!<\/p>\n<p><strong>Here&#8217;s an example. Try it out.<\/strong><\/p>\n<ol>\n<li>Copy the below URL and email it to yourself. Then open this link on your phone.<a href=\"http:\/\/esriurl.com\/applinkpopups\" target=\"_blank\"><br \/>\nhttp:\/\/esriurl.com\/applinkpopups<\/a><\/li>\n<li>Within the map, click any point to see the pop-up. Notice that the pop-up has\u00a0 hyperlinks for Navigator and Trek2There.<br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2017\/09\/TakemeherePop-up.png\" alt=\"Take me here Pop-up\" width=\"359\" height=\"231\" \/><\/li>\n<li>Presuming you have these two applications on your phone, when you click the &#8220;Open in Navigator&#8221; link or &#8220;Open in Trek2There&#8221; link, the x,y point location will be sent to that app.\u00a0 <strong>Note:<\/strong> For Navigator, you need to have downloaded a map containing the area you are trying to reach, and that map must be open.<br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2017\/09\/OpeninNavigator1.png\" alt=\"Open in Navigator pop-up\" width=\"550\" height=\"205\" \/><\/li>\n<li>Navigator (or Trek2There) will automatically open, and have the destination loaded into it.<br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2017\/09\/DestinationMap.png\" alt=\"\" width=\"529\" height=\"941\" \/><\/li>\n<\/ol>\n<p><strong>Next, how can you do this with your own point data? Here&#8217;s a step-by-step&#8230;<\/strong><\/p>\n<ol>\n<li>First, sign into ArcGIS Online and add your point layer to your web map.\n<ul>\n<li><strong>Note:<\/strong>\u00a0 Your point layer must be a feature service, not a feature collection.<\/li>\n<\/ul>\n<ul>\n<li><strong>Note:<\/strong>\u00a0 Your basemap must be in WGS 84 projection, for example, <a href=\"https:\/\/www.arcgis.com\/home\/item.html?id=bd9937d4c96e4304a41ffec9481ba91b\" target=\"_blank\">World Street Map (WGS84)<\/a>, <a href=\"https:\/\/www.arcgis.com\/home\/item.html?id=25de9955830a49f3ac350a4a6f7aaa8f\" target=\"_blank\">World Street Map (Night-WGS84)<\/a>, or <a href=\"https:\/\/www.arcgis.com\/home\/item.html?id=898f58f2ee824b3c97bae0698563a4b3\" target=\"_blank\">World Imagery (WGS84)<\/a><\/li>\n<\/ul>\n<\/li>\n<li>Next, on your point layer, select &#8220;Configure Pop-up&#8221;.<br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2017\/09\/ConfigurePop-up.png\" alt=\"Configure Pop-up link\" width=\"415\" height=\"487\" \/><\/li>\n<li>Choose to add an attribute expression.<br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2017\/09\/AddAttributeExpression.png\" alt=\"\" width=\"419\" height=\"260\" \/><\/li>\n<li>Edit the name of the expression, and give it a name, for example, &#8220;Navigator App Link&#8221;. Save the expression name.<\/li>\n<li>Within the expression, delete any existing sample text, and paste in the below expression.\n<ul>\n<ul>\n<li>For Navigator:\u00a0 &#8220;arcgis-navigator:\/\/?stop=&#8221;+ Geometry($feature).y + &#8220;,&#8221; + Geometry($feature).x<\/li>\n<li>For Trek2There:\u00a0 &#8220;arcgis-trek2there:\/\/?stop=&#8221;+ Geometry($feature).y + &#8220;,&#8221; + Geometry($feature).x<\/li>\n<\/ul>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2017\/09\/NavAppLinkExpression.png\" alt=\"NavAppLink Expression\" width=\"550\" height=\"292\" \/><\/li>\n<li>Test the expression and verify that the result looks like the result below. Once verified, click OK.<br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2017\/09\/NavAppLinkValue.png\" alt=\"NavAppLink Value\" width=\"550\" height=\"334\" \/><\/li>\n<li>Next, set the display to &#8220;A list of field attributes&#8221;. Then choose &#8220;Configure Attributes&#8221;.<br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2017\/09\/Pop-upAttributes.png\" alt=\"Pop-up Contents with Configure Attributes link\" width=\"251\" height=\"244\" \/><\/li>\n<li>Scroll down to the bottom of the attribute list to see the two attribute expressions you created above. Check these two attributes, and uncheck the rest. When done, click OK.<br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2017\/09\/ConfigureAttributes.png\" alt=\"Configure Attributes\" width=\"550\" height=\"358\" \/><\/li>\n<li>That should be it! On the Configure Pop-up dialog you may want to add a title. Once completed, click OK.<br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2017\/09\/TakemeherePop-up.png\" alt=\"Take me here Pop-up\" width=\"359\" height=\"231\" \/><\/li>\n<\/ol>\n<p>Now give your web map a try! Remember that you need to have Navigator or Trek2There installed on the device where you are viewing the web map. Also, not all ArcGIS apps (like Explorer or Collector) support these web map pop-ups today. Enjoy!<\/p>\n"}],"authors":[{"ID":6051,"user_firstname":"Scott","user_lastname":"Sandusky","nickname":"Scott Sandusky","user_nicename":"scottsandusky","display_name":"Scott Sandusky","user_email":"ssandusky@esri.com","user_url":"","user_registered":"2018-03-02 00:17:53","user_description":"Esri product manager, working to spread the power of spatial data technology.","user_avatar":"<img data-del=\"avatar\" src='https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/11\/g4400704-oct-scott-sandusky-3-213x200.jpg' class='avatar pp-user-avatar avatar-96 photo ' height='96' width='96'\/>"}]},"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>Get to the Point (On Your Map) - September 2017<\/title>\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\/field-mobility\/field-mobility\/get-to-the-point-on-your-map-september-2017\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Get to the Point (On Your Map) - September 2017\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.esri.com\/arcgis-blog\/products\/field-mobility\/field-mobility\/get-to-the-point-on-your-map-september-2017\" \/>\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=\"2018-03-26T21:14:49+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@ESRI\" \/>\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\/field-mobility\/field-mobility\/get-to-the-point-on-your-map-september-2017#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/field-mobility\/field-mobility\/get-to-the-point-on-your-map-september-2017\"},\"author\":{\"name\":\"Scott Sandusky\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/d4d509675a159f6223053536989042c3\"},\"headline\":\"Get to the Point (On Your Map) &#8211; September 2017\",\"datePublished\":\"2017-09-22T10:00:40+00:00\",\"dateModified\":\"2018-03-26T21:14:49+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/field-mobility\/field-mobility\/get-to-the-point-on-your-map-september-2017\"},\"wordCount\":9,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\"},\"keywords\":[\"arcade\",\"pop-ups\",\"september 2017 release\",\"Transportation\"],\"articleSection\":[\"Field Operations\",\"Transportation\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.esri.com\/arcgis-blog\/products\/field-mobility\/field-mobility\/get-to-the-point-on-your-map-september-2017#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/field-mobility\/field-mobility\/get-to-the-point-on-your-map-september-2017\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/field-mobility\/field-mobility\/get-to-the-point-on-your-map-september-2017\",\"name\":\"Get to the Point (On Your Map) - September 2017\",\"isPartOf\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#website\"},\"datePublished\":\"2017-09-22T10:00:40+00:00\",\"dateModified\":\"2018-03-26T21:14:49+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/field-mobility\/field-mobility\/get-to-the-point-on-your-map-september-2017#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.esri.com\/arcgis-blog\/products\/field-mobility\/field-mobility\/get-to-the-point-on-your-map-september-2017\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/field-mobility\/field-mobility\/get-to-the-point-on-your-map-september-2017#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.esri.com\/arcgis-blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Get to the Point (On Your Map) &#8211; September 2017\"}]},{\"@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\/d4d509675a159f6223053536989042c3\",\"name\":\"Scott Sandusky\",\"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\/2023\/11\/g4400704-oct-scott-sandusky-3-213x200.jpg\",\"contentUrl\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/11\/g4400704-oct-scott-sandusky-3-213x200.jpg\",\"caption\":\"Scott Sandusky\"},\"description\":\"Esri product manager, working to spread the power of spatial data technology.\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/author\/scottsandusky\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Get to the Point (On Your Map) - September 2017","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\/field-mobility\/field-mobility\/get-to-the-point-on-your-map-september-2017","og_locale":"en_US","og_type":"article","og_title":"Get to the Point (On Your Map) - September 2017","og_url":"https:\/\/www.esri.com\/arcgis-blog\/products\/field-mobility\/field-mobility\/get-to-the-point-on-your-map-september-2017","og_site_name":"ArcGIS Blog","article_publisher":"https:\/\/www.facebook.com\/esrigis\/","article_modified_time":"2018-03-26T21:14:49+00:00","twitter_card":"summary_large_image","twitter_site":"@ESRI","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["Article","BlogPosting"],"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/field-mobility\/field-mobility\/get-to-the-point-on-your-map-september-2017#article","isPartOf":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/field-mobility\/field-mobility\/get-to-the-point-on-your-map-september-2017"},"author":{"name":"Scott Sandusky","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/d4d509675a159f6223053536989042c3"},"headline":"Get to the Point (On Your Map) &#8211; September 2017","datePublished":"2017-09-22T10:00:40+00:00","dateModified":"2018-03-26T21:14:49+00:00","mainEntityOfPage":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/field-mobility\/field-mobility\/get-to-the-point-on-your-map-september-2017"},"wordCount":9,"commentCount":0,"publisher":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization"},"keywords":["arcade","pop-ups","september 2017 release","Transportation"],"articleSection":["Field Operations","Transportation"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.esri.com\/arcgis-blog\/products\/field-mobility\/field-mobility\/get-to-the-point-on-your-map-september-2017#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/field-mobility\/field-mobility\/get-to-the-point-on-your-map-september-2017","url":"https:\/\/www.esri.com\/arcgis-blog\/products\/field-mobility\/field-mobility\/get-to-the-point-on-your-map-september-2017","name":"Get to the Point (On Your Map) - September 2017","isPartOf":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#website"},"datePublished":"2017-09-22T10:00:40+00:00","dateModified":"2018-03-26T21:14:49+00:00","breadcrumb":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/field-mobility\/field-mobility\/get-to-the-point-on-your-map-september-2017#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.esri.com\/arcgis-blog\/products\/field-mobility\/field-mobility\/get-to-the-point-on-your-map-september-2017"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/field-mobility\/field-mobility\/get-to-the-point-on-your-map-september-2017#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.esri.com\/arcgis-blog\/"},{"@type":"ListItem","position":2,"name":"Get to the Point (On Your Map) &#8211; September 2017"}]},{"@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\/d4d509675a159f6223053536989042c3","name":"Scott Sandusky","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\/2023\/11\/g4400704-oct-scott-sandusky-3-213x200.jpg","contentUrl":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/11\/g4400704-oct-scott-sandusky-3-213x200.jpg","caption":"Scott Sandusky"},"description":"Esri product manager, working to spread the power of spatial data technology.","url":"https:\/\/www.esri.com\/arcgis-blog\/author\/scottsandusky"}]}},"text_date":"September 22, 2017","author_name":"Scott Sandusky","author_page":"https:\/\/www.esri.com\/arcgis-blog\/author\/scottsandusky","custom_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2025\/08\/Newsroom-Keyart-Wide-1920-x-1080.jpg","primary_product":"ArcGIS Navigator","tag_data":[{"term_id":32551,"name":"arcade","slug":"arcade","term_group":0,"term_taxonomy_id":32551,"taxonomy":"post_tag","description":"","parent":0,"count":113,"filter":"raw"},{"term_id":28061,"name":"pop-ups","slug":"pop-ups","term_group":0,"term_taxonomy_id":28061,"taxonomy":"post_tag","description":"","parent":0,"count":39,"filter":"raw"},{"term_id":34581,"name":"september 2017 release","slug":"september-2017-release","term_group":0,"term_taxonomy_id":34581,"taxonomy":"post_tag","description":"","parent":0,"count":18,"filter":"raw"},{"term_id":23401,"name":"Transportation","slug":"transportation","term_group":0,"term_taxonomy_id":23401,"taxonomy":"post_tag","description":"","parent":0,"count":150,"filter":"raw"}],"category_data":[{"term_id":23261,"name":"Field Operations","slug":"field-mobility","term_group":0,"term_taxonomy_id":23261,"taxonomy":"category","description":"","parent":0,"count":616,"filter":"raw"},{"term_id":23351,"name":"Transportation","slug":"transportation","term_group":0,"term_taxonomy_id":23351,"taxonomy":"category","description":"","parent":0,"count":213,"filter":"raw"}],"product_data":[{"term_id":36681,"name":"ArcGIS Navigator","slug":"navigator","term_group":0,"term_taxonomy_id":36681,"taxonomy":"product","description":"","parent":36591,"count":54,"filter":"raw"},{"term_id":36551,"name":"ArcGIS Online","slug":"arcgis-online","term_group":0,"term_taxonomy_id":36551,"taxonomy":"product","description":"","parent":0,"count":2419,"filter":"raw"}],"primary_product_link":"https:\/\/www.esri.com\/arcgis-blog\/navigator","_links":{"self":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog\/79501","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\/6051"}],"replies":[{"embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/comments?post=79501"}],"version-history":[{"count":0,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog\/79501\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/media?parent=79501"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/categories?post=79501"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/tags?post=79501"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/industry?post=79501"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/product?post=79501"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}