The positional accuracy of static surveying using smartphones (including also our application) was tested on one control test site with three GNSS processing methods (SPP, PPP, and DGNSS). The positional accuracy of CroCoord in PPP mode is below 1 m and may even reach 0.5 m for an ...
* 测试定位位置 */privatevoidsetSimulateLocation(){// 测试定位位置// 转换为百度坐标// 初始化坐标转换工具类,指定源坐标类型和坐标数据LatLngsourceLatLng=newLatLng(latitude,longitude);// sourceLatLng待转换坐标CoordinateConverterconverter=newCoordinateConverter().from(CoordinateConverter.CoordType.GPS).coord(source...