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

BMUserLocation.h

00001 //
00002 //  BMUserLocation.h
00003 //  BingMaps
00004 //
00005 //  Copyright (C) Microsoft. All rights reserved.
00006 //
00007 
00008 #import <UIKit/UIKit.h>
00009 #import <CoreLocation/CoreLocation.h>
00010 #import <BingMaps/BMGeometry.h>
00011 #import <BingMaps/BMTypes.h>
00012 #import <BingMaps/BMMarker.h>
00013 
00014 @class BMUserLocationInternal;
00015 
00016 @interface BMUserLocation : NSObject <BMMarker> {
00017 @private
00018     BMUserLocationInternal* _internal;
00019 }
00020 
00021 @property (readonly, nonatomic, getter=isUpdating) BOOL updating;
00022 @property (readonly, nonatomic) CLLocation *location;
00023 @property (retain, nonatomic) NSString *title;
00024 @property (retain, nonatomic) NSString *subtitle;
00025 
00026 @end

Generated on Tue Apr 19 2011 13:10:11 for Bing Maps control for iOS by  doxygen 1.7.2