window._BlogJs.c0({"status":"ok","count":10,"pages":20,"category":{"id":3119,"slug":"subject-app-developers","title":"App Developers","description":"","parent":0,"post_count":194},"posts":[{"id":63104,"type":"post","slug":"arcgis-runtime-sdk-for-android-v10-2-8-released","url":"https:\/\/blogs.esri.com\/esri\/arcgis\/2016\/05\/09\/arcgis-runtime-sdk-for-android-v10-2-8-released\/","status":"publish","title":"ArcGIS Runtime SDK for Android v10.2.8 released","title_plain":"ArcGIS Runtime SDK for Android v10.2.8 released","content":"

We are excited to announce a new release to the ArcGIS Runtime SDK for Android v10.2.8.\u00a0 This patch release updates the SDK OpenSSL to version 1.0.2g to address security vulnerabilities.\u00a0 See this Google FAQ<\/a> for more information.<\/p>\n

To apply this fix, update your build.gradle file with the following dependency:<\/p>\n

\r\ndependencies {\r\n    compile 'com.esri.arcgis.android:arcgis-android:10.2.8'\r\n}\r\n<\/pre>\n

You can download the latest version of the SDK from our developers site<\/a>. All of our samples <\/a>have been updated to use the latest version and developer instructions on how to sync your local fork of the samples with our GitHub repository.\u00a0 We invite you to collaborate with the community and the Esri development team on GeoNet <\/a>& our GitHub samples<\/a>.<\/p>\n","excerpt":"We are excited to announce a new release to the ArcGIS Runtime SDK for Android v10.2.8.\u00a0 This patch release updates the SDK OpenSSL to version 1.0.2g to address security vulnerabilities.\u00a0 See this Google FAQ for more information. To apply this … Continue reading →<\/span><\/a>","date":"2016-05-09 13:24:22","modified":"2016-05-09 13:24:22","categories":[{"id":3119,"slug":"subject-app-developers","title":"App Developers","description":"","parent":0,"post_count":194},{"id":24,"slug":"developer","title":"Developer","description":"","parent":0,"post_count":559},{"id":33,"slug":"mobile","title":"Mobile","description":"","parent":0,"post_count":257}],"tags":[{"id":186,"slug":"android","title":"Android","description":"","post_count":94},{"id":3551,"slug":"arcgis-android","title":"ArcGiS Android","description":"","post_count":8},{"id":3541,"slug":"arcgis-runtime-sdk","title":"ArcGIS Runtime SDK","description":"","post_count":28},{"id":3055,"slug":"arcgis-runtime-sdk-for-android","title":"ArcGIS Runtime SDK for Android","description":"","post_count":26},{"id":779,"slug":"developers","title":"Developers","description":"","post_count":39},{"id":1410,"slug":"java","title":"Java","description":"","post_count":105}],"author":{"id":32,"slug":"dano","name":"Dan O'Neill","first_name":"Dan","last_name":"O'Neill","nickname":"dano","url":"","description":""},"comments":[{"id":9583,"name":"ridewinter","url":"","date":"2016-05-10 03:20:54","content":"

Hi, does the Android SDK support 3D mapping yet?<\/p>\n","parent":0,"author":{"id":215213,"slug":"Dan-561","name":"ridewinter","first_name":"","last_name":"","nickname":"ridewinter","url":"","description":""}},{"id":9587,"name":"Dan O'Neill","url":"","date":"2016-05-10 08:43:22","content":"

No, this version of the ArcGIS Runtime SDK for Android does not support 3D mapping yet. We are looking to provide support for 3D in one of our Quartz release cycles.<\/p>\n","parent":9583,"author":{"id":32,"slug":"dano","name":"Dan O'Neill","first_name":"Dan","last_name":"O'Neill","nickname":"dano","url":"","description":""}}],"attachments":[],"comment_count":2,"comment_status":"open"},{"id":62841,"type":"post","slug":"arcgis-api-for-javascript-4-0-released","url":"https:\/\/blogs.esri.com\/esri\/arcgis\/2016\/05\/03\/arcgis-api-for-javascript-4-0-released\/","status":"publish","title":"It’s here! ArcGIS API for JavaScript 4.0 Released","title_plain":"It’s here! ArcGIS API for JavaScript 4.0 Released","content":"

It is with great pleasure we announce the first release of the 4.x series of the ArcGIS API for JavaScript. You can now starting building web apps with the production release of the ArcGIS API 4.0 for JavaScript!<\/p>\n

Version 4.0 and the 4.x series<\/h1>\n

The 4.x series represents a brand new edition of the JavaScript API that Esri is launching alongside the 3.x series. The goal of the 4.x series is to reimagine the API in terms of its support for both 2D and 3D<\/a>, its ease of use as a JavaScript API<\/a>, its ability to work with map and layer web resources stored as items in the ArcGIS geoinformation model and its support for building engaging and elegant user experiences.
\n<\/span><\/p>\n

Version 4.0 allows developers to build full featured 3D applications powered by Web Scenes<\/a> that can include rich information layers such as\u00a0terrain<\/a>,\u00a0basemaps<\/a>,\u00a0imagery<\/a>,\u00a0features<\/a>, and\u00a03D objects<\/a>\u00a0that can be streamed in via tile, feature, image and scene services. In addition, 4.0 also includes core capabilities for working with 2D\u00a0Web Maps<\/a>\u00a0and\u00a0Layers<\/a>\u00a0that can be used to build compelling 2D applications using the new programming pattern<\/a>.<\/p>\n

Developers will find the programming patterns for working in 2D and 3D to be pleasantly similar if not identical. Not all 2D layers and capabilities supported in the 3.x API are supported in 4.0 (the initial 4.x release). You can reference the Choosing a version guide<\/a> to help you determine which API version to use for building your app, based on your requirements.<\/p>\n

Here are a few of the capabilities of the API that we are excited about.<\/p>\n

Make 3D maps as easily as 2D maps<\/h1>\n

The API presents a unified and elegant implementation for both 2D and 3D application development. With the introduction of map views, developers can render a map with a 2D view or a 3D view (or both) with just a few lines of code. In many cases, you can use the same code agnostically of whether the view is 2D or 3D because both views share the same implementation for layers, renderers, tasks, geometry, symbology, pop\u00acups, navigation, and more. 3D adds 3D-specific concepts such as 3D symbols (think of a billboard symbol rather than a flat symbol on the ground), environment (atmosphere and lighting), and the camera. To learn more, see Getting started with 3D scenes<\/a> and Getting started with 2D maps<\/a>.<\/p>\n

\n
\n
var<\/span> map = new<\/span> Map<\/span>({\r\n  basemap: \"dark-gray\"<\/span>,\r\n  layers: [imageryLayer]\r\n});\r\n\r\nvar<\/span> view = new<\/span> SceneView({\r\n  container: \"viewDiv\"<\/span>,\r\n  map: map\r\n});\r\n<\/code><\/pre>\n<\/div>\n
\n
<\/a><\/div>\n<\/div>\n<\/div>\n
<\/div>\n
\n
SceneView with an ocean temperature imagery layer<\/a><\/span><\/div>\n<\/div>\n
<\/div>\n
<\/div>\n
\n
\n
var<\/span> map = new<\/span> Map<\/span>({\r\n  basemap: \"dark-gray\"<\/span>,\r\n  layers: [imageryLayer]\r\n});\r\n\r\nvar<\/span> view = new<\/span> MapView({\r\n  container: \"viewDiv\"<\/span>,\r\n  map: map\r\n});\r\n<\/code><\/pre>\n<\/div>\n
\n

<\/a><\/p>\n<\/div>\n<\/div>\n

<\/div>\n
\n
MapView with an ocean temperature imagery layer<\/a><\/span><\/div>\n<\/div>\n
<\/div>\n

Easily integrate with your web GIS<\/h1>\n

Many developers have adopted the pattern of authoring a web map in ArcGIS Online and Portal for ArcGIS and consuming it in an app. They create beautiful visualizations of their data, configure pop-ups, and setup bookmarks, and then load the map into their app simply referencing the web map’s ID. With the 4.0 API, you can follow the same pattern with 3D maps using web scenes. This is accomplished by styling your map in ArcGIS Online or Portal for ArcGIS, saving it as a web scene, and then loading it in your app using the web scene’s ID.<\/p>\n

\n
\n
var<\/span> scene = new<\/span> WebScene({\r\n  portalItem: { \r\n    id: \"3a9976baef9240ab8645ee25c7e9c096\"<\/span>\r\n  }\r\n});\r\nvar<\/span> view = new<\/span> SceneView({\r\n  map: scene,\r\n  container: \"viewDiv\"<\/span>\r\n});<\/code><\/pre>\n<\/div>\n
<\/a><\/div>\n<\/div>\n
<\/div>\n
\n
Winter Sun Exposure – WebScene<\/a><\/span><\/div>\n<\/div>\n
<\/div>\n

Author, manage and mash-up layers using layer items<\/h1>\n

Layer items are similar to web maps in that they allow developers to setup initial extent, rendering, filtering, pop-ups, and other settings. In contrast to web maps, which, consist of the entire map, layer items represent individual map layers. This allows you to choose the individual layers needed for each application. If you are developing in a team environment, others can also consume your layers, which are represented in a meaningful and consistent way. The 4.0 API lets you load layers by referencing the layer item’s ID<\/a>. For more information, see the\u00a0Portal<\/a>\u00a0class in the API Reference.<\/p>\n

\n
<\/a><\/div>\n
<\/a><\/div>\n<\/div>\n
<\/div>\n
\n
Politics and Poverty<\/a><\/span><\/div>\n
Create a layer from a portal item<\/a><\/span><\/div>\n<\/div>\n
<\/div>\n

Build a great user experience<\/h1>\n

The 4 API was designed to give you the tools to build an app that has a polished user interface and responsive design. Developer-friendly widgets, flexible UI placement<\/a>, and the API’s new pop-up window are a couple of the capabilities in this new API that will help you build a slick app suitable for any screen size.<\/p>\n

\"\"<\/a>
\n
Create rich pop-up windows using the APIs new pop-up implementation<\/a><\/span><\/p>\n

API widgets have been built from the ground up with a clean user experience and can be easily placed relative to one of the corners or offset from the edge. You can use widgets as-is or style them using CSS to change specific aspects of the widget such as button color. You can even take it a step further and completely replace the widget UI using the library of your choice such as React<\/a> or jQuery.\u00a0Learn more about widgets<\/a>.<\/p>\n

\"\"<\/a>
\n
Theme all aspects of your application<\/a><\/span><\/p>\n

Create thematic visualizations of your data<\/h1>\n

Turn raw data into information with simple layer styling and data-driven visualizations in 2D and 3D.\u00a0\u00a0You can thematically represent data such as population or represent real-world values such as the width of a tree canopy or the height of a building. This is achieved by rendering features’\u00a0color, size and\/or opacity based on one or more attribute values.<\/p>\n

\n
\n\"\"<\/a>\n<\/div>\n
\n\"\"<\/a>\n<\/div>\n<\/div>\n
<\/div>\n
\n
Thematically visualize buildings using continuous color<\/a><\/div>\n
Scale feature sizes based on real world sizes<\/a><\/div>\n<\/div>\n
<\/div>\n

Create realistic visualizations of your data<\/h1>\n

Build cityscapes that accurately depict the geography of your urban landscape. \u00a0Use ArcGIS to publish realistic content such as textured buildings, trees, or signs and consume them using the new ArcGIS SceneLayer. \u00a0The SceneLayer can be used to display very large data optimized for display at any view. \u00a0Your 3D views come alive as you drape your content on top of Esri’s global elevation layer. \u00a0In addition, the 3D environment<\/a> can be controlled to include the sun and stars positioned correctly at any date or time, the visual effect of the earth’s atmosphere, and the effects of the sun as it casts shadows across your buildings.<\/p>\n

\n
\n\"\"<\/a>\n<\/div>\n
\n\"\"<\/a>\n<\/div>\n<\/div>\n
<\/div>\n
\n
Realistic view of downtown San Diego<\/a><\/div>\n
Set realistic environment settings including lighting, shadows and stars<\/a><\/div>\n<\/div>\n
<\/div>\n

Use the local geometry engine<\/h1>\n

The API’s local geometry engine enables you to perform operations such as buffer, measurement, and spatial intersect without having to make calls to the server \u2013 this means that apps can display immediate feedback to the user, enabling you to build highly interactive apps.<\/p>\n

Check it out<\/a><\/h1>\n

Along with a brand new exciting JavaScript API, we are releasing a completely re-engineered web site to go along with the ArcGIS API for JavaScript 4.0 release. The new web site offers a responsive design, integrated search experience and enhanced API Reference.<\/p>\n

\"\"<\/a><\/p>\n

The SDK site offers a wide variety of samples<\/a>, conceptual documentation<\/a>, and a rich API reference<\/a> to help you get started building your first app with 4.0. The documentation is geared towards developers new to Esri’s JavaScript API, as well as developers that are familiar with 3.x and are considering migrating to 4.0<\/a>.<\/p>\n

As always, connect with other ArcGIS developers and engage with the Esri team on GeoNet. Happy coding!<\/p>\n","excerpt":"It is with great pleasure we announce the first release of the 4.x series of the ArcGIS API for JavaScript. You can now starting building web apps with the production release of the ArcGIS API 4.0 for JavaScript! Version 4.0 … Continue reading →<\/span><\/a>","date":"2016-05-03 10:01:33","modified":"2016-05-09 09:30:38","categories":[{"id":3119,"slug":"subject-app-developers","title":"App Developers","description":"","parent":0,"post_count":194},{"id":24,"slug":"developer","title":"Developer","description":"","parent":0,"post_count":559},{"id":45,"slug":"web","title":"Web","description":"","parent":0,"post_count":353}],"tags":[{"id":237,"slug":"arcgis-api-for-javascript","title":"ArcGIS API for JavaScript","description":"","post_count":70},{"id":1414,"slug":"javascript","title":"JavaScript","description":"","post_count":169},{"id":4403,"slug":"jsapi4","title":"jsapi4","description":"","post_count":11}],"author":{"id":173,"slug":"heberlie","name":"Lloyd Heberlie","first_name":"Lloyd","last_name":"Heberlie","nickname":"heberlie","url":"","description":""},"comments":[{"id":9548,"name":"jacobsj","url":"","date":"2016-05-03 10:39:09","content":"

The flexible ui placement link is broken. <\/p>\n","parent":0,"author":{"id":8435,"slug":"Jeff-42","name":"jacobsj","first_name":"","last_name":"","nickname":"jacobsj","url":"","description":""}},{"id":9550,"name":"Bj\u00f6rn Svensson","url":"https:\/\/js.arcgis.com","date":"2016-05-03 10:44:27","content":"

Thanks for letting us know – it’s been fixed.<\/p>\n","parent":9548,"author":{"id":142,"slug":"bjorn","name":"Bj\u00f6rn Svensson","first_name":"Bj\u00f6rn","last_name":"Svensson","nickname":"Bj\u00f6rn","url":"https:\/\/js.arcgis.com","description":"I have played with Web and GIS for two decades. Currently, I'm the lead product engineer for the ArcGIS API for JavaScript. My GIS background includes setting up the first metadata clearinghouse in Africa, teaching GIS in Albania, doing fieldwork in the Philippines, looking for Orangutan nests on Borneo, National Geographic MapMachine, Geography Network, ArcWeb Services, ArcGIS API for Flex, ArcGIS Viewer for Flex and a few other things around the world."}},{"id":9552,"name":"kenbuja","url":"","date":"2016-05-03 12:07:44","content":"

The What’s new section on dGrid and dStore only mentions the version of dGrid. Are the xstyle and put-selector packages included?<\/p>\n","parent":0,"author":{"id":2020,"slug":"Ken","name":"kenbuja","first_name":"","last_name":"","nickname":"kenbuja","url":"","description":""}},{"id":9553,"name":"Bj\u00f6rn Svensson","url":"https:\/\/js.arcgis.com","date":"2016-05-03 13:17:15","content":"

@kenbuja – No, they are not included.
\nThe doc is correct, the xstyle and put-selector packages are NOT included.<\/p>\n","parent":9552,"author":{"id":142,"slug":"bjorn","name":"Bj\u00f6rn Svensson","first_name":"Bj\u00f6rn","last_name":"Svensson","nickname":"Bj\u00f6rn","url":"https:\/\/js.arcgis.com","description":"I have played with Web and GIS for two decades. Currently, I'm the lead product engineer for the ArcGIS API for JavaScript. My GIS background includes setting up the first metadata clearinghouse in Africa, teaching GIS in Albania, doing fieldwork in the Philippines, looking for Orangutan nests on Borneo, National Geographic MapMachine, Geography Network, ArcWeb Services, ArcGIS API for Flex, ArcGIS Viewer for Flex and a few other things around the world."}},{"id":9554,"name":"dylanks","url":"","date":"2016-05-03 13:57:52","content":"

Note that these packages are no longer required by dgrid 1.0+.<\/p>\n","parent":9552,"author":{"id":213772,"slug":"Dylan-107","name":"dylanks","first_name":"","last_name":"","nickname":"dylanks","url":"","description":""}},{"id":9555,"name":"yonodo","url":"","date":"2016-05-04 02:06:18","content":"

And I get this error:<\/p>\n

GET http:\/\/js.arcgis.com\/4.0\/dojo\/xstyle\/css.js<\/a> 404 (Not Found)<\/p>\n","parent":0,"author":{"id":16242,"slug":"Cristian-2","name":"yonodo","first_name":"","last_name":"","nickname":"yonodo","url":"","description":""}},{"id":9556,"name":"yonodo","url":"","date":"2016-05-04 02:09:46","content":"

I don’t see in the api anywhere the DrawToolbar or the NavigationToolbar modules<\/p>\n","parent":0,"author":{"id":16242,"slug":"Cristian-2","name":"yonodo","first_name":"","last_name":"","nickname":"yonodo","url":"","description":""}},{"id":9557,"name":"kenbuja","url":"","date":"2016-05-04 05:22:26","content":"

So which version of dStore is included? The section<\/a> doesn’t mention that at all.<\/p>\n","parent":9553,"author":{"id":2020,"slug":"Ken","name":"kenbuja","first_name":"","last_name":"","nickname":"kenbuja","url":"","description":""}},{"id":9559,"name":"Bj\u00f6rn Svensson","url":"https:\/\/js.arcgis.com","date":"2016-05-04 07:42:47","content":"

@kenbuja, it’s using the latest version of dstore, 1.1.1. We’ll update that section. Thanks :) <\/p>\n","parent":9557,"author":{"id":142,"slug":"bjorn","name":"Bj\u00f6rn Svensson","first_name":"Bj\u00f6rn","last_name":"Svensson","nickname":"Bj\u00f6rn","url":"https:\/\/js.arcgis.com","description":"I have played with Web and GIS for two decades. Currently, I'm the lead product engineer for the ArcGIS API for JavaScript. My GIS background includes setting up the first metadata clearinghouse in Africa, teaching GIS in Albania, doing fieldwork in the Philippines, looking for Orangutan nests on Borneo, National Geographic MapMachine, Geography Network, ArcWeb Services, ArcGIS API for Flex, ArcGIS Viewer for Flex and a few other things around the world."}},{"id":9560,"name":"jsamek","url":"","date":"2016-05-04 07:54:43","content":"

Popups aren’t drilling down through features. Only seems to show popup content for the “first” operational layer.<\/p>\n","parent":0,"author":{"id":49411,"slug":"James-372","name":"jsamek","first_name":"","last_name":"","nickname":"jsamek","url":"","description":""}},{"id":9561,"name":"Bj\u00f6rn Svensson","url":"https:\/\/js.arcgis.com","date":"2016-05-04 08:07:50","content":"

@yonodo, xstyle is not distributed as part of the JSAPI 4.0.<\/p>\n","parent":9555,"author":{"id":142,"slug":"bjorn","name":"Bj\u00f6rn Svensson","first_name":"Bj\u00f6rn","last_name":"Svensson","nickname":"Bj\u00f6rn","url":"https:\/\/js.arcgis.com","description":"I have played with Web and GIS for two decades. Currently, I'm the lead product engineer for the ArcGIS API for JavaScript. My GIS background includes setting up the first metadata clearinghouse in Africa, teaching GIS in Albania, doing fieldwork in the Philippines, looking for Orangutan nests on Borneo, National Geographic MapMachine, Geography Network, ArcWeb Services, ArcGIS API for Flex, ArcGIS Viewer for Flex and a few other things around the world."}},{"id":9562,"name":"Bj\u00f6rn Svensson","url":"https:\/\/js.arcgis.com","date":"2016-05-04 08:09:42","content":"

@yonodo, the DrawToolbar and NavigationToolbar are not part of the 4.0 release. However, they are planned for future 4.x releases. See https:\/\/developers.arcgis.com\/javascript\/latest\/guide\/functionality-matrix\/index.html#toolbars<\/a> for more information.<\/p>\n","parent":9556,"author":{"id":142,"slug":"bjorn","name":"Bj\u00f6rn Svensson","first_name":"Bj\u00f6rn","last_name":"Svensson","nickname":"Bj\u00f6rn","url":"https:\/\/js.arcgis.com","description":"I have played with Web and GIS for two decades. Currently, I'm the lead product engineer for the ArcGIS API for JavaScript. My GIS background includes setting up the first metadata clearinghouse in Africa, teaching GIS in Albania, doing fieldwork in the Philippines, looking for Orangutan nests on Borneo, National Geographic MapMachine, Geography Network, ArcWeb Services, ArcGIS API for Flex, ArcGIS Viewer for Flex and a few other things around the world."}},{"id":9582,"name":"yonodo","url":"","date":"2016-05-10 02:30:23","content":"

Question, where is the ArcgisDynamicLayer in this version of the api?<\/p>\n","parent":0,"author":{"id":16242,"slug":"Cristian-2","name":"yonodo","first_name":"","last_name":"","nickname":"yonodo","url":"","description":""}},{"id":9588,"name":"Bj\u00f6rn Svensson","url":"https:\/\/js.arcgis.com","date":"2016-05-10 09:12:07","content":"

@yonodo, “ArcGISDynamicMapServiceLayer” is now MapImageLayer. You might want to take a look at the migration docs for more information, see for example https:\/\/developers.arcgis.com\/javascript\/latest\/guide\/functionality-matrix\/index.html#layers<\/a><\/p>\n","parent":9582,"author":{"id":142,"slug":"bjorn","name":"Bj\u00f6rn Svensson","first_name":"Bj\u00f6rn","last_name":"Svensson","nickname":"Bj\u00f6rn","url":"https:\/\/js.arcgis.com","description":"I have played with Web and GIS for two decades. Currently, I'm the lead product engineer for the ArcGIS API for JavaScript. My GIS background includes setting up the first metadata clearinghouse in Africa, teaching GIS in Albania, doing fieldwork in the Philippines, looking for Orangutan nests on Borneo, National Geographic MapMachine, Geography Network, ArcWeb Services, ArcGIS API for Flex, ArcGIS Viewer for Flex and a few other things around the world."}},{"id":9597,"name":"jsamek","url":"","date":"2016-05-11 09:59:22","content":"

Is there no response because this is a real issue? I can provide more info if needed…<\/p>\n

In 3.16, the pop-up provides left and right arrow icons to scroll through the attributes of multiple features. 4.0 does not have the arrows as far as I’ve seen.<\/p>\n","parent":9560,"author":{"id":49411,"slug":"James-372","name":"jsamek","first_name":"","last_name":"","nickname":"jsamek","url":"","description":""}},{"id":9601,"name":"raj_webmobe","url":"","date":"2016-05-11 23:08:47","content":"

How can i do cluster in Esri map 4.0 version and also how can i draw polygon esri map is it possible in 4.0 ?
\nI asked this quetion 30 Decemmber 2015 and got reply as
\nDrawing tools isn\u2019t part of the beta. It will be part of the 4.0 release. From Bj\u00f6rn Svensson
\nNow Esri 4.0 is released so can you Provide me sample.<\/p>\n","parent":0,"author":{"id":215781,"slug":"Raj-27","name":"raj_webmobe","first_name":"","last_name":"","nickname":"raj_webmobe","url":"","description":""}},{"id":9602,"name":"sam_belani_1991","url":"","date":"2016-05-11 23:14:41","content":"

How to load push Pins or MapPoints using ESRI 4.0 JS?<\/p>\n","parent":0,"author":{"id":215783,"slug":"Jaimin-3","name":"Jaimin","first_name":"Jaimin","last_name":"Belani","nickname":"Sam","url":"","description":""}},{"id":9603,"name":"sam_belani_1991","url":"","date":"2016-05-11 23:16:03","content":"

I also have same issue and also agree with raj_webmobe<\/p>\n","parent":9601,"author":{"id":215783,"slug":"Jaimin-3","name":"Jaimin","first_name":"Jaimin","last_name":"Belani","nickname":"Sam","url":"","description":""}},{"id":9604,"name":"Bj\u00f6rn Svensson","url":"https:\/\/js.arcgis.com","date":"2016-05-12 13:47:46","content":"

@jsamek – the drilldown is working in 3D, see https:\/\/developers.arcgis.com\/javascript\/latest\/sample-code\/scene-local\/index.html<\/a>, but in 2D it’s only working for ImageryLayer. This is something we’re looking at adding (back) in future 4.x versions.<\/p>\n","parent":9597,"author":{"id":142,"slug":"bjorn","name":"Bj\u00f6rn Svensson","first_name":"Bj\u00f6rn","last_name":"Svensson","nickname":"Bj\u00f6rn","url":"https:\/\/js.arcgis.com","description":"I have played with Web and GIS for two decades. Currently, I'm the lead product engineer for the ArcGIS API for JavaScript. My GIS background includes setting up the first metadata clearinghouse in Africa, teaching GIS in Albania, doing fieldwork in the Philippines, looking for Orangutan nests on Borneo, National Geographic MapMachine, Geography Network, ArcWeb Services, ArcGIS API for Flex, ArcGIS Viewer for Flex and a few other things around the world."}},{"id":9605,"name":"Bj\u00f6rn Svensson","url":"https:\/\/js.arcgis.com","date":"2016-05-12 22:04:02","content":"

@raj_webmobe,
\n* On your first question (about clustering):
\nIt’s not part of the API in neither version 3 nor 4. For version 3.x there are samples, blogs and github repos for various implementations, but not yet for 4.x.
\n* On your second question (about drawing tools):
\nThe plan back in December was to have the drawing tools part of the 4.0 release, but it didn’t happen. As listed on
https:\/\/developers.arcgis.com\/javascript\/latest\/guide\/functionality-matrix\/index.html#toolbars<\/a> this is something we are planning to have in the next version.<\/p>\n","parent":9603,"author":{"id":142,"slug":"bjorn","name":"Bj\u00f6rn Svensson","first_name":"Bj\u00f6rn","last_name":"Svensson","nickname":"Bj\u00f6rn","url":"https:\/\/js.arcgis.com","description":"I have played with Web and GIS for two decades. Currently, I'm the lead product engineer for the ArcGIS API for JavaScript. My GIS background includes setting up the first metadata clearinghouse in Africa, teaching GIS in Albania, doing fieldwork in the Philippines, looking for Orangutan nests on Borneo, National Geographic MapMachine, Geography Network, ArcWeb Services, ArcGIS API for Flex, ArcGIS Viewer for Flex and a few other things around the world."}},{"id":9606,"name":"Jaimin","url":"","date":"2016-05-12 22:11:28","content":"

But what about the current situation?we want to implement Clustering right now. Then what should i do currently?<\/p>\n","parent":9605,"author":{"id":215783,"slug":"Jaimin-3","name":"Jaimin","first_name":"Jaimin","last_name":"Belani","nickname":"Sam","url":"","description":""}},{"id":9607,"name":"Bj\u00f6rn Svensson","url":"https:\/\/js.arcgis.com","date":"2016-05-12 22:12:11","content":"

@sam_belani_1991,
\nYou can add points using a FeatureLayer or a GraphicsLayer, and if you want to change their default symbology to a pushpin, you can use the PictureMarkerSymbol instead of a SimpleMarkerSymbol – which is used in
https:\/\/developers.arcgis.com\/javascript\/latest\/sample-code\/visualization-location-simple\/index.html<\/a>.<\/p>\n","parent":9602,"author":{"id":142,"slug":"bjorn","name":"Bj\u00f6rn Svensson","first_name":"Bj\u00f6rn","last_name":"Svensson","nickname":"Bj\u00f6rn","url":"https:\/\/js.arcgis.com","description":"I have played with Web and GIS for two decades. Currently, I'm the lead product engineer for the ArcGIS API for JavaScript. My GIS background includes setting up the first metadata clearinghouse in Africa, teaching GIS in Albania, doing fieldwork in the Philippines, looking for Orangutan nests on Borneo, National Geographic MapMachine, Geography Network, ArcWeb Services, ArcGIS API for Flex, ArcGIS Viewer for Flex and a few other things around the world."}},{"id":9608,"name":"Bj\u00f6rn Svensson","url":"https:\/\/js.arcgis.com","date":"2016-05-12 22:14:09","content":"

@Jaimin, if you want to use clustering now, you would either have to use the 3x API (with one of the various implementations for it), or you would have to port one of those implementations to 4.0.<\/p>\n","parent":9606,"author":{"id":142,"slug":"bjorn","name":"Bj\u00f6rn Svensson","first_name":"Bj\u00f6rn","last_name":"Svensson","nickname":"Bj\u00f6rn","url":"https:\/\/js.arcgis.com","description":"I have played with Web and GIS for two decades. Currently, I'm the lead product engineer for the ArcGIS API for JavaScript. My GIS background includes setting up the first metadata clearinghouse in Africa, teaching GIS in Albania, doing fieldwork in the Philippines, looking for Orangutan nests on Borneo, National Geographic MapMachine, Geography Network, ArcWeb Services, ArcGIS API for Flex, ArcGIS Viewer for Flex and a few other things around the world."}}],"attachments":[{"id":62958,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/webscene-basic.png","slug":"webscene-basic","title":"webscene-basic","description":"","caption":"","parent":62841,"mime_type":"image\/png","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/webscene-basic.png","width":368,"height":243},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/webscene-basic-150x150.png","width":150,"height":150},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/webscene-basic-300x198.png","width":300,"height":198},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/webscene-basic.png","width":368,"height":243},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/webscene-basic-368x85.png","width":368,"height":85}}},{"id":62846,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/Blog-FeaturedImage-4.0.jpg","slug":"blog-featuredimage-4-0","title":"Blog-FeaturedImage-4.0","description":"","caption":"","parent":62841,"mime_type":"image\/jpeg","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/Blog-FeaturedImage-4.0.jpg","width":250,"height":250},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/Blog-FeaturedImage-4.0-150x150.jpg","width":150,"height":150},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/Blog-FeaturedImage-4.0.jpg","width":250,"height":250},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/Blog-FeaturedImage-4.0.jpg","width":250,"height":250},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/Blog-FeaturedImage-4.0-250x85.jpg","width":250,"height":85}}},{"id":62974,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/sdk-4.0.png","slug":"sdk-4-0","title":"sdk-4.0","description":"","caption":"","parent":62841,"mime_type":"image\/png","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/sdk-4.0.png","width":500,"height":323},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/sdk-4.0-150x150.png","width":150,"height":150},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/sdk-4.0-300x193.png","width":300,"height":193},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/sdk-4.0.png","width":500,"height":323},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/sdk-4.0-500x85.png","width":500,"height":85}}},{"id":62952,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/api-reference-popup.png","slug":"api-reference-popup","title":"api-reference-popup","description":"","caption":"","parent":62841,"mime_type":"image\/png","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/api-reference-popup.png","width":457,"height":300},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/api-reference-popup-150x150.png","width":150,"height":150},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/api-reference-popup-300x196.png","width":300,"height":196},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/api-reference-popup.png","width":457,"height":300},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/api-reference-popup-457x85.png","width":457,"height":85}}},{"id":62977,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-vv-color.jpg","slug":"layers-scenelayer-vv-color","title":"layers-scenelayer-vv-color","description":"","caption":"","parent":62841,"mime_type":"image\/jpeg","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-vv-color.jpg","width":300,"height":200},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-vv-color-150x150.jpg","width":150,"height":150},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-vv-color.jpg","width":300,"height":200},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-vv-color.jpg","width":300,"height":200},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-vv-color-300x85.jpg","width":300,"height":85}}},{"id":62996,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layer-item-1.png","slug":"layer-item-1","title":"layer-item-1","description":"","caption":"","parent":62841,"mime_type":"image\/png","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layer-item-1.png","width":400,"height":263},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layer-item-1-150x150.png","width":150,"height":150},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layer-item-1-300x197.png","width":300,"height":197},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layer-item-1.png","width":400,"height":263},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layer-item-1-400x85.png","width":400,"height":85}}},{"id":62967,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layer-item-2.png","slug":"layer-item-2","title":"layer-item-2","description":"","caption":"","parent":62841,"mime_type":"image\/png","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layer-item-2.png","width":400,"height":261},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layer-item-2-150x150.png","width":150,"height":150},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layer-item-2-300x195.png","width":300,"height":195},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layer-item-2.png","width":400,"height":261},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layer-item-2-400x85.png","width":400,"height":85}}},{"id":62968,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/custom-ui-2.png","slug":"custom-ui-2","title":"custom-ui-2","description":"","caption":"","parent":62841,"mime_type":"image\/png","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/custom-ui-2.png","width":500,"height":503},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/custom-ui-2-150x150.png","width":150,"height":150},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/custom-ui-2-298x300.png","width":298,"height":300},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/custom-ui-2.png","width":500,"height":503},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/custom-ui-2-500x85.png","width":500,"height":85}}},{"id":62979,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-texture.png","slug":"layers-scenelayer-texture","title":"layers-scenelayer-texture","description":"","caption":"","parent":62841,"mime_type":"image\/png","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-texture.png","width":300,"height":196},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-texture-150x150.png","width":150,"height":150},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-texture.png","width":300,"height":196},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-texture.png","width":300,"height":196},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-texture-300x85.png","width":300,"height":85}}},{"id":62999,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/sceneview-stars.png","slug":"sceneview-stars","title":"sceneview-stars","description":"","caption":"","parent":62841,"mime_type":"image\/png","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/sceneview-stars.png","width":400,"height":261},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/sceneview-stars-150x150.png","width":150,"height":150},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/sceneview-stars-300x195.png","width":300,"height":195},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/sceneview-stars.png","width":400,"height":261},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/sceneview-stars-400x85.png","width":400,"height":85}}},{"id":62978,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/visualization-trees-2d.png","slug":"visualization-trees-2d","title":"visualization-trees-2d","description":"","caption":"","parent":62841,"mime_type":"image\/png","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/visualization-trees-2d.png","width":300,"height":197},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/visualization-trees-2d-150x150.png","width":150,"height":150},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/visualization-trees-2d.png","width":300,"height":197},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/visualization-trees-2d.png","width":300,"height":197},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/visualization-trees-2d-300x85.png","width":300,"height":85}}},{"id":62991,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/get-started-mapview-2.png","slug":"get-started-mapview-2","title":"get-started-mapview-2","description":"","caption":"","parent":62841,"mime_type":"image\/png","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/get-started-mapview-2.png","width":368,"height":243},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/get-started-mapview-2-150x150.png","width":150,"height":150},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/get-started-mapview-2-300x198.png","width":300,"height":198},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/get-started-mapview-2.png","width":368,"height":243},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/get-started-mapview-2-368x85.png","width":368,"height":85}}},{"id":62992,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/get-started-sceneview-2.png","slug":"get-started-sceneview-2","title":"get-started-sceneview-2","description":"","caption":"","parent":62841,"mime_type":"image\/png","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/get-started-sceneview-2.png","width":368,"height":243},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/get-started-sceneview-2-150x150.png","width":150,"height":150},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/get-started-sceneview-2-300x198.png","width":300,"height":198},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/get-started-sceneview-2.png","width":368,"height":243},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/get-started-sceneview-2-368x85.png","width":368,"height":85}}},{"id":63000,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/sceneview-stars2.png","slug":"sceneview-stars2","title":"sceneview-stars2","description":"","caption":"","parent":62841,"mime_type":"image\/png","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/sceneview-stars2.png","width":400,"height":261},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/sceneview-stars2-150x150.png","width":150,"height":150},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/sceneview-stars2-300x195.png","width":300,"height":195},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/sceneview-stars2.png","width":400,"height":261},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/sceneview-stars2-400x85.png","width":400,"height":85}}},{"id":63003,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/visualization-trees-2d2.png","slug":"visualization-trees-2d2","title":"visualization-trees-2d2","description":"","caption":"","parent":62841,"mime_type":"image\/png","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/visualization-trees-2d2.png","width":400,"height":261},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/visualization-trees-2d2-150x150.png","width":150,"height":150},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/visualization-trees-2d2-300x195.png","width":300,"height":195},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/visualization-trees-2d2.png","width":400,"height":261},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/visualization-trees-2d2-400x85.png","width":400,"height":85}}},{"id":63004,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-vv-color2.png","slug":"layers-scenelayer-vv-color2","title":"layers-scenelayer-vv-color2","description":"","caption":"","parent":62841,"mime_type":"image\/png","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-vv-color2.png","width":400,"height":261},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-vv-color2-150x150.png","width":150,"height":150},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-vv-color2-300x195.png","width":300,"height":195},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-vv-color2.png","width":400,"height":261},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-vv-color2-400x85.png","width":400,"height":85}}},{"id":63005,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-texture2.png","slug":"layers-scenelayer-texture2","title":"layers-scenelayer-texture2","description":"","caption":"","parent":62841,"mime_type":"image\/png","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-texture2.png","width":400,"height":261},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-texture2-150x150.png","width":150,"height":150},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-texture2-300x195.png","width":300,"height":195},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-texture2.png","width":400,"height":261},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-texture2-400x85.png","width":400,"height":85}}},{"id":63101,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/jsapi_atmosphere_400x261.gif","slug":"jsapi_atmosphere_400x261","title":"jsapi_atmosphere","description":"","caption":"","parent":62841,"mime_type":"image\/gif","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/jsapi_atmosphere_400x261.gif","width":400,"height":261},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/jsapi_atmosphere_400x261-150x150.gif","width":150,"height":150},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/jsapi_atmosphere_400x261-300x195.gif","width":300,"height":195},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/jsapi_atmosphere_400x261.gif","width":400,"height":261},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/jsapi_atmosphere_400x261-400x85.gif","width":400,"height":85}}}],"comment_count":23,"comment_status":"open","thumbnail":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-vv-color2-400x85.png"},{"id":62797,"type":"post","slug":"new-arcgis-pro-sdk-learning-resources-available","url":"https:\/\/blogs.esri.com\/esri\/arcgis\/2016\/04\/28\/new-arcgis-pro-sdk-learning-resources-available\/","status":"publish","title":"New ArcGIS Pro SDK Learning Resources Available","title_plain":"New ArcGIS Pro SDK Learning Resources Available","content":"

Some good news on Pro SDK learning resources \u2013 a number of informative videos have just been posted online this week — Dev Summit sessions and a new Live Training Seminar recording.<\/p>\n

\"\"<\/a><\/p>\n

\n

The 2016 Esri Developer Summit technical sessions are now available on the Esri E380<\/a> website, and there are four excellent Pro SDK session recordings available.\u00a0 These presentations were given by the actual Desktop SDK Team, so you are getting some excellent instruction from the authorities on the Pro SDK.\u00a0 Here are each of the sessions available online with links and descriptions:<\/p>\n

ArcGIS Pro SDK for .NET: Programming Patterns<\/a><\/p>\n