You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
698 B
Objective-C

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

#ifndef __BMFUserLocationConst__H__
#define __BMFUserLocationConst__H__
#import <Foundation/Foundation.h>
// 定位图层
/// 设定是否显示定位图层
FOUNDATION_EXPORT NSString *const kBMFMapShowUserLocationMethod;
/// 设定定位模式取值为BMFUserTrackingMode
FOUNDATION_EXPORT NSString *const kBMFMapUserTrackingModeMethod;
/// 返回定位坐标点是否在当前地图可视区域内
FOUNDATION_EXPORT NSString *const kBMFMapIsUserLocationVisibleMethod;
/// 动态定制我的位置样式
FOUNDATION_EXPORT NSString *const kBMFMapUpdateLocationDisplayParamMethod;
/// 动态更新我的位置数据
FOUNDATION_EXPORT NSString *const kBMFMapUpdateLocationDataMethod;
#endif