AdvancedMarkerStay organized with collectionsSave 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 withgetIconView()andsetIconView().
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 ashideInfoWindow()andshowInfoWindow(), are also inherited from Marker.
Basic object methods likeequals(),hashCode(), andtoString()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"]]