|
|
Set whether partial updates can be accepted.
If partial updates are allowed, then timestamp is the only mandatory field. All other information like latitude, longitude etc. can be missing from the returned position information. - Parameters:
-
| aAcceptPartialUpdates | If this parameter is set to true then the server can choose to return only the timestamp value for a position request. All other fields like latitude, longitude and altitude etc are taken as optional fields. If it is false, then it is mandatory for the server to return all fields of the basic position information. The default value is false. |
- Postcondition:
- the client should invoke RPositioner::SetUpdateOptions() to set this option for the current session.
|