<?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 Bing Map not displaying in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/bing-map-not-displaying/m-p/107161#M1050</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So I want to use a Bing map in my iPad app. This is the code snippet I use (from arcGis tutorials/help)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;NSString* bingMapsKey = @"my-bin-map-key-goes-here";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;AGSBingMapLayer* layer = [[AGSBingMapLayer alloc] initWithAppID:bingMapsKey style:AGSBingMapLayerStyleAerial];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[self.mapView addMapLayer:layer withName:@"World Street Map"];&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But the map does not display and instead I see several camera images as shown in the attachment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What seems to be the problem? I have a valid bing map key through a LIVE.COM and give them the ".xcodeproj" as my project name.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Appreciate your help in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Dec 2011 20:26:47 GMT</pubDate>
    <dc:creator>MakhdoomZia</dc:creator>
    <dc:date>2011-12-12T20:26:47Z</dc:date>
    <item>
      <title>Bing Map not displaying</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/bing-map-not-displaying/m-p/107161#M1050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So I want to use a Bing map in my iPad app. This is the code snippet I use (from arcGis tutorials/help)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;NSString* bingMapsKey = @"my-bin-map-key-goes-here";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;AGSBingMapLayer* layer = [[AGSBingMapLayer alloc] initWithAppID:bingMapsKey style:AGSBingMapLayerStyleAerial];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[self.mapView addMapLayer:layer withName:@"World Street Map"];&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But the map does not display and instead I see several camera images as shown in the attachment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What seems to be the problem? I have a valid bing map key through a LIVE.COM and give them the ".xcodeproj" as my project name.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Appreciate your help in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2011 20:26:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/bing-map-not-displaying/m-p/107161#M1050</guid>
      <dc:creator>MakhdoomZia</dc:creator>
      <dc:date>2011-12-12T20:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Bing Map not displaying</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/bing-map-not-displaying/m-p/107162#M1051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK, turns out the Bing map is loading (I had to zoom out to figure that out). The only problem is my graphic (pushpin) that is placed on the map as a result of geocoding, shows up somewhere in the ocean near Africa whereas the address that is supposed to be geocoded is in Virginia, USA.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How do I solve this issue?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2011 21:09:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/bing-map-not-displaying/m-p/107162#M1051</guid>
      <dc:creator>MakhdoomZia</dc:creator>
      <dc:date>2011-12-13T21:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: Bing Map not displaying</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/bing-map-not-displaying/m-p/107163#M1052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Its probably because the spatial reference of the geocoded address does not match the bing map's spatial reference.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;To fix this, you can provide the map's spatial reference as an input parameter to the locationsForAddress:returnFields:outSpatialReference: method.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Be sure to the let the map load before you try to read its spatial reference, otherwise it will be nil.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2012 10:37:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/bing-map-not-displaying/m-p/107163#M1052</guid>
      <dc:creator>DiveshGoyal</dc:creator>
      <dc:date>2012-01-10T10:37:48Z</dc:date>
    </item>
  </channel>
</rss>

