Hey there!
I have to display AND MOVE many geo-entities. The important thing is to move. Each has an ArcGicLocation component and currently I change the position over it by creating a new ArcGisPoint and transferring it to the location. But ArcGisPoint is a class... you can only change it by creating a new one... that makes it difficult.
This means I have to create and assign new instances EVERY frame, which creates an incredible amount of garbage. So isn't there a way to move geo-entities without creating an ArcGisPoint? By simply changing the values there? Or can I directly use the HP-Transform to move geo-entities to their geo-position?
I want to move my geo-entities to a specific Web Mercator point (in meters, 3857).
Anyone having a clue how that works? Glad for any help!