[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-15 UTC."],[[["`GMSPlaceFeature` represents a place feature with a Place ID and is a subclass of `GMSFeature`."],["It provides access to the feature type and the Place ID."],["While there's an initializer available for testing, in production, `GMSPlaceFeature` instances are created by the SDK itself."]]],["`GMSPlaceFeature` represents a feature with a Place ID. It has two key properties: `featureType`, which defines the type of feature, and `placeID`, a unique string identifier. Instances can be created via `initWithFeatureType:placeID:`, intended solely for unit testing; production instances are SDK-created. Direct initialization with `init` is unavailable. The interface adopts the `GMSFeature` protocol.\n"]]