GooglePlaces Framework Reference
kGMSPlaceTypeStadium
extern NSString *const kGMSPlaceTypeStadium
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-08 UTC.
[null,null,["Last updated 2024-11-08 UTC."],[[["`kGMSPlaceTypeStadium` is a constant that represents the stadium place type."],["It is declared as an external NSString object, meaning it can be accessed from other parts of the code."]]],["The provided content defines a constant, `kGMSPlaceTypeStadium`, which is an external string. This constant represents a specific place type, namely a \"Stadium.\" It's likely used within a larger system, possibly a mapping or location-based service, to categorize and identify places of that type. The 'extern' keyword suggests this string is defined elsewhere and accessible globally.\n"]]