LpfTripPart

LpfTripPart — A part of a trip

Properties

LpfStop * end Read / Write / Construct
gchar * line Read / Write / Construct
LpfStop * start Read / Write / Construct
gpointer stops Read / Write / Construct

Object Hierarchy

    GObject
    ╰── LpfTripPart

Description

A LpfTripPart represents a part of a trip. It has a start and end LpfStop.

Functions

Types and Values

Property Details

The “end” property

  “end”                      LpfStop *

The end location and date/time.

Flags: Read / Write / Construct


The “line” property

  “line”                     gchar *

The Line that operates between start and end.

Flags: Read / Write / Construct

Default value: ""


The “start” property

  “start”                    LpfStop *

The start location and date/time.

Flags: Read / Write / Construct


The “stops” property

  “stops”                    gpointer

Stops between start and end.

Flags: Read / Write / Construct