Hi I have a problem
Blue dot is the things by agm-overlays(this lib) and maker is agm marker. I used same data for these
But as you can see here it doesn't have route
How can I fix it?
` <agm-marker ngFor="let trace of traces" [latitude]="trace.latitude" [longitude]="trace.longitude">
<ng-container ngFor="let item of tracing">
<agm-marker ngFor="let pos of item.trace" [latitude]="pos.coordinate.coordinates[1]" [longitude]="pos.coordinate.coordinates[0]" iconUrl="assets/img/pos.png">
<agm-overlay ngFor="let pos of item.trace" [latitude]="pos.coordinate.coordinates[1]" [longitude]="pos.coordinate.coordinates[0]">
Hi I have a problem Blue dot is the things by agm-overlays(this lib) and maker is agm marker. I used same data for these But as you can see here it doesn't have route How can I fix it?
` <agm-marker ngFor="let trace of traces" [latitude]="trace.latitude" [longitude]="trace.longitude"> <ng-container ngFor="let item of tracing"> <agm-marker ngFor="let pos of item.trace" [latitude]="pos.coordinate.coordinates[1]" [longitude]="pos.coordinate.coordinates[0]" iconUrl="assets/img/pos.png"> <agm-overlay ngFor="let pos of item.trace" [latitude]="pos.coordinate.coordinates[1]" [longitude]="pos.coordinate.coordinates[0]">