OsmGpsMap.MapOsd

g GObject.GInterface GObject.GInterface OsmGpsMap.MapLayer OsmGpsMap.MapLayer GObject.GInterface->OsmGpsMap.MapLayer GObject.Object GObject.Object OsmGpsMap.MapOsd OsmGpsMap.MapOsd GObject.Object->OsmGpsMap.MapOsd OsmGpsMap.MapLayer->OsmGpsMap.MapOsd

Subclasses:

None

Methods

Inherited:

GObject.Object (37), OsmGpsMap.MapLayer (4)

Structs:

GObject.ObjectClass (5)

class

new ()

Virtual Methods

Inherited:

GObject.Object (7), OsmGpsMap.MapLayer (4)

Properties

Name

Type

Flags

Short Description

dpad-radius

int

r/w/c

dpad radius

osd-x

int

r/w/c

osd-x

osd-y

int

r/w/c

osd-y

show-coordinates

bool

r/w/c

show coordinates of map centre

show-copyright

bool

r/w/c

show copyright information for build-in map-sources on the map

show-crosshair

bool

r/w/c

show crosshair at map centre

show-dpad

bool

r/w/c

show dpad for map navigation

show-gps-in-dpad

bool

r/w/c

show gps indicator in middle of dpad

show-gps-in-zoom

bool

r/w/c

show gps indicator in middle of zoom control

show-scale

bool

r/w/c

show scale on the map

show-zoom

bool

r/w/c

show zoom control for map navigation

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

parent

GObject.Object

r

Class Details

class OsmGpsMap.MapOsd(**kwargs)
Bases:

GObject.Object, OsmGpsMap.MapLayer

Abstract:

No

Structure:

OsmGpsMap.MapOsdClass

classmethod new()
Returns:

the newly created OsmGpsMap.MapOsd instance

Return type:

OsmGpsMap.MapOsd

Creates a new instance of OsmGpsMap.MapOsd.

Property Details

OsmGpsMap.MapOsd.props.dpad_radius
Name:

dpad-radius

Type:

int

Default Value:

30

Flags:

READABLE, WRITABLE, CONSTRUCT

The dpad radius property.

OsmGpsMap.MapOsd.props.osd_x
Name:

osd-x

Type:

int

Default Value:

10

Flags:

READABLE, WRITABLE, CONSTRUCT

The osd x property.

OsmGpsMap.MapOsd.props.osd_y
Name:

osd-y

Type:

int

Default Value:

10

Flags:

READABLE, WRITABLE, CONSTRUCT

The osd y property.

OsmGpsMap.MapOsd.props.show_coordinates
Name:

show-coordinates

Type:

bool

Default Value:

True

Flags:

READABLE, WRITABLE, CONSTRUCT

The show coordinates of map centre property.

Name:

show-copyright

Type:

bool

Default Value:

True

Flags:

READABLE, WRITABLE, CONSTRUCT

The show copyright property.

New in version 1.2.0.

OsmGpsMap.MapOsd.props.show_crosshair
Name:

show-crosshair

Type:

bool

Default Value:

False

Flags:

READABLE, WRITABLE, CONSTRUCT

The show crosshair at map centre property.

OsmGpsMap.MapOsd.props.show_dpad
Name:

show-dpad

Type:

bool

Default Value:

False

Flags:

READABLE, WRITABLE, CONSTRUCT

The show dpad for map navigation property.

OsmGpsMap.MapOsd.props.show_gps_in_dpad
Name:

show-gps-in-dpad

Type:

bool

Default Value:

False

Flags:

READABLE, WRITABLE, CONSTRUCT

The show gps indicator in middle of dpad property.

OsmGpsMap.MapOsd.props.show_gps_in_zoom
Name:

show-gps-in-zoom

Type:

bool

Default Value:

False

Flags:

READABLE, WRITABLE, CONSTRUCT

The show gps indicator in middle of zoom control property.

OsmGpsMap.MapOsd.props.show_scale
Name:

show-scale

Type:

bool

Default Value:

True

Flags:

READABLE, WRITABLE, CONSTRUCT

The show scale on the map property.

OsmGpsMap.MapOsd.props.show_zoom
Name:

show-zoom

Type:

bool

Default Value:

False

Flags:

READABLE, WRITABLE, CONSTRUCT

The show zoom control for map navigation property.