Hide heading and tolerance on desktop
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
Willem Dantuma
2021-02-01 08:34:17 +01:00
parent 0c44beabe0
commit d9a42ca75a
5 changed files with 17 additions and 4 deletions

View File

@@ -17,6 +17,7 @@ export class GpsLocation implements OnInit,OnChanges{
@Input() location: number[]=[0,0];
@Input() locationTolerance: number = 0;
@Input() showHeading: boolean = false;
@Input() showTolerance: boolean = false;
@Input() heading: number = 0;
@Input() headingTolerance: number = 0;
public locTolerancePixels: number = 0;