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

BMPushpinView.h

00001 //
00002 //  BMPushpinView.h
00003 //  BingMaps
00004 //
00005 //  Copyright (c) 2011 Microsoft Corporation. All rights reserved.
00006 //
00007 
00008 #import "BMMarkerView.h"
00009 
00011 typedef enum BMPushpinColor{
00012     BMPushpinColorOrange = 0, 
00013     BMPushpinColorGreen,
00014     BMPushpinColorRed,
00015     BMPushpinColorBlue,
00016     BMPushpinColorYellow,
00017     BMPushpinColorPurple,
00018 } BMPushpinColor;
00019 
00020 @class BMPushpinViewInternal;
00021 
00022 @interface BMPushpinView : BMMarkerView
00023 {
00024 @private
00025     BMPushpinViewInternal *_pinInternal;
00026 }
00027 
00028 @property (nonatomic) BMPushpinColor pinColor;
00029 @property (nonatomic) BOOL animatesDrop;
00030 
00031 @end

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