Metadata of a document

Hi,

I want to know how to get metadata of an image (like geolocation containing latitude and longitude). Is there a way to get it at all?

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    You can get these details while working with task (Mobile)

    When the option Capture location on submission (only supported in Appian Mobile) is enabled, Submission Location result data is available in the Outputs section of the Data tab. Submission Location has the following fields:

    • location: The geographical location from where the task is submitted. This is only available when the task is submitted from Appian Mobile application. It has the following fields:
      • latitude: The latitude, measured in degrees.
      • longitude: The longitude, measured in degrees.
      • altitude: The altitude, measured in meters.
      • horizontalAccuracy: The radius of uncertainty for the location, expressed in meters.
      • verticalAccuracy: The uncertainty in the altitude value of the location, expressed in meters.
    • isAvailable: Indicates whether location is captured for the submitted task. Returns true if location is captured, false otherwise.
    • errorStatus: Indicates the reason for missing location. This field is only populated if the isAvailable is false. It can have one of the following values:
      • NOT_AUTHORIZED: Indicates that access to location services was denied by the user from the mobile application.
      • NOT_AVAILABLE: Indicates that the location could not be obtained.
      • NOT_SUPPORTED: Indicates that the task was submitted from web or from an older version of the mobile application.
      • DISABLED_BY_ADMINISTRATOR: Indicates that the system administrator has disabled the 'Enable Location Capture' option from the Appian Administrator Console.

    More Details here

  • 0
    Certified Lead Developer
    in reply to aditya007

    Captured geolocation of a task submission doesn't seem to be what the original poster was asking about.

Reply Children