AdvancedMarker
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
AdvancedMarker extends Marker and provides additional premium features.
You can get or set the view being used for an AdvancedMarker with getIconView() and setIconView().
AdvancedMarker inherits numerous methods from the Marker class, including methods for getting and setting properties like alpha, position, rotation, snippet, tag, title, visibility, and zIndex.
Methods for managing the info window, such as hideInfoWindow() and showInfoWindow(), are also inherited from Marker.
Basic object methods like equals(), hashCode(), and toString() are inherited from the java.lang.Object class.
[[["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-10-31 UTC."],[],["`AdvancedMarker` extends `Marker`, offering premium features. Key actions include: `getIconView()`, which retrieves the marker's view if present, and `setIconView(View view)`, which sets a custom view as the marker's icon, overriding any `BitmapDescriptor`. Inherited methods allow manipulation of marker properties like `alpha`, `position`, `rotation`, `visibility`, and more. It also offers control over the info window, such as `showInfoWindow()` and `hideInfoWindow()`.\n"]]