OsmGpsMap.MapPolygon¶
- Subclasses:
 None
Methods¶
- Inherited:
 - Structs:
 
class  | 
  | 
  | 
Virtual Methods¶
- Inherited:
 
Properties¶
Name  | 
Type  | 
Flags  | 
Short Description  | 
|---|---|---|---|
r/w/c  | 
can polygons have points inserted using breakers  | 
||
r/w/c  | 
should this polygon be editable  | 
||
r/w/c  | 
sets the translucency of the shaded area of a polygon  | 
||
r/w/c  | 
should this polygon be shaded  | 
||
r/w/c  | 
list of points for the polygon  | 
||
r/w/c  | 
should this poly be visible  | 
Signals¶
- Inherited:
 
Fields¶
- Inherited:
 
Name  | 
Type  | 
Access  | 
Description  | 
|---|---|---|---|
parent  | 
r  | 
Class Details¶
- class OsmGpsMap.MapPolygon(**kwargs)¶
 - Bases:
 - Abstract:
 No
- Structure:
 
- classmethod new()¶
 - Return type:
 
- get_track()¶
 - Returns:
 The
OsmGpsMap.MapTrackof the polygon- Return type:
 
Get track from the polygon
Property Details¶
- OsmGpsMap.MapPolygon.props.breakable¶
 - 
can polygons have points inserted using breakers
 
- OsmGpsMap.MapPolygon.props.editable¶
 - 
should this polygon be editable
 
- OsmGpsMap.MapPolygon.props.shade_alpha¶
 - 
sets the translucency of the shaded area of a polygon
 
- OsmGpsMap.MapPolygon.props.shaded¶
 - 
should this polygon be shaded
 
- OsmGpsMap.MapPolygon.props.track¶
 - 
list of points for the polygon