<?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: GraphicOverlay not displaying on map in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/graphicoverlay-not-displaying-on-map/m-p/530740#M3598</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your code I am reading:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Point pointGeometry = new Point(latitude, latitude, 5, SpatialReference,getWgs84());&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where I think you meant:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Point pointGeometry = new Point(longitude, latitude, 5, SpatialReference,getWgs84());&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Mar 2017 15:50:52 GMT</pubDate>
    <dc:creator>AlexanderNohe1</dc:creator>
    <dc:date>2017-03-27T15:50:52Z</dc:date>
    <item>
      <title>GraphicOverlay not displaying on map</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/graphicoverlay-not-displaying-on-map/m-p/530734#M3592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My app is a simple location marker, whenever the user click a submit button the locationmanager function gets the location's latitude and longitude, the map updates, loading in the location of the person and adding a marker in diamond shape to the map. The map is drawn correctly, however the marker is not.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/344099_pastedImage_2.png" style="width: 620px; height: 339px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/344100_pastedImage_3.png" style="width: 620px; height: 385px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 20:36:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/graphicoverlay-not-displaying-on-map/m-p/530734#M3592</guid>
      <dc:creator>AlejandroPallares</dc:creator>
      <dc:date>2017-03-24T20:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: GraphicOverlay not displaying on map</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/graphicoverlay-not-displaying-on-map/m-p/530735#M3593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I fixed it by adding "&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;mMapView&lt;/SPAN&gt;.setViewpointCenterAsync(pointGeometry, &lt;SPAN style="color: #0000ff;"&gt;50000&lt;/SPAN&gt;);" &amp;nbsp;on the addMarkerToMap function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However now the map is not centering in my location.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 12:46:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/graphicoverlay-not-displaying-on-map/m-p/530735#M3593</guid>
      <dc:creator>AlejandroPallares</dc:creator>
      <dc:date>2017-03-27T12:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: GraphicOverlay not displaying on map</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/graphicoverlay-not-displaying-on-map/m-p/530736#M3594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/263636"&gt;Alejandro Pallares&lt;/A&gt;‌, Does it look like the map is centering in the ocean? &amp;nbsp;At 0 latitude and 0 longitude?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There may be the possibility that you would need to project the coordinates of your point geometry to that of web mercator as the location manager may be returning the points in WGS84 rather than web mercator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have not tested this internally, but off of a quick examination of your code, this is my best guess.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 13:24:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/graphicoverlay-not-displaying-on-map/m-p/530736#M3594</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2017-03-27T13:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: GraphicOverlay not displaying on map</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/graphicoverlay-not-displaying-on-map/m-p/530737#M3595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now is drawing the point however the map location is not in the latitude and longitude i give to the point.&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/344280_img2.png" style="width: 620px; height: 312px;" /&gt;&lt;/P&gt;&lt;P&gt;Both latitude and longitude are double variables which get their values from the location getlatitude and getlongitude functions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 14:40:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/graphicoverlay-not-displaying-on-map/m-p/530737#M3595</guid>
      <dc:creator>AlejandroPallares</dc:creator>
      <dc:date>2017-03-27T14:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: GraphicOverlay not displaying on map</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/graphicoverlay-not-displaying-on-map/m-p/530738#M3596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This looks like you might have a typo in your image. &amp;nbsp;It looks like you are specifying the latitude for both arguments (latitude and longitude) in your point constructor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 15:08:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/graphicoverlay-not-displaying-on-map/m-p/530738#M3596</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2017-03-27T15:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: GraphicOverlay not displaying on map</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/graphicoverlay-not-displaying-on-map/m-p/530739#M3597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;According to the developer's guide that's the sintax i should be using. I'll try without the latitude and the longitude&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 15:32:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/graphicoverlay-not-displaying-on-map/m-p/530739#M3597</guid>
      <dc:creator>AlejandroPallares</dc:creator>
      <dc:date>2017-03-27T15:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: GraphicOverlay not displaying on map</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/graphicoverlay-not-displaying-on-map/m-p/530740#M3598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your code I am reading:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Point pointGeometry = new Point(latitude, latitude, 5, SpatialReference,getWgs84());&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where I think you meant:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Point pointGeometry = new Point(longitude, latitude, 5, SpatialReference,getWgs84());&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 15:50:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/graphicoverlay-not-displaying-on-map/m-p/530740#M3598</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2017-03-27T15:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: GraphicOverlay not displaying on map</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/graphicoverlay-not-displaying-on-map/m-p/530741#M3599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's working now, thanks.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 14:19:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/graphicoverlay-not-displaying-on-map/m-p/530741#M3599</guid>
      <dc:creator>AlejandroPallares</dc:creator>
      <dc:date>2017-03-28T14:19:15Z</dc:date>
    </item>
  </channel>
</rss>

