-
- All Implemented Interfaces:
-
android.os.Parcelable
public class HideGpxParams extends AidlParams
-
-
Field Summary
Fields Modifier and Type Field Description private StringfilePathprivate StringfileNamepublic final static Parcelable.Creator<HideGpxParams>CREATOR
-
Constructor Summary
Constructors Constructor Description HideGpxParams(String fileName)HideGpxParams(String filePath, String fileName)HideGpxParams(Parcel in)
-
Method Summary
Modifier and Type Method Description StringgetFilePath()StringgetFileName()voidwriteToBundle(Bundle bundle)-
Methods inherited from class net.osmand.aidlapi.AidlParams
describeContents, readFromParcel, writeToParcel -
Methods inherited from class android.os.Parcelable
describeContents, writeToParcel -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getFilePath
@Nullable() String getFilePath()
-
getFileName
@Nullable() String getFileName()
-
writeToBundle
void writeToBundle(Bundle bundle)
-
-
-
-