public class Step extends Object
| Constructor and Description |
|---|
Step() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getDistance() |
Integer |
getDuration() |
String |
getInstruction() |
String |
getType() |
double[] |
getWay_points() |
void |
setDistance(Double distance) |
void |
setDuration(Integer duration) |
void |
setInstruction(String instruction) |
void |
setType(String type) |
void |
setWay_points(double[] way_points) |
public void setDistance(Double distance)
public Double getDistance()
public void setDuration(Integer duration)
public Integer getDuration()
public void setType(String type)
public String getType()
public void setInstruction(String instruction)
public String getInstruction()
public void setWay_points(double[] way_points)
public double[] getWay_points()
Copyright © 2007–2017 Andreas W. Bartels. All rights reserved.