api: support location assistance data
Sometimes SUPL-server based A-GPS is not possible, e.g. if the module doesn't have Internet connectivity. In such cases, the modem may support injecting additional "assistance data" that may be downloaded from the Internet using external means (e.g. WiFi), in order to keep having a quick time to first fix. We now support using this location assistance data, with the following new API elements: * A new mask of supported assistance data types is provided in the SupportedAssistanceData property. * A new list of URLs from where the aassistance data may be downloaded is also provided in a new AssistanceDataServers property. * A new InjectAssistanceData() method is provided, to perform the data injection in the module once it's been downloaded to the host system.
This commit is contained in:

committed by
Dan Williams

parent
0798f32362
commit
091bf4dbd8
@@ -31,6 +31,7 @@ MMModemCdmaRegistrationState
|
||||
MMModemCdmaRmProtocol
|
||||
MMModemContactsStorage
|
||||
MMModemLocationSource
|
||||
MMModemLocationAssistanceDataType
|
||||
MMModemLock
|
||||
MMModemMode
|
||||
MMModemState
|
||||
|
Reference in New Issue
Block a user