-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class MMFeedback implements Parcelable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
MMFeedback.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Long
drTimestamp
private final LatLon
location
private final Integer
heading
private final Float
speed
private final Double
bestPosUnc
private final Double
worstPosUnc
private final Double
anglePosUnc
private final Double
hdgUnc
private final Boolean
isRightHandTraffic
private final Boolean
isOneWayEdge
private final Boolean
isInServiceArea
private final Boolean
isInParkingLot
private final Boolean
isTunnel
private final Boolean
isOffRoad
private final Boolean
isFerry
private final Float
altitude
private final Integer
confidence
private final Integer
probability
private final Integer
roadCandidates
private final Integer
numberOfLanes
private final Float
distFromBifurcationBehind
-
Constructor Summary
Constructors Constructor Description MMFeedback(Parcel source)
-
Method Summary
Modifier and Type Method Description final Long
getDrTimestamp()
final LatLon
getLocation()
final Integer
getHeading()
final Float
getSpeed()
final Double
getBestPosUnc()
final Double
getWorstPosUnc()
final Double
getAnglePosUnc()
final Double
getHdgUnc()
final Boolean
isRightHandTraffic()
final Boolean
isOneWayEdge()
final Boolean
isInServiceArea()
final Boolean
isInParkingLot()
final Boolean
isTunnel()
final Boolean
isOffRoad()
final Boolean
isFerry()
final Float
getAltitude()
final Integer
getConfidence()
final Integer
getProbability()
final Integer
getRoadCandidates()
final Integer
getNumberOfLanes()
final Float
getDistFromBifurcationBehind()
Integer
describeContents()
Unit
writeToParcel(Parcel dest, Integer flags)
-
-
Constructor Detail
-
MMFeedback
MMFeedback(Parcel source)
-
-
Method Detail
-
getDrTimestamp
final Long getDrTimestamp()
-
getLocation
final LatLon getLocation()
-
getHeading
final Integer getHeading()
-
getBestPosUnc
final Double getBestPosUnc()
-
getWorstPosUnc
final Double getWorstPosUnc()
-
getAnglePosUnc
final Double getAnglePosUnc()
-
isRightHandTraffic
final Boolean isRightHandTraffic()
-
isOneWayEdge
final Boolean isOneWayEdge()
-
isInServiceArea
final Boolean isInServiceArea()
-
isInParkingLot
final Boolean isInParkingLot()
-
getAltitude
final Float getAltitude()
-
getConfidence
final Integer getConfidence()
-
getProbability
final Integer getProbability()
-
getRoadCandidates
final Integer getRoadCandidates()
-
getNumberOfLanes
final Integer getNumberOfLanes()
-
getDistFromBifurcationBehind
final Float getDistFromBifurcationBehind()
-
describeContents
Integer describeContents()
-
writeToParcel
Unit writeToParcel(Parcel dest, Integer flags)
-
-
-
-