<?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: Set the blue location dot in a map without using the location service in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/set-the-blue-location-dot-in-a-map-without-using/m-p/379967#M2576</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;@gurquizo I'm not exactly sure what you are asking, but to draw a blue point on the map you'd use a pattern similar to this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;Graphic graphic = new Graphic(mapView.toMapPoint(new Point(e.getX(), e.getY())),new SimpleMarkerSymbol(Color.BLUE,25,STYLE.CIRCLE)); graphicsLayer.addGraphic(graphic);&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Feb 2012 17:27:47 GMT</pubDate>
    <dc:creator>AndyGup</dc:creator>
    <dc:date>2012-02-29T17:27:47Z</dc:date>
    <item>
      <title>Set the blue location dot in a map without using the location service</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/set-the-blue-location-dot-in-a-map-without-using/m-p/379966#M2575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is a way, given stored Latitude and Longitude data (converting the points is not a problem), to set the blue location dot on a map without using the Location Service?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2012 20:10:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/set-the-blue-location-dot-in-a-map-without-using/m-p/379966#M2575</guid>
      <dc:creator>GuillermoUrquizo</dc:creator>
      <dc:date>2012-02-28T20:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Set the blue location dot in a map without using the location service</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/set-the-blue-location-dot-in-a-map-without-using/m-p/379967#M2576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;@gurquizo I'm not exactly sure what you are asking, but to draw a blue point on the map you'd use a pattern similar to this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;Graphic graphic = new Graphic(mapView.toMapPoint(new Point(e.getX(), e.getY())),new SimpleMarkerSymbol(Color.BLUE,25,STYLE.CIRCLE)); graphicsLayer.addGraphic(graphic);&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 17:27:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/set-the-blue-location-dot-in-a-map-without-using/m-p/379967#M2576</guid>
      <dc:creator>AndyGup</dc:creator>
      <dc:date>2012-02-29T17:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Set the blue location dot in a map without using the location service</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/set-the-blue-location-dot-in-a-map-without-using/m-p/379968#M2577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Andy, I just find out that solution yesterday.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2012 17:32:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/set-the-blue-location-dot-in-a-map-without-using/m-p/379968#M2577</guid>
      <dc:creator>GuillermoUrquizo</dc:creator>
      <dc:date>2012-03-05T17:32:03Z</dc:date>
    </item>
  </channel>
</rss>

