<?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 convert LatLngBounds from GoogleMaps to Arcgis properties (Extent)? in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-convert-latlngbounds-from-googlemaps-to/m-p/495228#M11358</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have got latLngBounds from Googlemaps&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I have to use it to display Arcgis map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please suggest&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Feb 2013 10:06:27 GMT</pubDate>
    <dc:creator>PG1</dc:creator>
    <dc:date>2013-02-11T10:06:27Z</dc:date>
    <item>
      <title>How to convert LatLngBounds from GoogleMaps to Arcgis properties (Extent)?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-convert-latlngbounds-from-googlemaps-to/m-p/495228#M11358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have got latLngBounds from Googlemaps&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I have to use it to display Arcgis map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please suggest&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 10:06:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-convert-latlngbounds-from-googlemaps-to/m-p/495228#M11358</guid>
      <dc:creator>PG1</dc:creator>
      <dc:date>2013-02-11T10:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert LatLngBounds from GoogleMaps to Arcgis properties (Extent)?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-convert-latlngbounds-from-googlemaps-to/m-p/495229#M11359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;P111,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; You would use WebMercatorExtent if you are wanting the extent to be in WKID 102100 (esri Basemaps WKID).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;First use Googles&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt; GetNorthEast().lat(), GetNorthEast().lon() and GetSouthWest().lat(),GetSouthWest().lon()&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;to get the max and min lat and lon values. Then construct your WebMercatorExtent. In the code below I specified the values from the google functions as the inputs for the WebMercatorExtent constructor:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;var webExt:WebMercatorExtent= new WebMercatorExtent(GetSouthWest().lon(),GetSouthWest().lat(),GetNorthEast().lon(),GetNorthEast().lat())&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Don't forget to &lt;/SPAN&gt;&lt;STRONG&gt;click the Mark as answer check&lt;/STRONG&gt;&lt;SPAN&gt; on this post and to &lt;/SPAN&gt;&lt;STRONG&gt;click the top arrow (promote)&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Follow these steps&lt;/STRONG&gt;&lt;SPAN&gt; as shown in the below graphic:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;IMG src="http://gis.calhouncounty.org/FlexViewer3.0/Answer.jpg" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 12:09:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-convert-latlngbounds-from-googlemaps-to/m-p/495229#M11359</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2013-02-11T12:09:05Z</dc:date>
    </item>
  </channel>
</rss>

