<?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 Add esri layer to Google map on Android App in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/add-esri-layer-to-google-map-on-android-app/m-p/262907#M1728</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have my Android App with Google maps, my esri layers and the esri SDK for Android.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I show my esri layers on the Google Maps for Android?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Sep 2015 14:16:08 GMT</pubDate>
    <dc:creator>JuanPablo_Delgado</dc:creator>
    <dc:date>2015-09-15T14:16:08Z</dc:date>
    <item>
      <title>Add esri layer to Google map on Android App</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/add-esri-layer-to-google-map-on-android-app/m-p/262907#M1728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have my Android App with Google maps, my esri layers and the esri SDK for Android.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I show my esri layers on the Google Maps for Android?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 14:16:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/add-esri-layer-to-google-map-on-android-app/m-p/262907#M1728</guid>
      <dc:creator>JuanPablo_Delgado</dc:creator>
      <dc:date>2015-09-15T14:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: Add esri layer to Google map on Android App</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/add-esri-layer-to-google-map-on-android-app/m-p/262908#M1729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What types of 'esri layer' are you trying to add?&amp;nbsp; Google Maps Android API does not support direct Esri data formats, e.g. shapefile, but you can added Google data types to ArcGIS Runtime SDK for Android, below is a sample of added a KML layer:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&amp;nbsp; // Retrieve the map and initial extent from XML layout&lt;BR /&gt;&amp;nbsp; mMapView = (MapView)findViewById(R.id.map);&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&amp;nbsp; // Create a new KML Layer&lt;BR /&gt;&amp;nbsp; SpatialReference sr = SpatialReference.create(102100);&lt;BR /&gt;&amp;nbsp; KMLLayer kmlLayer = new KMLLayer(url, sr);&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&amp;nbsp; // Add KML Layer to MapView;&lt;BR /&gt;&amp;nbsp; mMapView.addLayer(kmlLayer);&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 20:10:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/add-esri-layer-to-google-map-on-android-app/m-p/262908#M1729</guid>
      <dc:creator>DanO_Neill</dc:creator>
      <dc:date>2015-09-24T20:10:07Z</dc:date>
    </item>
  </channel>
</rss>

