iotashan / TiTouchImageView

Titanium native module for TouchImageView
MIT License
70 stars 28 forks source link

Doubts on how to Make a Funcionality using TiTouchImageView #1

Closed FelisbertoAcc closed 10 years ago

FelisbertoAcc commented 10 years ago

Hello Iotashan, how are you?

I need to make a funcionality of a map and I'm facing troubles to add points to the Image (map). I'm trying to add a ImageView to the View of the map, or to it's Window, but the point ImageView don't stay on the right place when Zoom ou touchmove are applied. I wonder if you have any idea for help me.

I'm glad for you attention. Thank you since now.

iotashan commented 10 years ago

TiTouchImageView does not do what you are looking for. It only allows for pan/zoom of a single image. I would say to put your points on the image itself, but I assume you would want them to be clickable (which they would no longer be, as they would be part of the bitmap).

I have used Leaflet.js in the past, in a web view, to do what you're talking about.