Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Make it easier to use MapAnchors with objects that need to update. #1371

Closed
nzjony opened this issue Mar 11, 2020 · 1 comment
Closed

Make it easier to use MapAnchors with objects that need to update. #1371

nzjony opened this issue Mar 11, 2020 · 1 comment
Labels
HARP-9362 wontfix This will not be worked on

Comments

@nzjony
Copy link
Member

nzjony commented Mar 11, 2020

Is your feature request related to a problem? Please describe.
See issue: #1369 Adding something to a MapAnchor requires a separate call to update the object. It should be possible to do some reflection on the objects in the MapAnchors and update them if they have this method.

Describe alternatives you've considered
The alternative is to have some sort of method:

map.addEventListener(MapViewEventNames.Render, () => { box.update(); });

@stale
Copy link

stale bot commented May 10, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label May 10, 2020
@stale stale bot closed this as completed May 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
HARP-9362 wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant