void SetUpdateGeoIp( qBool updateGeoIp );
Name | Description | |
---|---|---|
in | updateGeoIp | Whether to use location information. |
Set whether to update location information.
Set whether to update location information. This function can be used on the MatchmakeParam
object of the MatchmakeSession
specified in the MatchmakeExtensionClient::UpdateMatchmakeSession
function. If updating, the location is updated with the current position of the local user. If the parameter for whether to update location information is not set, updating occurs. If the location information recorded on the serve is not updated, you must get the applicable matchmaking session from the server, and use that MatchmakeParam
object. If the MatchmakeParam
generated by a client is used to configure and not to update, the location information is deleted.
CONFIDENTIAL