Point iSelectionRectEnd;
public SlippyMapBBoxChooser() {
super();
try {
cachedLoader = new OsmFileCacheTileLoader(this);
} catch (SecurityException e) {
// set to null if a SecurityException was thrown
// while creating the cachedLoader
//
cachedLoader = null;