public class PedestrianSession.PedestrianEvent
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
static int |
action
后续拓展事件,此时
PedestrianSession.EventHandler.onPedestrianGuide(int, String) 中返回字符串为空 |
static int |
speak
播报事件,此时
PedestrianSession.EventHandler.onPedestrianGuide(int, String) 中返回字符串为播报内容 |
static int |
textChanged
步行导航引导文本发生变化
|
构造器和说明 |
---|
PedestrianEvent() |
public static final int action
PedestrianSession.EventHandler.onPedestrianGuide(int, String)
中返回字符串为空public static final int speak
PedestrianSession.EventHandler.onPedestrianGuide(int, String)
中返回字符串为播报内容public static final int textChanged
©Mapbar Engine Team;All Rights Reserved