<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Adding a pushpin image on the export map image using REST API in ArcGIS REST APIs and Services Questions</title>
    <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/adding-a-pushpin-image-on-the-export-map-image/m-p/382477#M1823</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello, is there a way to add a graphic layer to the base map when calling the REST API:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer/export?bbox=-20037507.0671618,-20037507.0671618,20037507.0671618,20037507.0671619"&gt;http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer/export?bbox=-20037507.0671618,-20037507.0671618,20037507.0671618,20037507.0671619&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;to pinpoint location of a coordinate on the map&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 May 2012 20:26:06 GMT</pubDate>
    <dc:creator>OceanData</dc:creator>
    <dc:date>2012-05-01T20:26:06Z</dc:date>
    <item>
      <title>Adding a pushpin image on the export map image using REST API</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/adding-a-pushpin-image-on-the-export-map-image/m-p/382477#M1823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello, is there a way to add a graphic layer to the base map when calling the REST API:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer/export?bbox=-20037507.0671618,-20037507.0671618,20037507.0671618,20037507.0671619"&gt;http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer/export?bbox=-20037507.0671618,-20037507.0671618,20037507.0671618,20037507.0671619&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;to pinpoint location of a coordinate on the map&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2012 20:26:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/adding-a-pushpin-image-on-the-export-map-image/m-p/382477#M1823</guid>
      <dc:creator>OceanData</dc:creator>
      <dc:date>2012-05-01T20:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a pushpin image on the export map image using REST API</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/adding-a-pushpin-image-on-the-export-map-image/m-p/382478#M1824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You could either create a SOE to add a pushpin to exported image or use one of the web APIs. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Create a SOE: If you chose this path then you would add a push pin as a custom graphic element using IMapDescription::CustomGraphics (&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#/IMapDescription2_Interface/001200000881000000/"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#/IMapDescription2_Interface/001200000881000000/&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Use web APIs: This is the easier way to accomplish adding client side graphic on top of a map service layer. Javascript web API has this nice sample on how to add graphics - &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/graphics_add.html"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/graphics_add.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2012 13:35:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/adding-a-pushpin-image-on-the-export-map-image/m-p/382478#M1824</guid>
      <dc:creator>SrinivasVinnakota</dc:creator>
      <dc:date>2012-05-04T13:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a pushpin image on the export map image using REST API</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/adding-a-pushpin-image-on-the-export-map-image/m-p/382479#M1825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you svinnakota,&amp;nbsp; I am still fairly new but I have used the JavaScript API to create map and add layer of graphic objects to it.&amp;nbsp; I would like to have a static map on the page like: &lt;/SPAN&gt;&lt;A href="http://i.msdn.microsoft.com/dynimg/IC450833.jpg"&gt;http://i.msdn.microsoft.com/dynimg/IC450833.jpg&lt;/A&gt;&lt;SPAN&gt; as in bing resource: &lt;/SPAN&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/ff701724.aspx"&gt;http://msdn.microsoft.com/en-us/library/ff701724.aspx&lt;/A&gt;&lt;SPAN&gt; and the BlackBerry browsers viewing this page doesn't support much of JavaScript so I will try your first suggestion.&amp;nbsp; I haven't work with ArcGIS SDK for .NET but I am a .NET developer so I will try that, I was wondering would the server side code be able to render the static image without any JavaScript?&amp;nbsp; Do I need to contact our ESRI rep to get the SDK or is there a link to download?&amp;nbsp; Thanks again&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2012 14:43:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/adding-a-pushpin-image-on-the-export-map-image/m-p/382479#M1825</guid>
      <dc:creator>OceanData</dc:creator>
      <dc:date>2012-05-04T14:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a pushpin image on the export map image using REST API</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/adding-a-pushpin-image-on-the-export-map-image/m-p/382480#M1826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can I have more information to correctly guide you on this one - do you have access to that ArcGIS Server that hosts the base map, to deploy the SOE on the base map service? If you are planning on using Esri basemaps, then SOE is not an option for you. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you would need to use Esri basemap then you would need to consider making a SOAP connection instead of using REST. You would not need any SDK for this approach. &lt;/SPAN&gt;&lt;A href="http://server.arcgisonline.com/ArcGIS/sdk/soap/"&gt;http://server.arcgisonline.com/ArcGIS/sdk/soap/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2012 19:12:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/adding-a-pushpin-image-on-the-export-map-image/m-p/382480#M1826</guid>
      <dc:creator>SrinivasVinnakota</dc:creator>
      <dc:date>2012-05-08T19:12:30Z</dc:date>
    </item>
  </channel>
</rss>

