nn::nex::MatchmakeParam::SetUpdateGeoIp Member Function

Syntax

void SetUpdateGeoIp(
     qBool updateGeoIp
);

Parameters

Name Description
in updateGeoIp Whether to use location information.

Return Values

None.

Description

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.

Revision History

2013/12/05
Initial version.

CONFIDENTIAL