GooglePlaces Framework Reference
kGMSPlaceTypePainter
extern NSString *const kGMSPlaceTypePainter
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."],[[["`kGMSPlaceTypePainter` is an NSString constant."],["It is declared as extern, meaning it's accessible from other parts of the program."]]],["`kGMSPlaceTypePainter` is a constant string. It is defined externally, indicated by the `extern` keyword. This constant likely represents a specific place type within a larger system, probably related to Google Maps services, and it specifically refers to a \"Painter\" place type. The `NSString` type suggests it's used to store textual data, such as a label or identifier.\n"]]