Android Question ZoomImageView, image map and zoom factor

Drago Bratko

Active Member
Licensed User
Longtime User
On this control I would need to have two additional options on it :
- image map
- possibility to create 'image maps' which would be polygon (or rectangle) area which would be then clickable
- or that click event would return x and y coordinate of clicked position
- zoom restriction
- that it would be definable to set max zoom and minimal zoom
- or that there is zoom event which would have 'zoom factor' property and cancel possibility by code

Is it possible that I do that or author (Erel) should do it (if he has time, of course) ?
 

agraham

Expert
Licensed User
Longtime User
For Android my ScaleImageView does most of what you need. I wrote it for my map use and it supports click locations.
 
Last edited:
Upvote 0

Drago Bratko

Active Member
Licensed User
Longtime User
For Android my ScaleImageView does most of what you need. I wrote it for my map use and it supports click locations.
Thank you for your feedback. I appreciate it.
My app should on the end work on Android and iOS ... that's reason why I was thinking to base it on Erel's control which is cross platform.
 
Upvote 0

TILogistic

Expert
Licensed User
Longtime User
On this control I would need to have two additional options on it :
- image map
- possibility to create 'image maps' which would be polygon (or rectangle) area which would be then clickable
- or that click event would return x and y coordinate of clicked position
- zoom restriction
- that it would be definable to set max zoom and minimal zoom
- or that there is zoom event which would have 'zoom factor' property and cancel possibility by code

Is it possible that I do that or author (Erel) should do it (if he has time, of course) ?
see:

 
Upvote 0
Top