BMKMapPoint point1 = BMKMapPointForCoordinate(_userGps);
BMKMapPoint point2 = BMKMapPointForCoordinate(CLLocationCoordinate2DMake(latitude, longitude));
CLLocationDistance distance = BMKMetersBetweenMapPoints(point1,point2);
BMKMapPoint point1 = BMKMapPointForCoordinate(_userGps);
BMKMapPoint point2 = BMKMapPointForCoordinate(CLLocationCoordinate2DMake(latitude, longitude));
CLLocationDistance distance = BMKMetersBetweenMapPoints(point1,point2);