allocation pd map view changes

This commit is contained in:
gandhimathi 2019-02-08 14:46:17 +05:30
parent 9968715069
commit ceec0e219a

View File

@ -32,7 +32,7 @@ export class AllocationViewMoreComponent implements OnInit {
this.lat = response.results[0].geometry.location.lat;
this.lng = response.results[0].geometry.location.lng;
response.results[0].applicant_details = element.applicant_name + ' ( Id:'+element.pd_id+')';
response.results[0].lender_details = element.lender_short_name + '( Id:'+element.lender_applicant_id+')';
response.results[0].lender_details = element.short_name + '( Id:'+element.lender_applicant_id+')';
this.mapDetails.push(response.results[0])
}
// else if (response.status == 'ZERO_RESULTS') {