[[["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."],[[["The `GMSNavigationScreenMetrics` protocol provides information about screen metrics, similar to some properties of `UIScreen`."],["It includes properties for the screen's bounding rectangle in points (`bounds`) and pixels (`nativeBounds`)."],["It also provides the screen's native scale factor (`nativeScale`) and natural scale factor (`scale`)."]]],["The `GMSNavigationScreenMetrics` protocol provides screen metric information, mirroring properties found in `UIScreen`. It offers access to the screen's `bounds` and `nativeBounds`, representing the bounding rectangle in points and pixels, respectively. Additionally, it exposes `nativeScale` and `scale`, which are the physical and natural scale factors associated with the screen. These properties are accessible and modifiable via Swift and Objective-C.\n"]]