public abstract static class Route.Bucket extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
abstract float |
getBucketStart()
Get the starting position of this bucket.
|
abstract double |
getEndOffset()
Get the end offset.
|
abstract int |
getSpeedBucketID()
Get the speed bucket ID.
|
abstract List<GeoPoint> |
getSpeedBucketPoints()
Get the
List of speed bucket points. |
abstract double |
getStartOffset()
Get the start offset.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwriteToParcelpublic abstract int getSpeedBucketID()
public abstract double getStartOffset()
public abstract double getEndOffset()
public abstract List<GeoPoint> getSpeedBucketPoints()
List of speed bucket points.List of speed bucket points.public abstract float getBucketStart()
public int describeContents()
describeContents in interface ParcelableCopyright © 2013-2016 INRIX, Inc. All Rights Reserved.