EfaPointVerification

class EfaPointVerification(message: EfaMessage?, input: String?, points: List<EfaPoint>, itdOdvAssignedStops: List<EfaPointVerification.AssignedStop>)

Types

AssignedStop
Link copied to clipboard
data class AssignedStop(stopID: Int, name: String, y: String, x: String, mapName: String, value: String, place: String, nameWithPlace: String, distance: Int?, distanceTime: Duration, isTransferStop: Boolean, hasStaticInfo: Boolean, vm: String, gid: String)
Type
Link copied to clipboard
enum Type : Enum<EfaPointVerification.Type>
Usage
Link copied to clipboard
enum Usage : Enum<EfaPointVerification.Usage>

Properties

input
Link copied to clipboard
val input: String?
itdOdvAssignedStops
Link copied to clipboard
message
Link copied to clipboard
val message: EfaMessage?
points
Link copied to clipboard
val points: List<EfaPoint>