GPXOptions (API Reference)
Package com.here.sdk.navigation
Class GPXOptions
java.lang.Object
com.here.sdk.navigation.GPXOptions
Options used when reading the GPX file.
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoubleIf there are no timestamps in the GPX file, they will be generated assuming constant speed of movement. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
speedInMetersPerSecond
public double speedInMetersPerSecondIf 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