GooglePlaces Framework Reference
kGMSPlaceTypeRoom
extern NSString *const kGMSPlaceTypeRoom
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."],[[["`kGMSPlaceTypeRoom` is a constant that represents the place type of a room."],["This constant is defined as an NSString and is used by the Google Maps SDK for iOS."]]],["The provided content defines a constant string, `kGMSPlaceTypeRoom`, which is declared as an external constant. This constant likely represents a specific type of place, designated as a \"room\", within a system or framework (likely Google Maps Services based on the prefix). The `extern` keyword signifies that the actual storage for this constant exists elsewhere, and is accessible from this point.\n"]]