-
- All Implemented Interfaces:
-
android.os.Parcelable
public class AFavorite extends AidlParams
-
-
Method Summary
Modifier and Type Method Description doublegetLat()doublegetLon()StringgetName()StringgetDescription()StringgetAddress()StringgetCategory()StringgetColor()booleanisVisible()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
-
getLat
double getLat()
-
getLon
double getLon()
-
getDescription
String getDescription()
-
getAddress
String getAddress()
-
getCategory
String getCategory()
-
isVisible
boolean isVisible()
-
writeToBundle
void writeToBundle(Bundle bundle)
-
-
-
-