Class GPXOptions

java.lang.Object
com.here.sdk.navigation.GPXOptions

public final class GPXOptions extends Object

Options used when reading the GPX file.

  • Field Details

    • speedInMetersPerSecond

      public double speedInMetersPerSecond

      If there are no timestamps in the GPX file, they will be generated assuming constant speed of movement. Otherwise, this value will be ignored.

  • Constructor Details

    • GPXOptions

      public GPXOptions()

      Creates a new instance.

  • Method Details