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.
13 lines
331 B
Objective-C
13 lines
331 B
Objective-C
#ifndef __BMFProjectionConst__H__
|
|
#define __BMFProjectionConst__H__
|
|
|
|
|
|
#import <Foundation/Foundation.h>
|
|
// 数据转换
|
|
/// 屏幕坐标转经纬度
|
|
FOUNDATION_EXPORT NSString *const kBMFCoordinateFromScreenPointMethod;
|
|
/// 经纬度转换屏幕坐标
|
|
FOUNDATION_EXPORT NSString *const kBMFScreenPointFromCoordinateMethod;
|
|
|
|
#endif
|