Hi Guys,Can i know how to use WSGBounding Box.
What WSGBoundingBox do?i thought the it shows places covering points in WSGBoundingBox ,Is that So?
How to use this?
I tried using this way
mapComponent = new MapFieldTouch("Map", "tutorial", "Nutiteq", "proovin", Display.getWidth(), 240, fPoint,zoom);
_fieldManagerMiddle.add(mapComponent);
mapComponent.setBoundingBox(box);
mapComponent.setDownloadStreamOpener(new DefaultDownloadStreamOpener(getBlackberryHTTPExtension()));
mapComponent.setMap(_cm);
mapComponent.startMapping();
It shows some null pointer exception,how and when to use it?
Regards
Rakesh Shankar.P