PFLocationModel データ モデル。
構文
typedef struct PFLocationModel {
const char* city;
PFContinentCode const* continentCode;
PFCountryCode const* countryCode;
double const* latitude;
double const* longitude;
} PFLocationModel;
メンバー
city const char*
が null で終わる
(省略可能) 市区町村名。
continentCode
PFContinentCode const*
nullptr でもかまいません
(省略可能) この場所の 2 文字の大陸コード。
countryCode
PFCountryCode const*
nullptr でもかまいません
(省略可能) 場所に関連付けられている国の 2 文字の ISO 3166-1 国コード。
latitude double const*
nullptr でもかまいません
(省略可能) 地理的な場所の緯度座標。
longitude double const*
nullptr でもかまいません
(省略可能) 地理的な場所の経度座標。
要件
ヘッダー: PFTypes.h