-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
This two properties have no effect on markers when set to true.
- animationEnabled: property on google-map web-component is called animation and it expects a String that represents the type or animation. It has this comment: "A animation for the marker. "DROP" or "BOUNCE". See https://developers.google.com/maps/documentation/javascript/examples/marker-animations." In that example you can see that it needs to recibe an animation type. So my question is, what was the idea behind animationEnabled property on GoogleMapMarker class?
- optimized: I didn't find any property with that name on the web-component. The JavaDoc says "Enables/disables marker optimization. If enabled, many markers are rendered as a single static element. Disable if you want to use animated GIFs or PNGs." but is doing when enabled. So, is this property supposed to exist on google-map? What it should do?
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Under consideration