Package es.situm.sdk.location
Class LocationParametersUpdate
java.lang.Object
es.situm.sdk.location.LocationParametersUpdate
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionRetrieve the list of devices location engined should follow.intintbooleanRetrieve the property that indicates if this parameter should be taken into account (true) or not (false) when applying the update.booleantoString()
-
Method Details
-
isLocationDelimitedByRoute
public boolean isLocationDelimitedByRoute() -
getRouteId
public int getRouteId() -
getRoutePoints
-
getBuildingIdentifier
-
getIdentifier
public int getIdentifier() -
getUpdateDevicesToFollow
public boolean getUpdateDevicesToFollow()Retrieve the property that indicates if this parameter should be taken into account (true) or not (false) when applying the update.- Returns:
- boolean value; true means active, false means not active.
-
getDevicesToFollow
Retrieve the list of devices location engined should follow.- Returns:
- list of identifiers.
-
toString
-