Class GpxImageCorrelationSettings

    • Constructor Detail

      • GpxImageCorrelationSettings

        public GpxImageCorrelationSettings​(long offset,
                                           boolean forceTags)
        Constructs a new GpxImageCorrelationSettings.
        Parameters:
        offset - offset in milliseconds
        forceTags - force tagging of all photos, otherwise prefs are used
      • GpxImageCorrelationSettings

        public GpxImageCorrelationSettings​(long offset,
                                           boolean forceTags,
                                           GpxImageDirectionPositionSettings directionPositionSettings)
        Constructs a new GpxImageCorrelationSettings.
        Parameters:
        offset - offset in milliseconds
        forceTags - force tagging of all photos, otherwise prefs are used
        directionPositionSettings - direction/position settings
    • Method Detail

      • getOffset

        public long getOffset()
        Returns the offset in milliseconds.
        Returns:
        the offset in milliseconds
      • isForceTags

        public boolean isForceTags()
        Determines if tagging of all photos must be forced, otherwise prefs are used
        Returns:
        true if tagging of all photos must be forced, otherwise prefs are used