get_signaled_3gpp


Description:

[ Version ( since = "1.18" ) ]
public Location3gpp get_signaled_3gpp ()

Gets a Location3gpp object with the current 3GPP location information.

Unlike get_3gpp or get_3gpp_sync, this method does not perform an explicit query. Instead, this method will return the location information that may have been signaled by the modem. Therefore, this method will only succeed if location signaling is enabled (e.g. with setup in the ModemLocation).

Warning:

The values reported by this are not updated when the values in the interface change. Instead, the client is expected to call get_signaled_3gpp again to get a new Location3gpp with the new values.

Parameters:

this

A ModemLocation.

Returns:

A Location3gpp that must be freed with unref or null if none available.