GooglePlaces Framework Reference
kGMSPlaceTypeBar
extern NSString *const kGMSPlaceTypeBar
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."],[[["`kGMSPlaceTypeBar` is a constant used to represent the \"bar\" type in Google Maps places."],["It is declared as an `NSString` and should be used when filtering or categorizing places."]]],["`kGMSPlaceTypeBar` is a constant string representing the \"bar\" place type. It is likely used within a larger system, possibly a mapping or place-related service, to categorize locations. This constant string can be employed to filter search results, identify specific types of places, or programmatically interact with places of this type, like in a search request or a place details retrieval. It is declared as an external constant, indicating it's available for use across different parts of a project.\n"]]