MapTrip SDK Android Manual 9.9.7
FollowMeInfo Class Reference
+ Inheritance diagram for FollowMeInfo:

Public Member Functions

boolean equals (Object o)
 
String getName ()
 
FollowMeInfo getParent ()
 
String getPath ()
 
FollowMeInfoType getType ()
 
Iterable< FollowMeInfolistChildren ()
 

Static Public Member Functions

static boolean existsServerFile (final String fmrFileName)
 
static Iterable< FollowMeInfolistRoutes ()
 
static boolean synchronize ()
 

Detailed Description

Member Function Documentation

◆ equals()

boolean equals ( Object  o)
inherited

◆ existsServerFile()

static boolean existsServerFile ( final String  fmrFileName)
static

Checks, if a file exists on the FollowMeServer.

Returns
true, if file exists on the server in the customers main folder..

◆ getName()

String getName ( )

Returns
Name of the FollowMe Route

◆ getParent()

FollowMeInfo getParent ( )

Returns
Parent of this info item or a null object, if there is no parent

◆ getPath()

String getPath ( )

Returns
Complete path of the FollowMe Route. If it is a Server Route, the file may not exist on the client!

◆ getType()

FollowMeInfoType getType ( )

Returns
Type of this info item

◆ listChildren()

Iterable< FollowMeInfo > listChildren ( )

Returns
Iterator of all children of this item.

◆ listRoutes()

static Iterable< FollowMeInfo > listRoutes ( )
static

Get a list of FollowMeInfoItems of all FollowMe routes, that are available on the device and on the FollowMeServer.

Returns
List of FollowMeInfoItems.

◆ synchronize()

static boolean synchronize ( )
static

Download new FollowMeRoutes from the FollowMeServer and upload FollowMeRoutes from the local upload folder to the server.

Returns
true, if the synchronization has started

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