//
//  GoelocationModule.h
//  RCTBaiduMap
//
//  Created by lovebing on 2016/10/28.
//  Copyright © 2016年 lovebing.org. All rights reserved.
//

#ifndef GeolocationModule_h
#define GeolocationModule_h


#import <BMKLocationkit/BMKLocationComponent.h>
#import <BaiduMapAPI_Map/BMKOfflineMap.h>
#import "BaseModule.h"
#import "BaiduMapViewManager.h"
#import <BaiduMapAPI_Search/BMKGeocodeSearch.h>
#import <BaiduMapAPI_Utils/BMKUtilsComponent.h>

@interface GeolocationModule : BaseModule <BMKGeoCodeSearchDelegate, BMKLocationManagerDelegate>

@property (nonatomic) BMKLocationManager *locationManager;
@property (nonatomic) bool locating;

- (void)sendEvent:(NSString *)name body:(NSMutableDictionary *)body;
- (NSMutableDictionary *)getEmptyBody;
    
@end

#endif /* GeolocationModule_h */
