GooglePlaces Framework Reference
kGMSPlaceTypePark
extern NSString *const kGMSPlaceTypePark
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."],[[["`kGMSPlaceTypePark` is a constant that represents the park place type."],["It is declared as an `NSString` object."]]],["The content defines a constant string, `kGMSPlaceTypePark`, which represents the \"park\" place type. This constant is likely used within a larger system, such as a mapping or location-based service, to identify or categorize places. It's declared as an external NSString, suggesting it can be accessed and used across different parts of a codebase. Its core function is to act as a specific label for \"park\" locations.\n"]]