-
- All Implemented Interfaces:
-
android.os.Parcelable
public class AppInfoParams extends AidlParams
-
-
Field Summary
Fields Modifier and Type Field Description private ALatLonlastKnownLocationprivate ALatLonmapLocationprivate ALatLondestinationLocationprivate BundleturnInfoprivate BundleversionsInfoprivate intleftTimeprivate intleftDistanceprivate longarrivalTimeprivate StringosmAndVersionprivate StringreleaseDateprivate ArrayList<String>routingDatapublic final static Parcelable.Creator<AppInfoParams>CREATOR
-
Constructor Summary
Constructors Constructor Description AppInfoParams(ALatLon lastKnownLocation, ALatLon mapLocation, Bundle turnInfo, int leftTime, int leftDistance, long arrivalTime, boolean mapVisible)AppInfoParams(Parcel in)
-
Method Summary
Modifier and Type Method Description ALatLongetLastKnownLocation()ALatLongetMapLocation()ALatLongetDestinationLocation()voidsetDestinationLocation(ALatLon destinationLocation)BundlegetTurnInfo()BundlegetVersionsInfo()voidsetVersionsInfo(Bundle versionsInfo)intgetLeftTime()intgetLeftDistance()longgetArrivalTime()StringgetOsmAndVersion()voidsetOsmAndVersion(String osmAndVersion)StringgetReleaseDate()voidsetReleaseDate(String releaseDate)voidsetRoutingData(List<String> routingData)booleanisMapVisible()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
-
getLastKnownLocation
ALatLon getLastKnownLocation()
-
getMapLocation
ALatLon getMapLocation()
-
getDestinationLocation
ALatLon getDestinationLocation()
-
setDestinationLocation
void setDestinationLocation(ALatLon destinationLocation)
-
getTurnInfo
Bundle getTurnInfo()
-
getVersionsInfo
Bundle getVersionsInfo()
-
setVersionsInfo
void setVersionsInfo(Bundle versionsInfo)
-
getLeftTime
int getLeftTime()
-
getLeftDistance
int getLeftDistance()
-
getArrivalTime
long getArrivalTime()
-
getOsmAndVersion
String getOsmAndVersion()
-
setOsmAndVersion
void setOsmAndVersion(String osmAndVersion)
-
getReleaseDate
String getReleaseDate()
-
setReleaseDate
void setReleaseDate(String releaseDate)
-
setRoutingData
void setRoutingData(List<String> routingData)
-
isMapVisible
boolean isMapVisible()
-
writeToBundle
void writeToBundle(Bundle bundle)
-
-
-
-