GoogleMaps Framework Reference
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 2024-11-15 UTC.
[null,null,["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"]]