Closed GoogleCodeExporter closed 9 years ago
I find out the solution. If anyone need this he can use this.
to disable zoom images I use
renderer.setZoomEnabled(false, false);
to disable Pan movement I use
renderer.setPanEnabled(false, false);
Original comment by fhaque.c...@gmail.com
on 29 Jun 2011 at 5:27
Original comment by dandrome...@gmail.com
on 29 Jun 2011 at 11:21
Original issue reported on code.google.com by
fhaque.c...@gmail.com
on 28 Jun 2011 at 10:56