-
- All Implemented Interfaces:
public class CVPJumpEvent extends ApplicationEventCVPJumpEvent Schema model object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classCVPJumpEvent.Builder
-
Method Summary
Modifier and Type Method Description ObjectgetTrigger()Trigger OFFROAD for changes in the CVP go from a Matched Road location to a raw DR location Trigger SNAPBACK for changes in the CVP go from a raw DR location to a Matched Road location DoublegetRawDRLat()Insert Raw Dead Reckoning DR Latitude DoublegetRawDRLon()Insert Raw Dead Reckoning DR longitude DoublegetDREHPE()Insert Raw Dead Reckoning DR EHPE DoublegetMatchedRoadLat()Insert Matched Road latitude DoublegetMatchedRoadLon()Insert Matched Road longitude EventTypegetEventType()Get CVPJumpEvent's EventType static CVPJumpEvent.Builderbuilder()-
Methods inherited from class com.telenav.sdk.datacollector.model.event.ApplicationEvent
getEventData -
Methods inherited from class com.telenav.sdk.datacollector.model.event.Event
getFormatType, getLogContext -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getTrigger
Object getTrigger()
Trigger OFFROAD for changes in the CVP go from a Matched Road location to a raw DR location Trigger SNAPBACK for changes in the CVP go from a raw DR location to a Matched Road location
-
getRawDRLat
Double getRawDRLat()
Insert Raw Dead Reckoning DR Latitude
-
getRawDRLon
Double getRawDRLon()
Insert Raw Dead Reckoning DR longitude
-
getMatchedRoadLat
Double getMatchedRoadLat()
Insert Matched Road latitude
-
getMatchedRoadLon
Double getMatchedRoadLon()
Insert Matched Road longitude
-
getEventType
EventType getEventType()
Get CVPJumpEvent's EventType
-
builder
static CVPJumpEvent.Builder builder()
-
-
-
-