<?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 How can i set the angle of MarkerSymbol without DOJO. in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-set-the-angle-of-markersymbol-without/m-p/157886#M14738</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi,guys,i wanna say the DOJO drove me crazy,actually, I wanna develop a GPS realtime track module, I've already get Map through javascript which using JQUERY. several years ago,we were using ArcIMS to implement tracking functionality with javascipt. but right now i really forgot it, i had partly code like below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;any advice will be appreciated,thanks in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;var trackRealtimeIconUrl = "http://127.0.0.1/vehicle.png";
var carPoint = new ESRI.ADF.Geometries.Point(Gpsinfo.lon,Gpsinfo.lat,spatialReference); //Gpsinfo is an object that including property of GPS terminal.
var carMarkerSymbol = new ESRI.ADF.Graphics.MarkerSymbol(trackRealtimeIconUrl, 22, 21, "pointer");

//i wanna declare PictureMarkerSymbol like this,but its void.
//How shoud i found the reference in this website, and it does not including DOJO.
//var carMarkerSymbol = new ESRI.ADF.Graphics.PictureMarkerSymbol(trackRealtimeIconUrl,22,21,"pointer");&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Aug 2013 07:31:13 GMT</pubDate>
    <dc:creator>guoxiaoyi</dc:creator>
    <dc:date>2013-08-08T07:31:13Z</dc:date>
    <item>
      <title>How can i set the angle of MarkerSymbol without DOJO.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-set-the-angle-of-markersymbol-without/m-p/157886#M14738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi,guys,i wanna say the DOJO drove me crazy,actually, I wanna develop a GPS realtime track module, I've already get Map through javascript which using JQUERY. several years ago,we were using ArcIMS to implement tracking functionality with javascipt. but right now i really forgot it, i had partly code like below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;any advice will be appreciated,thanks in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;var trackRealtimeIconUrl = "http://127.0.0.1/vehicle.png";
var carPoint = new ESRI.ADF.Geometries.Point(Gpsinfo.lon,Gpsinfo.lat,spatialReference); //Gpsinfo is an object that including property of GPS terminal.
var carMarkerSymbol = new ESRI.ADF.Graphics.MarkerSymbol(trackRealtimeIconUrl, 22, 21, "pointer");

//i wanna declare PictureMarkerSymbol like this,but its void.
//How shoud i found the reference in this website, and it does not including DOJO.
//var carMarkerSymbol = new ESRI.ADF.Graphics.PictureMarkerSymbol(trackRealtimeIconUrl,22,21,"pointer");&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Aug 2013 07:31:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-set-the-angle-of-markersymbol-without/m-p/157886#M14738</guid>
      <dc:creator>guoxiaoyi</dc:creator>
      <dc:date>2013-08-08T07:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: How can i set the angle of MarkerSymbol without DOJO.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-set-the-angle-of-markersymbol-without/m-p/157887#M14739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The Javascript API is built with DOJO.&amp;nbsp; If you are using it, you are already using dojo.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my opinion, it is as easy as Jquery.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know this is not the answer you want, but it is the answer.&amp;nbsp; You cannot use the API without using dojo.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That said, YOU don't ever have to write dojo.&amp;nbsp; There are samples on using jquery.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Aug 2013 11:57:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-set-the-angle-of-markersymbol-without/m-p/157887#M14739</guid>
      <dc:creator>JeffPace</dc:creator>
      <dc:date>2013-08-08T11:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: How can i set the angle of MarkerSymbol without DOJO.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-set-the-angle-of-markersymbol-without/m-p/157888#M14740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The Javascript API is built with DOJO.&amp;nbsp; If you are using it, you are already using dojo.&lt;BR /&gt;&lt;BR /&gt;In my opinion, it is as easy as Jquery.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;I know this is not the answer you want, but it is the answer.&amp;nbsp; You cannot use the API without using dojo.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;That said, YOU don't ever have to write dojo.&amp;nbsp; There are samples on using jquery.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot,jeff.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We have so many JS frameworks to learn, maybe it is ExtJs,Dojo or JSon. so in my opinion, it's really time-consuming to grasp various syntax. I found a link that display some subject about Web ADF Javascript.but they're looks not fully.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/serveradf_net/conceptualhelp/index.html#/Web_ADF_JavaScript_Library/0002000000z1000000/"&gt;http://help.arcgis.com/en/sdk/10.0/serveradf_net/conceptualhelp/index.html#/Web_ADF_JavaScript_Library/0002000000z1000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Aug 2013 01:18:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-set-the-angle-of-markersymbol-without/m-p/157888#M14740</guid>
      <dc:creator>guoxiaoyi</dc:creator>
      <dc:date>2013-08-09T01:18:17Z</dc:date>
    </item>
  </channel>
</rss>

