Types

namedtuple toga.LatLng(lat, lng)

A geographic coordinate.

Fields:
  1.  lat (float) – Latitude

  2.  lng (float) – Longitude

namedtuple toga.Position(x, y)

A 2D window position.

Fields:
  1.  x (int) – X coordinate, in CSS pixels.

  2.  y (int) – Y coordinate, in CSS pixels.

namedtuple toga.Size(width, height)

A 2D window size.

Fields:
  1.  width (int) – Width

  2.  height (int) – Height