[[["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-08 UTC."],[[["\u003cp\u003eGMSPlusCode provides a representation of location using Plus Codes, allowing for precise identification worldwide.\u003c/p\u003e\n"],["\u003cp\u003eIt includes a global code, a short code like "8FVC9G8F+5W", for universal location pinpointing.\u003c/p\u003e\n"],["\u003cp\u003eIt may also contain a compound code, such as "9G8F+5W Zurich, Switzerland", which combines a short code with a human-readable location.\u003c/p\u003e\n"]]],[],null,["GMSPlusCode \n\n @interface GMSPlusCode : NSObject\n\nA class containing the Plus codes representation for a location. See \u003chttps://plus.codes/\u003e for more\ndetails.\n- `\n ``\n ``\n `\n\n [globalCode](#/c:objc(cs)GMSPlusCode(py)globalCode)`\n ` \n Geo plus code, e.g. \"8FVC9G8F+5W\" \n\n Declaration \n Swift \n\n var globalCode: String { get }\n\n Objective-C \n\n @property (nonatomic, copy, readonly) NSString *_Nonnull globalCode;\n\n- `\n ``\n ``\n `\n\n [compoundCode](#/c:objc(cs)GMSPlusCode(py)compoundCode)`\n ` \n Compound plus code, e.g. \"9G8F+5W Zurich, Switzerland\" \n\n Declaration \n Swift \n\n var compoundCode: String? { get }\n\n Objective-C \n\n @property (nonatomic, copy, readonly, nullable) NSString *compoundCode;"]]