Skip to main content
PFSegmentsPlayerLocation data model.

Syntax

Members

city   const char*
is null-terminated
(Optional) City of the player’s geographic location. continentCode   PFContinentCode The two-character continent code for this location. countryCode   PFCountryCode The two-character ISO 3166-1 country code for the country associated with the location. latitude   double const*
may be nullptr
(Optional) Latitude coordinate of the player’s geographic location. longitude   double const*
may be nullptr
(Optional) Longitude coordinate of the player’s geographic location.

Requirements

Header: PFSegmentsTypes.h

See also

PFSegmentsTypes members
Last modified on August 1, 2026