BaiduMap_IOSSDK_v6.5.5doc_Docs  6.5.5
BMKFavPoiManager.h
浏览该文件的文档.
1 //
2 // BMKFavPoiManager.h
3 // UtilsComponent
4 //
5 // Created by wzy on 15/4/9.
6 // Copyright (c) 2015年 baidu. All rights reserved.
7 //
8 
9 #ifndef UtilsComponent_BMKFavPoiManager_h
10 #define UtilsComponent_BMKFavPoiManager_h
11 
12 #import "BMKFavPoiInfo.h"
13 
15 @interface BMKFavPoiManager : NSObject
16 
22 - (NSInteger)addFavPoi:(BMKFavPoiInfo*) favPoiInfo;
23 
29 - (BMKFavPoiInfo*)getFavPoi:(NSString*) favId;
30 
35 - (NSArray*)getAllFavPois;
36 
43 - (BOOL)updateFavPoi:(NSString*) favId favPoiInfo:(BMKFavPoiInfo*) favPoiInfo;
44 
50 - (BOOL)deleteFavPoi:(NSString*) favId;
51 
56 - (BOOL)clearAllFavPois;
57 
58 @end
59 
60 #endif
BMKFavPoiManager
收藏点管理类
Definition: BMKFavPoiManager.h:16
-[BMKFavPoiManager clearAllFavPois]
BOOL clearAllFavPois()
BMKFavPoiInfo
收藏点信息类
Definition: BMKFavPoiInfo.h:17
BMKFavPoiInfo.h
-[BMKFavPoiManager getAllFavPois]
NSArray * getAllFavPois()