public class Destination extends Location
Modifier and Type | Class and Description |
---|---|
static class |
Destination.Builder
Builder for Destination parameter.
|
Modifier and Type | Method and Description |
---|---|
int |
getGuideId() |
static Destination.Builder |
newBuilder(String name,
double x,
double y) |
public int getGuideId()
public static Destination.Builder newBuilder(String name, double x, double y)