Skip to content

Markers: animationEnabled and optimized properties questions #43

@paodb

Description

@paodb

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
No labels

Type

No type

Projects

Status

Under consideration

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions