EfaPoint

sealed class EfaPoint

Types

Any
Link copied to clipboard
class Any : EfaPoint
Crossing
Link copied to clipboard
class Crossing : EfaPoint
ObjectType
Link copied to clipboard
enum ObjectType : Enum<EfaPoint.ObjectType>
Place
Link copied to clipboard
class Place : EfaPoint
Poi
Link copied to clipboard
class Poi : EfaPoint
PostCode
Link copied to clipboard
class PostCode : EfaPoint
SingleHouse
Link copied to clipboard
class SingleHouse : EfaPoint
Stop
Link copied to clipboard
class Stop : EfaPoint
Street
Link copied to clipboard
class Street : EfaPoint

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

name
Link copied to clipboard
val name: String

The name of this point

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

Inheritors

EfaPoint
Link copied to clipboard
EfaPoint
Link copied to clipboard
EfaPoint
Link copied to clipboard
EfaPoint
Link copied to clipboard
EfaPoint
Link copied to clipboard
EfaPoint
Link copied to clipboard
EfaPoint
Link copied to clipboard
EfaPoint
Link copied to clipboard