catchthecows / AndroidImageMap

An HTML map like widget in an Android view
199 stars 74 forks source link

About Custom Points #23

Open sunnat629 opened 8 years ago

sunnat629 commented 8 years ago

In the ImageMap.java, at the end, there is a method ismScaleFromOriginal(). I want to put some custom point on the image, so is this the right method to call or modify? Can you explain how can I put custom points which are the replacement of X-Y original points.

Thank you. :)