-
- All Implemented Interfaces:
-
android.os.Parcelable
public class ImportGpxParams extends AidlParams
-
-
Field Summary
Fields Modifier and Type Field Description private FilegpxFileprivate UrigpxUriprivate StringsourceRawDataprivate StringdestinationPathprivate Stringcolorpublic final static Parcelable.Creator<ImportGpxParams>CREATOR
-
Constructor Summary
Constructors Constructor Description ImportGpxParams(File gpxFile, String destinationPath, String color, boolean show)ImportGpxParams(Uri gpxUri, String destinationPath, String color, boolean show)ImportGpxParams(String sourceRawData, String destinationPath, String color, boolean show)ImportGpxParams(Parcel in)
-
Method Summary
Modifier and Type Method Description FilegetGpxFile()UrigetGpxUri()StringgetSourceRawData()StringgetDestinationPath()StringgetColor()booleanisShow()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
-
getGpxFile
File getGpxFile()
-
getSourceRawData
String getSourceRawData()
-
getDestinationPath
String getDestinationPath()
-
isShow
boolean isShow()
-
writeToBundle
void writeToBundle(Bundle bundle)
-
-
-
-