ORIGIN_LONGITUDE - 0.05);
// Close the polygon
points[5] = new MapPoint(ORIGIN_LATITUDE, ORIGIN_LONGITUDE);
final MapSimplePolygon poly = new MapSimplePolygon(points);
poly.setStyleId("poly");
_bigMap.getModel().add(poly, "Polygon", true);
// Add a GsImage
final GsImage img = new GsImage();
img.setIconUri("http://us.blackberry.com/developers/logo_black.jpg");