Shumate.Coordinate¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
class |
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class Shumate.Coordinate(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
A simple object implementing [iface`Location`].
- classmethod new()¶
- Returns:
the created instance.
- Return type:
Creates a new instance of
Shumate.Coordinate
.
- classmethod new_full(latitude, longitude)¶
- Parameters:
- Returns:
the created instance.
- Return type:
Creates a new instance of
Shumate.Coordinate
initialized with the given coordinates.