Class LocationParametersUpdate

java.lang.Object
es.situm.sdk.location.LocationParametersUpdate

public class LocationParametersUpdate extends Object
  • Method Details

    • isLocationDelimitedByRoute

      public boolean isLocationDelimitedByRoute()
    • getRouteId

      public int getRouteId()
    • getRoutePoints

      public List<Point> getRoutePoints()
    • getBuildingIdentifier

      public String 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

      public List<String> getDevicesToFollow()
      Retrieve the list of devices location engined should follow.
      Returns:
      list of identifiers.
    • toString

      @NonNull public String toString()
      Overrides:
      toString in class Object