AGSBingMapLayer *bingMap = [[AGSBingMapLayer alloc] initWithAppID:@3XXXX0929075CXXXD042FXXX2608B6E7D673XXXX style:kAGSBingMapLayerStyleRoad]; [self.mapView addMapLayer:bingMap withName:@Bing]; [bingMap release];
Here is the code to add bing map...AGSLayer *roadLayer = [[AGSBingMapLayer alloc] initWithAppID:@***** style:kAGSBingMapLayerStyleRoad]; [self.mapView addMapLayer:roadLayer withName:@Road Bing Maps Layer]; [roadLayer release];Regards,Nimesh
That may be the only reason left for not displaying map. However, if you load only dynamic or tiled layer instead of bing map in the same app then it works?Regards,Nimesh
HiDid you ever get it to work?I'm getting the same blankness when trying to use Bing.
/** An AppID which has been authorized to use Bing Maps @since 1.0 @see <a href="http://msdn.microsoft.com/en-us/library/b80e6336-6a33-4555-b26a-ba834c8d756c"> Getting Started with Bing API </a> */ @property (nonatomic, copy, readonly) NSString *appID;
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.