When do you expect to implement mapview events such as click, etc?
1 Answer
It depends what you want to do.
If you wish to have an event on an annotation then create the listener on the annotation. This will make sure that each one functions independently.
You can put an event listener on the map itself, also on the popup description of the annotation.
To be more precise can you be more descriptive about what you actually want to do.
T
Your Answer
Think you can help? Login to answer this question!