[6.5.0] add voice
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user