Package com.baidu.mapapi.model
Class ParcelItem
java.lang.Object
com.baidu.mapapi.model.ParcelItem
- All Implemented Interfaces:
android.os.Parcelable
-
Nested Class Summary
-
Field Summary
FieldsFields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintandroid.os.BundlevoidsetBundle(android.os.Bundle b) voidwriteToParcel(android.os.Parcel dest, int flags)
-
Field Details
-
CREATOR
-
-
Constructor Details
-
ParcelItem
public ParcelItem()
-
-
Method Details
-
setBundle
public void setBundle(android.os.Bundle b) -
getBundle
public android.os.Bundle getBundle() -
writeToParcel
public void writeToParcel(android.os.Parcel dest, int flags) - Specified by:
writeToParcelin interfaceandroid.os.Parcelable
-
describeContents
public int describeContents()- Specified by:
describeContentsin interfaceandroid.os.Parcelable
-