setBMKLocationCoordinateType method

  1. @Deprecated('已废弃since2.0.1,推荐使用 `coordType`')
void setBMKLocationCoordinateType(
  1. String BMKLocationCoordinateType
)

设置返回位置的坐标系类型

Implementation

@Deprecated('已废弃since2.0.1,推荐使用 `coordType`')
void setBMKLocationCoordinateType(String BMKLocationCoordinateType) {
  this.BMKLocationCoordinateType = BMKLocationCoordinateType;
}