Stop

class Stop : EfaPoint

Constructors

Stop
Link copied to clipboard
fun Stop(name: String, reference: EfaReference? = null, stateless: String? = null, sort: Int? = null, quality: Int? = null, infos: String? = null, hasStaticInfo: Boolean = false, obj: String? = null, postTown: String? = null, modes: Set<EfaMeansOfTransport>? = null)

Utility constructor to create a Stop for requests

Properties

hasStaticInfo
Link copied to clipboard
val hasStaticInfo: Boolean = false

Whether the EFA server has static info on this point

infos
Link copied to clipboard
val infos: String? = null

The infos associated with this point

modes
Link copied to clipboard
var modes: Set<EfaMeansOfTransport>? = null

The means of transport associated with this stop

name
Link copied to clipboard
val name: String

The name of this point

obj
Link copied to clipboard
var obj: String? = null

The object title of this stop

posttown
Link copied to clipboard
var posttown: String? = null

The post town of this stop

quality
Link copied to clipboard
val quality: Int? = null

The request match quality of this point

ref
Link copied to clipboard
val ref: EfaReference? = null

The point reference of this point

sort
Link copied to clipboard
val sort: Int? = null

The sort index of this point

stateless
Link copied to clipboard
val stateless: String? = null

The stateless identifier of this point

type
Link copied to clipboard
var type: EfaPointVerification.Type? = null

The point verification type of this point

usage
Link copied to clipboard
var usage: EfaPointVerification.Usage? = null

The point verification usage of this point