TencentLBSLocationCoordinateType Constants Reference

Declared in TencentLBSLocationManager.h

TencentLBSLocationCoordinateType

定位坐标系类型枚举

Definition

typedef NS_ENUM(NSUInteger, TencentLBSLocationCoordinateType ) {
   TencentLBSLocationCoordinateTypeGCJ02 = 0,
   TencentLBSLocationCoordinateTypeWGS84 = 1,
};

Constants

TencentLBSLocationCoordinateTypeGCJ02

火星坐标,即国测局坐标

TencentLBSLocationCoordinateTypeWGS84

地球坐标,注:如果是海外,无论设置的是火星坐标还是地球坐标,返回的都是地球坐标

Declared In

TencentLBSLocationManager.h