getUserLocation method

AMPSLocation? getUserLocation()

用于提供获取用户是否统一SDK自身定位。

Implementation

AMPSLocation? getUserLocation() {
    return adController.location;
  }