Champlain.Coordinate¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
class |
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class Champlain.Coordinate(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
The
Champlain.Coordinate
structure contains only private data and should be accessed using the provided APINew in version 0.10.
- classmethod new()¶
- Returns:
the created instance.
- Return type:
Creates a new instance of
Champlain.Coordinate
.New in version 0.10.
- classmethod new_full(latitude, longitude)¶
- Parameters:
- Returns:
the created instance.
- Return type:
Creates a new instance of
Champlain.Coordinate
initialized with the given coordinates.New in version 0.10.