public class Features
extends java.lang.Object
implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<Features> |
CREATOR |
Constructor and Description |
---|
Features(java.util.List<SpeedLimitSpan> allSpeedLimitSpans) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
java.util.List<SpeedLimitSpan> |
getAllSpeedLimits()
Returns all of the speed limit spans.
|
java.util.List<SpeedLimitSpan> |
getMaximumSpeedLimits()
Returns the maximum speed limit spans.
|
java.util.List<SpeedLimitSpan> |
getRecommendedSpeedLimits()
Returns the recommended speed limit spans.
|
java.util.List<SpeedLimitSpan> |
getSchoolZoneSpeedLimits()
Returns the school zone speed limit spans.
|
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<Features> CREATOR
public Features(java.util.List<SpeedLimitSpan> allSpeedLimitSpans)
public java.util.List<SpeedLimitSpan> getAllSpeedLimits()
public java.util.List<SpeedLimitSpan> getMaximumSpeedLimits()
public java.util.List<SpeedLimitSpan> getRecommendedSpeedLimits()
public java.util.List<SpeedLimitSpan> getSchoolZoneSpeedLimits()
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable