MapTrip SDK Android Manual 9.8.8
FollowMeRouteListener Interface Reference

Follow me callbacks for calculation progress and events and actions along the route.

Public Member Functions

boolean followMeAction (FmrActionType actionType, String eventString)
 
boolean followMeEvent (int eventType, String eventString)
 

Member Function Documentation

◆ followMeAction()

boolean followMeAction ( FmrActionType  actionType,
String  eventString 
)

Is called if there is a system defined action on the currently used follow me route. These events must be added to a previously recorded GPS-NMEA log by the function mta_gps_addEventToLog.

Parameters
actionType- predefined action type FmrActionType
eventString- defined action string
Returns
The return value is currently unused.

◆ followMeEvent()

boolean followMeEvent ( int  eventType,
String  eventString 
)

Is called if there is a user defined event on the currently used follow me route. These events must be added to a previously recorded GPS-NMEA log by the function mta_gps_addEventToLog.

Parameters
eventType- User specific event type
eventString- User specific event string
Returns
The return value is currently unused.

The documentation for this interface was generated from the following file: