| | |
| | | tripStatus = "ENROUTE_TO_DROPOFF"; |
| | | switch (language){ |
| | | case 1: |
| | | audioUrl = "http://182.160.16.251:81/files/audio/system/OnboardReminder-CN.mp3"; |
| | | audioUrl = "https://igo.i-go.group/files/audio/system/OnboardReminder-CN.mp3"; |
| | | break; |
| | | case 2: |
| | | audioUrl = "http://182.160.16.251:81/files/audio/system/OnboardReminder-EN.mp3"; |
| | | audioUrl = "https://igo.i-go.group/files/audio/system/OnboardReminder-EN.mp3"; |
| | | break; |
| | | case 3: |
| | | audioUrl = "http://182.160.16.251:81/files/audio/system/OnboardReminder-FR.mp3"; |
| | | audioUrl = "https://igo.i-go.group/files/audio/system/OnboardReminder-FR.mp3"; |
| | | break; |
| | | } |
| | | break; |
| | |
| | | tripStatus = "COMPLETE"; |
| | | switch (language){ |
| | | case 1: |
| | | audioUrl = "http://182.160.16.251:81/files/audio/system/ReachDestination-CN.mp3"; |
| | | audioUrl = "https://igo.i-go.group/files/audio/system/ReachDestination-CN.mp3"; |
| | | break; |
| | | case 2: |
| | | audioUrl = "http://182.160.16.251:81/files/audio/system/ReachDestination-EN.mp3"; |
| | | audioUrl = "https://igo.i-go.group/files/audio/system/ReachDestination-EN.mp3"; |
| | | break; |
| | | case 3: |
| | | audioUrl = "http://182.160.16.251:81/files/audio/system/ReachDestination-FR.mp3"; |
| | | audioUrl = "https://igo.i-go.group/files/audio/system/ReachDestination-FR.mp3"; |
| | | break; |
| | | } |
| | | break; |