[[["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 2025-08-27 UTC."],[[["\u003cp\u003e\u003ccode\u003eGMSPlaceFeature\u003c/code\u003e represents a place feature with a Place ID and is a subclass of \u003ccode\u003eGMSFeature\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt provides access to the feature type and the Place ID.\u003c/p\u003e\n"],["\u003cp\u003eWhile there's an initializer available for testing, in production, \u003ccode\u003eGMSPlaceFeature\u003c/code\u003e instances are created by the SDK itself.\u003c/p\u003e\n"]]],["`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"],null,[]]