Preparing search index...

    Variable CoursePointTypeSchemaConst

    CoursePointTypeSchema: TUnion<
        [
            TLiteral<"VesselPosition">,
            TLiteral<"RoutePoint">,
            TLiteral<"Location">,
        ],
    > = ...

    Type of course point.