Get screenshot from URL?

1141
3
03-23-2017 11:45 PM
chiragshah4
New Contributor II

 Load map and take the screenshot was very memory management thing and very difficult to manage it. so Is there any way to get the screenshot of the map from URL with custom marker?

Tags (2)
0 Kudos
3 Replies
DavidLednik
Occasional Contributor II

Hi Chirag,

Do you mean getting thumbnail of a webMap for which you have an URL in this format: http://www.arcgis.com/home/item.html?id=8bf7167d20924cbf8e25e7b11c7c502c ?

You get always get a thumbnail from the portal item if it exists. Once you have you portal item initialised you can call thumbnail and it will return an image if it exists.

ArcGIS Runtime SDK for iOS: AGSItem Class Reference 

If you're asking how to create your own image/thumbnail for portal item.

You can load the webMap and once it's rendered you can call exportImage on mapView.

regards,

David

0 Kudos
chiragshah4
New Contributor II

Can you please provide me some Example or URL?

0 Kudos
GagandeepSingh
Occasional Contributor II

If you are looking for an example for taking screenshot, we have a sample here. If not, can you elaborate on the use case you have or what you are trying to do?

0 Kudos