Typedefs | Enumerations

BMTypes.h File Reference

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
}

Detailed Description

Bing Maps enums.

Bing Maps enums are declared in this header file.


Typedef Documentation

NSUInteger BMMapMode

Typedef of the enum depicting different map modes, also known as map styles. Values include BMMapModeRoad, BMMapModeAerial and BMMapModeAerialWithLabels.


Enumeration Type Documentation

anonymous enum
Enumerator:
BMMapModeRoad 

Displays the Road map mode.

BMMapModeAerial 

Displays the Aerial map mode.

BMMapModeAerialWithLabels 

Displays the Aerial map mode with road labels.

Error codes returned by Bing Maps requests.

Enumerator:
BMErrorUnknown 

An unknown error occurred.

BMErrorServerFailure 

The map server was unable to return the desired information.

BMErrorLoadingThrottled 

The data was not loaded because data throttling is in effect.

BMErrorEntityNotFound 

The specified Entity could not be found.