allocation pd map view changes
This commit is contained in:
parent
9968715069
commit
ceec0e219a
@ -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') {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user