gjiazhe/PanoramaImageView

Hotspot

Closed this issue · 3 comments

s1mar commented

does this have a provision for adding hotposts(hostspot functionality)?!?

What is hotposts(hostspot functionality) ?

s1mar commented

The ability to Overlay interactable markers at certain points in the panoramic image

No, it doesn't. There are too many things to be considered in this case, for example, the markers' positions, how the markers look like, what the interaction mode is(click, drag), etc. To avoid high coupling, it's not ImageView's responsibility to control all these. I think you should create another view to do this.