hi
i have found solutions for distance is not showing in memmer loop
in buddyx/buddypress/members/members-loop.php template script written below is missing
with compare to standard buddypress template.
<?php if ( bp_nouveau_member_has_extra_content() ) : ?>
<div class="item-extra-content">
<?php bp_nouveau_member_extra_content() ; ?>
</div><!-- .item-extra-content -->
<?php endif ; ?>
after putting this script in template now my distance search is working perfectly