setCoorType method

void setCoorType(
  1. String coorType
)

可选,设置返回经纬度坐标类型,默认GCJ02

Implementation

void setCoorType(String coorType) {
  this.coorType = coorType;
}