<?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 Re: map.infoWindow marker symbol does not show up in JSAPI 3.14 in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-infowindow-marker-symbol-does-not-show-up-in/m-p/60629#M5334</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used a similar approach to Jamie's to set the marker symbol on the graphic. I did add checks to compare the infowindow.features to the map.graphics to ensure that it's setting the symbol for the right graphic, just in case there are other graphics in the map's collection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on this, I don't see how this is not a bug in the API. The infowindow sets the highlight symbol for lines and polygons, but not for points, even though it did in previous versions. Sure, the developers may have changed how they handle the highlighting, but it's not an excuse for dropping functionality that could easily be persisted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Sep 2017 18:22:58 GMT</pubDate>
    <dc:creator>BryanBaker</dc:creator>
    <dc:date>2017-09-29T18:22:58Z</dc:date>
    <item>
      <title>map.infoWindow marker symbol does not show up in JSAPI 3.14</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-infowindow-marker-symbol-does-not-show-up-in/m-p/60605#M5310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I switched my JSAPI version to 3.14 and now, when I have point features selected, the symbol does not show up. It works fine if I only switch back to 3.12. It also works fine for the line features.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interestingly enough, I could not find any of the samples in which point features are highlighted when popups are used on a point features identify style tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the current symbol setup in case it it helps:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;selColor = new esri.Color([0, 255, 255, 0.6]);
selLine = new esri.symbol.CartographicLineSymbol(esri.symbol.CartographicLineSymbol.STYLE_SOLID, selColor, 10, esri.symbol.CartographicLineSymbol.CAP_ROUND, esri.symbol.CartographicLineSymbol.JOIN_ROUND);
selMarker = new esri.symbol.SimpleMarkerSymbol(esri.symbol.SimpleMarkerSymbol.STYLE_SQUARE, 20, selLine, selColor);
mainMap.infoWindow.lineSymbol = selLine;
mainMap.infoWindow.markerSymbol = selMarker;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 22:18:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-infowindow-marker-symbol-does-not-show-up-in/m-p/60605#M5310</guid>
      <dc:creator>BillyYancey</dc:creator>
      <dc:date>2021-12-10T22:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: map.infoWindow marker symbol does not show up in JSAPI 3.14</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-infowindow-marker-symbol-does-not-show-up-in/m-p/60606#M5311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I have found the cause of the issue which is a bug in JS-API 3.14. How can I report and get this fixed? Any admins here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 23:20:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-infowindow-marker-symbol-does-not-show-up-in/m-p/60606#M5311</guid>
      <dc:creator>BillyYancey</dc:creator>
      <dc:date>2015-09-30T23:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: map.infoWindow marker symbol does not show up in JSAPI 3.14</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-infowindow-marker-symbol-does-not-show-up-in/m-p/60607#M5312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To bring something to the attention of the JavaScript developers, it would help if you move this to the &lt;A href="https://community.esri.com/space/2128"&gt;ArcGIS API for JavaScript&lt;/A&gt;​ space instead of the more generic &lt;A href="https://community.esri.com/space/2030"&gt;Developers&lt;/A&gt; space. You can also use the @ symbol and start typing the name of one of the Javascript experts (like &lt;A href="https://community.esri.com/migrated-users/2906"&gt;Bjorn Svensson&lt;/A&gt;​ or&lt;A href="https://community.esri.com/migrated-users/2525"&gt;Kelly Hutchins&lt;/A&gt;​) to bring this to their attention.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should be able to log a bug using &lt;A href="http://support.esri.com/en/"&gt;Esri's support page&lt;/A&gt;, logging in with your global account.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 12:41:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-infowindow-marker-symbol-does-not-show-up-in/m-p/60607#M5312</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2015-10-01T12:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: map.infoWindow marker symbol does not show up in JSAPI 3.14</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-infowindow-marker-symbol-does-not-show-up-in/m-p/60608#M5313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To report bugs with the JSAPI please contact &lt;A href="https://community.esri.com/group/1759"&gt;Esri Technical Support&lt;/A&gt;​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 16:44:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-infowindow-marker-symbol-does-not-show-up-in/m-p/60608#M5313</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2015-10-01T16:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: map.infoWindow marker symbol does not show up in JSAPI 3.14</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-infowindow-marker-symbol-does-not-show-up-in/m-p/60609#M5314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you get any resolution to this? I think I may be having the same issue in 3.15.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 23:42:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-infowindow-marker-symbol-does-not-show-up-in/m-p/60609#M5314</guid>
      <dc:creator>LauraMiles1</dc:creator>
      <dc:date>2016-02-16T23:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: map.infoWindow marker symbol does not show up in JSAPI 3.14</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-infowindow-marker-symbol-does-not-show-up-in/m-p/60610#M5315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same issue with 3.15. Is anyone found resolution to this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; var pointHighlightSymbol = new SimpleFillSymbol(SimpleFillSymbol.STYLE_SOLID, new SimpleLineSymbol(SimpleLineSymbol.STYLE_SOLID, new Color([98,194,204]), 2), new Color([98,94,204,0.8]));&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var polyFillSymbol= new SimpleFillSymbol(SimpleFillSymbol.STYLE_SOLID, new SimpleLineSymbol(SimpleLineSymbol.STYLE_SOLID, new Color([255, 0, 0]), 2), new Color([255, 255, 0, 0.25]));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; popup = new Popup(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; { fillSymbol: polyFillSymbol, markerSymbol: pointHighlightSymbol },&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; domConstruct.create("div"));&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 21:59:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-infowindow-marker-symbol-does-not-show-up-in/m-p/60610#M5315</guid>
      <dc:creator>sreeharikottoormadam</dc:creator>
      <dc:date>2016-02-17T21:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: map.infoWindow marker symbol does not show up in JSAPI 3.14</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-infowindow-marker-symbol-does-not-show-up-in/m-p/60611#M5316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created a quick test using a feature layer with points and a simple marker symbol and setting the popup to an alternate symbol worked for me in version 3.15.&amp;nbsp; Here's the relevant code: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var symbol = new SimpleMarkerSymbol({
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "color": [0,0,0,1],
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "size": 12,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "angle": -30,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "xoffset": 0,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "yoffset": 0,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "type": "esriSMS",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "style": "esriSMSCircle",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "outline": {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "color": [255,0,191],
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "width": 2,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "type": "esriSLS",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "style": "esriSLSSolid"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; map.infoWindow.set("markerSymbol", symbol);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's a link to a js bin showing the working sample: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://jsbin.com/yenigexabu/edit?html,output" title="http://jsbin.com/yenigexabu/edit?html,output" rel="nofollow noopener noreferrer" target="_blank"&gt;JS Bin - Collaborative JavaScript Debugging&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 22:18:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-infowindow-marker-symbol-does-not-show-up-in/m-p/60611#M5316</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2021-12-10T22:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: map.infoWindow marker symbol does not show up in JSAPI 3.14</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-infowindow-marker-symbol-does-not-show-up-in/m-p/60612#M5317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kelly, I tried this out but unfortunately it doesn't seem to work. Here's a &lt;A href="http://jsfiddle.net/LauraM/011pdh85/3/"&gt;jsfiddle​&lt;/A&gt;​&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: corrected the missing reference in the jsfiddle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 23:31:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-infowindow-marker-symbol-does-not-show-up-in/m-p/60612#M5317</guid>
      <dc:creator>LauraMiles1</dc:creator>
      <dc:date>2016-02-17T23:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: map.infoWindow marker symbol does not show up in JSAPI 3.14</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-infowindow-marker-symbol-does-not-show-up-in/m-p/60613#M5318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Hi Kelly, It is not working when combined with identify tool. I think the issue is with geometry to highlight the individual feature.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 23:44:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-infowindow-marker-symbol-does-not-show-up-in/m-p/60613#M5318</guid>
      <dc:creator>sreeharikottoormadam</dc:creator>
      <dc:date>2016-02-17T23:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: map.infoWindow marker symbol does not show up in JSAPI 3.14</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-infowindow-marker-symbol-does-not-show-up-in/m-p/60614#M5319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There's a sample in the help showing custom symbology with Identify task. I tested it out and it worked just fine. In the example the fill symbol is customized because the geometry type being selected is polygon. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/jssamples/find_popup.html" title="https://developers.arcgis.com/javascript/jssamples/find_popup.html"&gt;Display identify results in popup | ArcGIS API for JavaScript&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 23:55:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-infowindow-marker-symbol-does-not-show-up-in/m-p/60614#M5319</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2016-02-17T23:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: map.infoWindow marker symbol does not show up in JSAPI 3.14</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-infowindow-marker-symbol-does-not-show-up-in/m-p/60615#M5320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kelly, there's no issue with polygons highlighting - the polygons in my jsfiddle highlight too, it's only the points that seem not to.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 23:58:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-infowindow-marker-symbol-does-not-show-up-in/m-p/60615#M5320</guid>
      <dc:creator>LauraMiles1</dc:creator>
      <dc:date>2016-02-17T23:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: map.infoWindow marker symbol does not show up in JSAPI 3.14</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-infowindow-marker-symbol-does-not-show-up-in/m-p/60616#M5321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kelly, As Laura mentioned, the issue is with points. The example you have given will not work for points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 00:01:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-infowindow-marker-symbol-does-not-show-up-in/m-p/60616#M5321</guid>
      <dc:creator>sreeharikottoormadam</dc:creator>
      <dc:date>2016-02-18T00:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: map.infoWindow marker symbol does not show up in JSAPI 3.14</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-infowindow-marker-symbol-does-not-show-up-in/m-p/60617#M5322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;Based on a quick look this looks like a bug. Your best bet is to submit this as an issue to Esri Support so they can evaluate the problem and log a bug.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: I spoke to the dev team and this change is due to a behavioral change in how popup works with features rather than a bug. In order to have point selection appear you'll need to add a graphic to a graphics layer and manage the selection. Here's a link to an example showing how this works. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://jsbin.com/pivejireqo/edit?html,css,js,output" title="http://jsbin.com/pivejireqo/edit?html,css,js,output"&gt;JS Bin - Collaborative JavaScript Debugging&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 00:30:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-infowindow-marker-symbol-does-not-show-up-in/m-p/60617#M5322</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2016-02-18T00:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: map.infoWindow marker symbol does not show up in JSAPI 3.14</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-infowindow-marker-symbol-does-not-show-up-in/m-p/60618#M5323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 01:22:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-infowindow-marker-symbol-does-not-show-up-in/m-p/60618#M5323</guid>
      <dc:creator>LauraMiles1</dc:creator>
      <dc:date>2016-02-18T01:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: map.infoWindow marker symbol does not show up in JSAPI 3.14</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-infowindow-marker-symbol-does-not-show-up-in/m-p/60619#M5324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 01:44:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-infowindow-marker-symbol-does-not-show-up-in/m-p/60619#M5324</guid>
      <dc:creator>sreeharikottoormadam</dc:creator>
      <dc:date>2016-02-18T01:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: map.infoWindow marker symbol does not show up in JSAPI 3.14</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-infowindow-marker-symbol-does-not-show-up-in/m-p/60620#M5325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kelly, thanks for this - it is working for me. But are they sure this is not a bug? What is the rationale for the default behavior being that polygons and lines highlight, but not points?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 19:28:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-infowindow-marker-symbol-does-not-show-up-in/m-p/60620#M5325</guid>
      <dc:creator>LauraMiles1</dc:creator>
      <dc:date>2016-02-18T19:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: map.infoWindow marker symbol does not show up in JSAPI 3.14</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-infowindow-marker-symbol-does-not-show-up-in/m-p/60621#M5326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If we select multiple points, the highlight behavior is different from the polygon.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 19:39:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-infowindow-marker-symbol-does-not-show-up-in/m-p/60621#M5326</guid>
      <dc:creator>sreeharikottoormadam</dc:creator>
      <dc:date>2016-02-18T19:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: map.infoWindow marker symbol does not show up in JSAPI 3.14</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-infowindow-marker-symbol-does-not-show-up-in/m-p/60622#M5327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree the behavior is different - this seems like a workaround rather than the way the API is intended to function...when I added this code into my own map, I get both the custom highlight and something that looks like the default highlight (cyan color).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See it here &lt;A href="http://jsfiddle.net/LauraM/jr1nmbvk/1/" title="http://jsfiddle.net/LauraM/jr1nmbvk/1/"&gt;Edit fiddle - JSFiddle&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 19:43:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-infowindow-marker-symbol-does-not-show-up-in/m-p/60622#M5327</guid>
      <dc:creator>LauraMiles1</dc:creator>
      <dc:date>2016-02-18T19:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: map.infoWindow marker symbol does not show up in JSAPI 3.14</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-infowindow-marker-symbol-does-not-show-up-in/m-p/60623#M5328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Laura,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I agreed with you and seems it is a bug. Try using this workaround. Set the alpha for the outline to 0. So we will get at least default behavior. I have tried this and working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; var symbol = new SimpleMarkerSymbol({&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "color": [0,0,0,0],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "size": 12,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "angle": -30,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "xoffset": 0,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "yoffset": 0,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "type": "esriSMS",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "style": "esriSMSCircle"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 20:15:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-infowindow-marker-symbol-does-not-show-up-in/m-p/60623#M5328</guid>
      <dc:creator>sreeharikottoormadam</dc:creator>
      <dc:date>2016-02-18T20:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: map.infoWindow marker symbol does not show up in JSAPI 3.14</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-infowindow-marker-symbol-does-not-show-up-in/m-p/60624#M5329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Setting "color" to [0,0,0,0] didn't work, but setting "size" to 0 did. Thanks! Default behavior is good enough for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 20:20:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-infowindow-marker-symbol-does-not-show-up-in/m-p/60624#M5329</guid>
      <dc:creator>LauraMiles1</dc:creator>
      <dc:date>2016-02-18T20:20:45Z</dc:date>
    </item>
  </channel>
</rss>

