[[["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."],[],["`GMSMapPoint` defines a point on a map using a struct. It represents projected coordinates where `x` and `y` are both double values within the range of \\[-1, 1]. The axis direction is such that `y` increases towards North, and `x` increases towards East, with (0, 0) being the map's center. The `GMSProject()` and `GMSUnproject()` functions are related to this. `x` and `y` are the variables that hold the coordinate.\n"]]