Champlain.Location¶
- Implementations:
Methods¶
|
|
|
Virtual Methods¶
|
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
The latitude coordonate |
||
r/w |
The longitude coordonate |
Signals¶
None
Fields¶
None
Class Details¶
- class Champlain.Location¶
- Bases:
- Structure:
An interface common to objects having latitude and longitude.
- get_latitude()¶
- Returns:
the latitude coordinate.
- Return type:
Gets the latitude coordinate.
New in version 0.10.
- get_longitude()¶
- Returns:
the longitude coordinate.
- Return type:
Gets the longitude coordinate.
New in version 0.10.
- set_location(latitude, longitude)¶
-
Sets the coordinates of the location
New in version 0.10.
- do_get_latitude() virtual¶
- Returns:
the latitude coordinate.
- Return type:
Gets the latitude coordinate.
New in version 0.10.
- do_get_longitude() virtual¶
- Returns:
the longitude coordinate.
- Return type:
Gets the longitude coordinate.
New in version 0.10.
Property Details¶
- Champlain.Location.props.latitude¶
-
The latitude coordonate
New in version 0.10.