• Main Page
  • Related Pages
  • Classes
  • Files
  • File List
  • File Members

BMTypes.h

Go to the documentation of this file.
00001 //
00002 //  BMTypes.h
00003 //  BingMaps
00004 //
00005 //  Copyright (c) 2011 Microsoft Corporation. All rights reserved.
00006 //
00007 
00008 #import <UIKit/UIKit.h>
00009 
00010 enum {
00011     BMMapModeRoad = 0,
00012     BMMapModeAerial,
00013     BMMapModeAerialWithLabels,
00014 };
00015 typedef NSUInteger BMMapMode;
00016 
00017 UIKIT_EXTERN NSString *BMErrorDomain;
00018 
00019 enum BMErrorCode {
00020     BMErrorUnknown = 1,
00021     BMErrorServerFailure,
00022     BMErrorLoadingThrottled,
00023     BMErrorEntityNotFound,
00024     BMErrorAuthenticationFailure,
00025 };

Generated on Tue May 3 2011 11:57:16 for Bing Maps iOS Control by  doxygen 1.7.2