|
Hi
I have a number of moving points located on a map, the initial view focuses on a rectangle formed by the minimum and maximum longitude and latitude values, this works very well, however, I would like the user to be able to pan and zoom the view and further updates of the map would focus on that new map rectangle, I have it working in principle, by triggering an OnChangeView, this sets a boolean value to indicate that the user has now taken control of the map view, and the updates do not reset the map, however, once the user has panned to the new position, the map continues to move in slow upwards pan of a small increments, and I cannot find a way of stopping it. I'm assuming, that it is looping some where, causing the OnchangeView to trigger everytime the map pans of its own accord, but I can't see how to stop this action.
Thanks
Nick Franklin
|