还有这个:RouteCarResultData{mMidPois=[], mCarPlate='null', mOpenAvoidLimit=false, isSplitRequest=false, mFromPoi=POI{id='', pid='', type='', industry='', name='我的位置', phone='', cityName='', cityCode='', addr='', category='', adCode='', distance=0, parent='null', childType=0, floorNo='null', dis='null', point=GeoPoint{lon=114.36227416666667, lat=22.680138333333332x=219492420, y = 116846412}, poiExtra={}, childPois=[], poiPolygonBounds=null, towardsAngle='null', deepInfo='', tag='', openStatus='', chargingStationInfo=null, gasInfoList=null, searchRawParkInfo=null, customName=''}, mToPoi=POI{id='', pid='', type='0', industry='', name='广东省深圳市坪山区创业路50号', phone='', cityName='', cityCode='0755', addr='在坪山社区坪环统建楼南区附近', category='', adCode='440310', distance=1.4公里, parent='null', childType=0, floorNo='null', dis='null', point=GeoPoint{lon=114.34866508789126, lat=22.68211052871643x=0, y = 0}, poiExtra={}, childPois=[], poiPolygonBounds=null, towardsAngle='null', deepInfo='', tag='', openStatus='', chargingStationInfo=null, gasInfoList=null, searchRawParkInfo=null, customName=''}, mPathResultDataInfo=com.autosdk.bussiness.navi.route.model.PathResultDataInfo@9a0b7a0, mRouteStrategy=32, mRouteConstrainCode=8196, mIsLocal=false, mNativeTypeHandle=0, mFocusIndex=0, mIsCarSceneResult=false, mHasRestricted=false, mCityCodes=null, mAvoidLinks=null, mOperateType=9, pathInfos=[com.autonavi.gbl.common.path.option.PathInfo@2363a5d, com.autonavi.gbl.common.path.option.PathInfo@7cd5fd2, com.autonavi.gbl.common.path.option.PathInfo@40ff8a3], PathInfoDnpPercent={com.autonavi.gbl.common.path.option.PathInfo@2363a5d=0.0, com.autonavi.gbl.common.path.option.PathInfo@40ff8a3=0.0, com.autonavi.gbl.common.path.option.PathInfo@7cd5fd2=0.0}, isRouteRestoration=false}
时间: 2024-02-01 12:02:03 浏览: 175
以下是格式化后的数据:
```
RouteCarResultData{
mMidPois=[],
mCarPlate='null',
mOpenAvoidLimit=false,
isSplitRequest=false,
mFromPoi=POI{
id='',
pid='',
type='',
industry='',
name='我的位置',
phone='',
cityName='',
cityCode='',
addr='',
category='',
adCode='',
distance=0,
parent='null',
childType=0,
floorNo='null',
dis='null',
point=GeoPoint{
lon=114.36227416666667,
lat=22.680138333333332,
x=219492420,
y=116846412
},
poiExtra={},
childPois=[],
poiPolygonBounds=null,
towardsAngle='null',
deepInfo='',
tag='',
openStatus='',
chargingStationInfo=null,
gasInfoList=null,
searchRawParkInfo=null,
customName=''
},
mToPoi=POI{
id='',
pid='',
type='0',
industry='',
name='广东省深圳市坪山区创业路50号',
phone='',
cityName='',
cityCode='0755',
addr='在坪山社区坪环统建楼南区附近',
category='',
adCode='440310',
distance=1.4公里,
parent='null',
childType=0,
floorNo='null',
dis='null',
point=GeoPoint{
lon=114.34866508789126,
lat=22.68211052871643,
x=0,
y=0
},
poiExtra={},
childPois=[],
poiPolygonBounds=null,
towardsAngle='null',
deepInfo='',
tag='',
openStatus='',
chargingStationInfo=null,
gasInfoList=null,
searchRawParkInfo=null,
customName=''
},
mPathResultDataInfo=com.autosdk.bussiness.navi.route.model.PathResultDataInfo@9a0b7a0,
mRouteStrategy=32,
mRouteConstrainCode=8196,
mIsLocal=false,
mNativeTypeHandle=0,
mFocusIndex=0,
mIsCarSceneResult=false,
mHasRestricted=false,
mCityCodes=null,
mAvoidLinks=null,
mOperateType=9,
pathInfos=[
com.autonavi.gbl.common.path.option.PathInfo@2363a5d,
com.autonavi.gbl.common.path.option.PathInfo@7cd5fd2,
com.autonavi.gbl.common.path.option.PathInfo@40ff8a3
],
PathInfoDnpPercent={
com.autonavi.gbl.common.path.option.PathInfo@2363a5d=0.0,
com.autonavi.gbl.common.path.option.PathInfo@40ff8a3=0.0,
com.autonavi.gbl.common.path.option.PathInfo@7cd5fd2=0.0
},
isRouteRestoration=false
}
```
阅读全文