[[["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."],[[["This function, `GMSUnproject`, converts a `GMSMapPoint` back into latitude and longitude coordinates (`CLLocationCoordinate2D`)."],["It's important to note that the x-coordinate of the input `GMSMapPoint` should fall within the range of -1 to 1 for accurate unprojection."]]],["The function `GMSUnproject` converts a map point (`point`) to a geographic coordinate (`CLLocationCoordinate2D`). The input `point.x` must fall within the range of -1 to 1. This operation essentially reverses the projection process, transforming a point on the map's surface back into its corresponding latitude and longitude.\n"]]