Skip to main content
PFLocationModel data model.

Syntax

Members

city   const char*
is null-terminated
(Optional) City name. continentCode   PFContinentCode const*
may be nullptr
(Optional) The two-character continent code for this location. countryCode   PFCountryCode const*
may be nullptr
(Optional) 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 geographic location. longitude   double const*
may be nullptr
(Optional) Longitude coordinate of the geographic location.

Requirements

Header: PFTypes.h

See also

PFTypes members
Last modified on August 3, 2026