-
- All Implemented Interfaces:
-
android.os.Parcelable
public class AMapPoint extends AidlParams
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringPOINT_IMAGE_URI_PARAMpublic final static StringPOINT_SPEED_PARAMpublic final static StringPOINT_TYPE_ICON_NAME_PARAMpublic final static StringPOINT_STALE_LOC_PARAMpublic final static StringPOINT_BEARING_PARAMprivate Stringidprivate StringshortNameprivate StringfullNameprivate StringtypeNameprivate StringlayerIdprivate intcolorprivate ALatLonlocationpublic final static Parcelable.Creator<AMapPoint>CREATOR
-
Method Summary
Modifier and Type Method Description StringgetId()StringgetShortName()StringgetFullName()StringgetTypeName()StringgetLayerId()intgetColor()ALatLongetLocation()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
-
getShortName
String getShortName()
-
getFullName
String getFullName()
-
getTypeName
String getTypeName()
-
getLayerId
String getLayerId()
-
getColor
int getColor()
-
getLocation
ALatLon getLocation()
-
writeToBundle
void writeToBundle(Bundle bundle)
-
-
-
-