[[["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."],[[["`GMSMarkerAnimation` defines animation types for Google Maps SDK markers."],["Three animation types are available: `none` (default), `pop`, and `fadeIn`."],["`none` applies no animation, `pop` makes the marker pop from its ground anchor, and `fadeIn` fades the marker in when added to the map."]]],["The core content describes animation types for `GMSMarker`. The `GMSMarkerAnimation` enum defines three options: `kGMSMarkerAnimationNone` (default), which applies no animation; `kGMSMarkerAnimationPop`, causing the marker to pop from its ground anchor when added; and `kGMSMarkerAnimationFadeIn`, making the marker fade in upon addition. Each type has equivalent Swift and Objective-C declarations with its corresponding case number.\n"]]