DDMLocationType Constants Reference

Declared in DDMTrackCommonDefine.h

DDMLocationType

定位类型 枚举值使用和PB中LocationType类型定义相同的值

Definition

typedef NS_ENUM(NSUInteger, DDMLocationType ) {
   DDMLocationTypeGps = 1,
   DDMLocationTypeNet = 2,
   DDMLocationTypeOther = 3,
};

Constants

DDMLocationTypeGps

根据精度判断是GPS定位

Declared In DDMTrackCommonDefine.h.

DDMLocationTypeNet

根据精度判断是WiFi定位

Declared In DDMTrackCommonDefine.h.

DDMLocationTypeOther

其他情况

Declared In DDMTrackCommonDefine.h.

Declared In

DDMTrackCommonDefine.h