ModemManager.LocationCdmaBs

g GObject.Object GObject.Object ModemManager.LocationCdmaBs ModemManager.LocationCdmaBs GObject.Object->ModemManager.LocationCdmaBs

Subclasses:None

Virtual Methods

Inherited:GObject.Object (7)

Properties

None

Signals

Inherited:GObject.Object (1)

Fields

Inherited:GObject.Object (1)
Name Type Access Description
parent GObject.Object r  

Class Details

class ModemManager.LocationCdmaBs(**kwargs)
Bases:GObject.Object
Abstract:No
Structure:ModemManager.LocationCdmaBsClass

The ModemManager.LocationCdmaBs structure contains private data and should only be accessed using the provided API.

get_latitude()
Returns:the latitude, or %MM_LOCATION_LATITUDE_UNKNOWN if unknown.
Return type:float

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:float

Gets the longitude, in the [-180,180] range.

New in version 1.0.