![]() |
MapTrip Interface Android Reference Manual 9.9.0
|
Static Public Member Functions | |
| static native int | followMeStartAt (int meters) |
| static native int | getFollowMeEvents () |
| static native int | getFollowMeEventAt (int index) |
| static native int | startFollowGpsPath (String followMeFile) |
| static native int | startFollowMeSimulation (String followMeFile) |
| static native int | setStopMode (FmrStopMode mode) |
| static native int | pauseFollowGpsPath () |
| static native int | continueFollowGpsPath () |
| static native int | stopFollowGpsPath () |
| static native int | isFollowMeRoutePaused () |
| static native int | getFollowMeRouteFile () |
| static native int | addFollowMeEventToRecord (String eventValue) |
| static native int | getFollowMeRoutes () |
| static native int | getFollowMeRouteAt (int index) |
| static void | addListener (FollowMeRouteListener listener) |
| static void | removeListener (FollowMeRouteListener listener) |
| static void | removeAllListeners () |
|
static |
Add the given follow me event to the follow me file that is recorded at the moment Only works if follow me recorder is started
| eventValue | - text to be spoken or shown |
|
static |
|
static |
Switches to the Map view and continues the last paused follow me route to the segment where the follow me route was paused. This can be used to continue at the same route segment at a later point in time.
|
static |
Starts a followMe route guidance at a certain distance (in meters) to destination.
| meters | - Meters to destination of the entire route |
|
static |
Returns an event of a FollowMe route. To iterate over the events, you first have to call FollowMeRoute.getFollowMeEvents() to initialize the list at a certain time.
| index | - Index of the event |
|
static |
Initializes an iterator to get all events with FollowMeRoute.getFollowMeEventAt() of a FollowMe route.
|
static |
Returns a locally available FollowMe route that was published to this device from a pot. To iterate over the routes, you first have to call FollowMeRoute.getFollowMeRoutes() to initialize the list at a certain time.
| index | - Index of the event |
|
static |
Get the file that provides the the current active or paused follow me route
|
static |
Initializes an iterator to get all available FollowMe routes that are published to this device with FollowMeRoute.getFollowMeRouteAt().
|
static |
Ask if a follow me route has been paused.
|
static |
Stops the follow me process and remembers the current position on the follow me route. A paused follow me route can be continued after a restart of MapTrip.
|
static |
|
static |
|
static |
Set how remaining & missed points are handled if a FollowMe route has been stopped or is finished. Default is FmrStopMode.COLLECT.
| mode |
|
|
static |
Switches to the Map view and starts a follow me route. The follow me file is passed as absolute path on the device OR the relative path of the FollowMeServer. The relative path of the FollowMeServer consists of the pot ID, the file name and the file extension ".csv".
| followMeFile | - absolute path and file name on the device or relative path FollowMeServer. The relative path of the FollowMeServer consists of the pot ID, the file name and the file extension ".csv". |
|
static |
Switches to the Map view and starts a follow me route simulation. The follow me file is passed as absolute path on the device OR the relative path of the FollowMeServer. The relative path of the FollowMeServer consists of the pot ID, the file name and the file extension ".csv". A follow me simulation can not be paused.
| followMeFile | - absolute path and file name on the device or relative path FollowMeServer. The relative path of the FollowMeServer consists of the pot ID, the file name and the file extension ".csv". |
|
static |
Indicate the server to stop the current running FollowMe route ( a paused route can not be stopped ).