Package | Description |
---|---|
com.baidu.mapapi.realtimebus |
Modifier and Type | Method and Description |
---|---|
static RealTimeBusStatus |
RealTimeBusStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RealTimeBusStatus[] |
RealTimeBusStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RealtimeBusNotifyListener.getOffBusNotify(RealTimeBusStatus info)
下车提醒状态回调
|
void |
RealtimeBusNotifyListener.getOnBusNotify(RealTimeBusStatus info)
上车提醒状态回调
|