Searched refs:coordinates (Results 1 – 4 of 4) sorted by relevance
75 @Input() coordinates: UiPropertyTreeNode | undefined; property in CoordinatesTableComponent79 this.coordinates?.getChildByName('left') ||80 this.coordinates?.getChildByName('right') ||81 this.coordinates?.getChildByName('top') ||82 this.coordinates?.getChildByName('bottom')
101 private List<LatLng> coordinates; in showTrack() local110 coordinates = new ArrayList<LatLng>(); in showTrack()115 coordinates.add(latLng); in showTrack()125 if (coordinates == null || coordinates.isEmpty()) { in showTrack()132 mMap.addPolyline(new PolylineOptions().geodesic(true).addAll(coordinates)); in showTrack()
13 can also enable recording of coordinates and when it pairs back16 coordinates on a map on the phone.
65 y specify coordinates on the display (0 0 being the upper left) for75 of change in the trackball location (as opposed to exact coordinates