<?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 to navigate to different coordinates on a map.  in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-navigate-to-different-coordinates-on-a-map/m-p/129877#M955</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Im building a map application of a campus. I want the user to be able to press a button for a building and have the mapoptions.center="" xml attribute in the mapview (or some other code) change the map to that location(building). Does anyone know if there is any code out there that does this and navigates the map to different coordinates? i hope my question is not confusing. Here is a picture of one of my buildings. &lt;IMG alt="JackBrown.jpg" class="image-1 jive-image" height="309" src="https://community.esri.com/legacyfs/online/214775_JackBrown.jpg" style="width: 174px; height: 309.627px;" width="174" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Aug 2016 20:57:49 GMT</pubDate>
    <dc:creator>PerlaAmbriz</dc:creator>
    <dc:date>2016-08-08T20:57:49Z</dc:date>
    <item>
      <title>How to navigate to different coordinates on a map.</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-navigate-to-different-coordinates-on-a-map/m-p/129877#M955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Im building a map application of a campus. I want the user to be able to press a button for a building and have the mapoptions.center="" xml attribute in the mapview (or some other code) change the map to that location(building). Does anyone know if there is any code out there that does this and navigates the map to different coordinates? i hope my question is not confusing. Here is a picture of one of my buildings. &lt;IMG alt="JackBrown.jpg" class="image-1 jive-image" height="309" src="https://community.esri.com/legacyfs/online/214775_JackBrown.jpg" style="width: 174px; height: 309.627px;" width="174" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2016 20:57:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-navigate-to-different-coordinates-on-a-map/m-p/129877#M955</guid>
      <dc:creator>PerlaAmbriz</dc:creator>
      <dc:date>2016-08-08T20:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to navigate to different coordinates on a map.</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-navigate-to-different-coordinates-on-a-map/m-p/129878#M956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MapView.CenterAt should provide what you need:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fdevelopers.arcgis.com%2Fandroid%2Fapi-reference%2Freference%2Fcom%2Fesri%2Fandroid%2Fmap%2FMapView.html%23centerAt%28double" rel="nofollow" target="_blank"&gt;https://developers.arcgis.com/android/api-reference/reference/com/esri/android/map/MapView.html#centerAt(double&lt;/A&gt;&lt;SPAN&gt;, double, boolean)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you having issues with this command?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 14:09:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-navigate-to-different-coordinates-on-a-map/m-p/129878#M956</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2016-08-09T14:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to navigate to different coordinates on a map.</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-navigate-to-different-coordinates-on-a-map/m-p/129879#M957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 16:02:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-navigate-to-different-coordinates-on-a-map/m-p/129879#M957</guid>
      <dc:creator>PerlaAmbriz</dc:creator>
      <dc:date>2016-08-09T16:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to navigate to different coordinates on a map.</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-navigate-to-different-coordinates-on-a-map/m-p/129880#M958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If this helped address your question, please mark the answer as correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 16:03:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-navigate-to-different-coordinates-on-a-map/m-p/129880#M958</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2016-08-09T16:03:34Z</dc:date>
    </item>
  </channel>
</rss>

