Bing Maps enums. More...
#import <UIKit/UIKit.h>
Go to the source code of this file.
Typedefs | |
typedef NSUInteger | BMMapMode |
Enumerations | |
enum | { BMMapModeRoad = 0, BMMapModeAerial, BMMapModeAerialWithLabels } |
enum | BMErrorCode { BMErrorUnknown = 1, BMErrorServerFailure, BMErrorLoadingThrottled, BMErrorEntityNotFound } |
Bing Maps enums.
Bing Maps enums are declared in this header file.
NSUInteger BMMapMode |
Typedef of the enum depicting different map modes, also known as map styles. Values include BMMapModeRoad, BMMapModeAerial and BMMapModeAerialWithLabels.
anonymous enum |
enum BMErrorCode |
Error codes returned by Bing Maps requests.