ModemManager.LocationGpsRaw¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class ModemManager.LocationGpsRaw(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
The
ModemManager.LocationGpsRaw
structure contains private data and should only be accessed using the provided API.- get_altitude()¶
- Returns:
the altitude, or %MM_LOCATION_ALTITUDE_UNKNOWN if unknown.
- Return type:
Gets the altitude, in the [-90,90] range.
New in version 1.0.
- get_latitude()¶
- Returns:
the latitude, or %MM_LOCATION_LATITUDE_UNKNOWN if unknown.
- Return type:
Gets the latitude, in the [-90,90] range.
New in version 1.0.
- get_longitude()¶
- Returns:
the longitude, or %MM_LOCATION_LONGITUDE_UNKNOWN if unknown.
- Return type:
Gets the longitude, in the [-180,180] range.
New in version 1.0.