Top |
The MMLocationCdmaBs is an object handling the location information of the CDMA base station in which the modem is registered.
This object is retrieved with either mm_modem_location_get_cdma_bs()
,
mm_modem_location_get_cdma_bs_sync()
, mm_modem_location_get_full()
or
mm_modem_location_get_full_sync()
.
gdouble
mm_location_cdma_bs_get_latitude (MMLocationCdmaBs *self
);
Gets the latitude, in the [-90,90] range.
gdouble
mm_location_cdma_bs_get_longitude (MMLocationCdmaBs *self
);
Gets the longitude, in the [-180,180] range.
struct MMLocationCdmaBs;
The MMLocationCdmaBs structure contains private data and should only be accessed using the provided API.