public class MatchLocationInfo extends com.tencent.map.geolocation.databus.base.BaseBusData implements MatchLocation
构造器和说明 |
---|
MatchLocationInfo() |
限定符和类型 | 方法和说明 |
---|---|
com.tencent.map.geolocation.databus.base.BaseBusData |
build(byte[] data)
用于将C层传递过来的数据解析成对应的实现子类。
|
TencentGeoLocation |
getLastTencentGeoLocation()
获取最新原始定位结果(定位SDK返回)
并不能保证该定位信息和吸附使用的定位信息一一对应
|
java.lang.String |
getMainRouteId()
获取主路ID
|
int |
getMatchStatus()
获取匹配状态
|
PosPoint |
getOriginPos()
获取原始点
|
RoadMatchResult |
getRoadMatchResult()
获取路网匹配结果
|
java.util.List<MatchResult> |
getRouteResult()
获取吸附结果
|
void |
setLastTencentGeoLocation(TencentGeoLocation lastTencentGeoLocation) |
byte[] |
toByteArray()
用于将Java层的数据转成二进制数组传递给C层。
|
public java.lang.String getMainRouteId()
MatchLocation
getMainRouteId
在接口中 MatchLocation
public PosPoint getOriginPos()
MatchLocation
getOriginPos
在接口中 MatchLocation
public RoadMatchResult getRoadMatchResult()
MatchLocation
getRoadMatchResult
在接口中 MatchLocation
public java.util.List<MatchResult> getRouteResult()
MatchLocation
getRouteResult
在接口中 MatchLocation
public int getMatchStatus()
MatchLocation
getMatchStatus
在接口中 MatchLocation
MultiRouteMatchStatus
public TencentGeoLocation getLastTencentGeoLocation()
MatchLocation
getLastTencentGeoLocation
在接口中 MatchLocation
public void setLastTencentGeoLocation(TencentGeoLocation lastTencentGeoLocation)
public com.tencent.map.geolocation.databus.base.BaseBusData build(byte[] data)
com.tencent.map.geolocation.databus.base.BaseBusData
build
在类中 com.tencent.map.geolocation.databus.base.BaseBusData
public byte[] toByteArray()
com.tencent.map.geolocation.databus.base.BaseBusData
toByteArray
在类中 com.tencent.map.geolocation.databus.base.BaseBusData