p = new GeoPoint(lat, lon);
p1 = CoordinateConvert.fromWgs84ToBaidu(p);

p为GPS坐标点,p1为百度坐标点