Question: double x 1 = ( source . latitude - mxMin ) * xPer 1 ; double x 2 = ( destination . latitude - mxMin

double x1=(source.latitude - mxMin)* xPer1;
double x2=(destination.latitude - mxMin)* xPer1;
double y1=(myMax - source.longitude)* yPer1;
double y2=(myMax - destination.longitude)* yPer1;
Line line = new Line(x1,y1,x2,y2); //(x1,y1,x2,y2);
line.setStrokeWidth(8);
line.setFill(Color.YELLOW);
split.getItems().add(line); Why doesn't work ?

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!