<?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 Create a geometry from a fixed lati/lon and show it on the map in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/create-a-geometry-from-a-fixed-lati-lon-and-show/m-p/93568#M2322</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I want to draw a point on the map at the fixed latitude/longitude position in the world.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using mappoint, but it draw with X Y values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please, there is a method ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Mar 2011 08:43:59 GMT</pubDate>
    <dc:creator>AndreaIncognito</dc:creator>
    <dc:date>2011-03-11T08:43:59Z</dc:date>
    <item>
      <title>Create a geometry from a fixed lati/lon and show it on the map</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/create-a-geometry-from-a-fixed-lati-lon-and-show/m-p/93568#M2322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I want to draw a point on the map at the fixed latitude/longitude position in the world.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using mappoint, but it draw with X Y values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please, there is a method ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2011 08:43:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/create-a-geometry-from-a-fixed-lati-lon-and-show/m-p/93568#M2322</guid>
      <dc:creator>AndreaIncognito</dc:creator>
      <dc:date>2011-03-11T08:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: Create a geometry from a fixed lati/lon and show it on the map</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/create-a-geometry-from-a-fixed-lati-lon-and-show/m-p/93569#M2323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
MapPoint p = new MapPoint(Longitude, Latitude);
// Project point to Map's spatial reference, use ESRI.ArcGIS.Client.Projection.WebMercator or Geometry Service
graphic.Geometry = p;
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can look at this SDK Sample: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Project" rel="nofollow noopener noreferrer" target="_blank"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Project&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 23:34:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/create-a-geometry-from-a-fixed-lati-lon-and-show/m-p/93569#M2323</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2021-12-10T23:34:49Z</dc:date>
    </item>
  </channel>
</rss>

