How to show a point when it is no longer in view of the map

292
1
06-13-2022 09:16 AM
K2
by
New Contributor

I have a map where I want to add a point that will always be showing, even when the point is no long within the area of the map that is visible. So if the map moves and the point goes off screen to the right, it should just show the point kind of anchored to the right of my screen.

0 Kudos
1 Reply
RamaChintapalli
Esri Contributor

HI,
The graphics/features  rendering/visibility on the map is controlled by the mapview pan.

As I understand your requirement, if you want certain graphic's/feature's position to be anchored for showing some other information, I would recommend getting the graphic/feature's mapPoint and convert it to screen coordinate and use the screen coordinate to show any other information using another android view on top of mapview.

Thanks
Rama

0 Kudos