GooglePlaces Framework Reference
kGMSPlaceTypeBusStation
extern NSString *const kGMSPlaceTypeBusStation
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."],[[["`kGMSPlaceTypeBusStation` is an NSString constant."],["It represents the place type of a bus station, likely used for categorization or filtering within the Google Maps SDK for iOS."]]],["The content defines `kGMSPlaceTypeBusStation` as an external constant string. This string likely represents a specific place type within a larger system, specifically identifying locations that are bus stations. It is declared as `extern`, indicating its definition exists elsewhere and can be accessed across different parts of the codebase. The `const` keyword signifies the value cannot be modified once assigned.\n"]]