DDMLocationType Constants Reference
| Declared in | DDMTrackCommonDefine.h |
|---|
DDMLocationType
定位类型 枚举值使用和PB中LocationType类型定义相同的值
Definition
typedef NS_ENUM(NSUInteger, DDMLocationType ) {
DDMLocationTypeGps = 1,
DDMLocationTypeNet = 2,
DDMLocationTypeOther = 3,
};
Constants
Declared In
DDMTrackCommonDefine.h