Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Interfaces

Properties

Variables

Properties

duration

duration: number

id

id: Uuid

latitude

latitude: number

longitude

longitude: number

note

note: string

Variables

type

type: DocumentType<Waypoint> = new kryo.DocumentType<Waypoint>({properties: {id: {type: Uuid.type},latitude: {type: new kryo.Float64Type({notNan: true, notInfinity: true})},longitude: {type: new kryo.Float64Type({notNan: true, notInfinity: true})},note: {type: new kryo.Ucs2StringType({maxLength: 300})},duration: {type: new kryo.Int32Type()}}})

Safe deserializer

Generated using TypeDoc