I export a bmp of map by using the clipboard..
My clipboard exporting is calibrated by using a centerLocation.
First i do centerLocation.goTo();
Then I export image from a clipboard.
I wish to use this mechanism to export adiacent map section(N,E,W,S), by panning exactly (with same altitude, width and height) in a adiacent zone.
Finally by create a new bigimage i compose the final image.
(map web page exporting is good(3500pixelX3500pixel) but not for my work!)