Radar Event
class RadarEvent(_id: String, createdAt: Date, actualCreatedAt: Date, live: Boolean, type: RadarEvent.RadarEventType, geofence: RadarGeofence?, place: RadarPlace?, region: RadarRegion?, beacon: RadarBeacon?, trip: RadarTrip?, alternatePlaces: Array<RadarPlace>?, verifiedPlace: RadarPlace?, verification: RadarEvent.RadarEventVerification, confidence: RadarEvent.RadarEventConfidence, duration: Float, location: Location)
Content copied to clipboard
Represents a change in user state.
Constructors
RadarEvent
Link copied to clipboard
fun RadarEvent(_id: String, createdAt: Date, actualCreatedAt: Date, live: Boolean, type: RadarEvent.RadarEventType, geofence: RadarGeofence?, place: RadarPlace?, region: RadarRegion?, beacon: RadarBeacon?, trip: RadarTrip?, alternatePlaces: Array<RadarPlace>?, verifiedPlace: RadarPlace?, verification: RadarEvent.RadarEventVerification, confidence: RadarEvent.RadarEventConfidence, duration: Float, location: Location)
Content copied to clipboard
Types
RadarEventConfidence
Link copied to clipboard
RadarEventType
Link copied to clipboard
RadarEventVerification
Link copied to clipboard
Functions
toJson
Link copied to clipboard
Properties
actualCreatedAt
Link copied to clipboard
alternatePlaces
Link copied to clipboard
beacon
Link copied to clipboard
confidence
Link copied to clipboard
geofence
Link copied to clipboard
place
Link copied to clipboard
region
Link copied to clipboard
type
Link copied to clipboard
verification
Link copied to clipboard
verifiedPlace
Link copied to clipboard