BlackBerryLocation myLocation = getGeolocation(4);
// Show location.
if (myLocation != null){
currSelection = new MapPoint(myLocation.getQualifiedCoordinates());
PeerPoint point = new PeerPoint(myLocation.getQualifiedCoordinates().getLatitude(), myLocation.getQualifiedCoordinates().getLongitude());
point.setAccuracy(MathUtilities.round(myLocation.getQualifiedCoordinates().getHorizontalAccuracy()));
//auto zoom to point
map.getAction().setCenterAndZoom(point);
//add the point with accuracy circle