VAMP Unity Plugin 5.1.1
 
Loading...
Searching...
No Matches
VAMP.Location Struct Reference

国情報を定義します。 More...

Public Member Functions

 Location (string countryCode, string region)
 Locationインスタンスを取得します。
 

Static Public Attributes

static readonly string UnknownCountryCode = "99"
 国コードが不明な場合の国コード
 

Properties

string CountryCode [get]
 国コード
 
string Region [get]
 地域コード
 

Detailed Description

国情報を定義します。

Constructor & Destructor Documentation

◆ Location()

VAMP.Location.Location ( string countryCode,
string region )
inline

Locationインスタンスを取得します。

Parameters
countryCode国コード
region地域コード

Property Documentation

◆ CountryCode

string VAMP.Location.CountryCode
get

国コード

2文字の国コード(JP, USなど)を取得します。 IPから国を判別できなかった、リクエストがタイムアウトしたなど、 正常に値が返せない場合は"99"が返却されます。 [UnityPluginで国判定するサンプル] (https://gist.github.com/mukae-ss/9131fa350e09db77dbab247500c94750)

◆ Region

string VAMP.Location.Region
get

地域コード

地域コードはISO_3166-2に準拠したコードを返します。 ISO_3166-2(JP) ISO_3166-2(US)