[6.5.0] add voice

This commit is contained in:
EmArrow
2024-07-04 14:04:24 +08:00
parent 2c2aaff71e
commit a93c0d45c1
3 changed files with 14 additions and 0 deletions

View File

@@ -70,6 +70,14 @@ object CallerMapRoadListenerManager : CallerBase<IMoGoMapRoadListener>() {
}
}
fun getStopLineDistance(): Double? {
return if (mStopLine == null) {
null
} else {
mStopLine!!.distance
}
}
@ChainLog(
linkChainLog = ChainConstant.CHAIN_TYPE_STATUS,
linkCode = ChainConstant.CHAIN_SOURCE_MAP,