GoogleMaps Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
GMSMarkerAnimation
enum GMSMarkerAnimation : NSUInteger {}
Animation types for GMSMarker.
-
Declaration
Objective-C
kGMSMarkerAnimationNone = 0
-
The marker will pop from its groundAnchor when added.
Declaration
Objective-C
kGMSMarkerAnimationPop
-
The marker will fade in when added.
Declaration
Objective-C
kGMSMarkerAnimationFadeIn
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-27 UTC.
[null,null,["Last updated 2025-08-27 UTC."],[],["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"],null,[]]