Class ILocation.Type

java.lang.Object
ch.ivyteam.ivy.location.ILocation.Type
Enclosing interface:
ILocation

public static class ILocation.Type extends Object
The type of a ILocation
See Also:
API:
This is a public API.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    A location where a user was at a certain point in time
  • Field Details

    • USER_POSITION

      public static final String USER_POSITION

      A location where a user was at a certain point in time

      The mobile app sets this type of location together with the geo position to the user that is working with the mobile app and to the tasks that are worked with on the mobile app.

      See Also:
      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.