@ParametersAreNonnullByDefault @Generated(value={"Immutables.generator","GeoPoint"}) @Immutable public final class ImmutableGeoPoint extends GeoPoint
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableGeoPoint.Builder |
| Modifier and Type | Method and Description |
|---|---|
double |
altitude() |
static ImmutableGeoPoint.Builder |
builder() |
static ImmutableGeoPoint |
copyOf(GeoPoint instance) |
boolean |
equals(Object another) |
int |
hashCode() |
double |
latitude() |
double |
longitude() |
String |
toString() |
ImmutableGeoPoint |
withAltitude(double value) |
ImmutableGeoPoint |
withLatitude(double value) |
ImmutableGeoPoint |
withLongitude(double value) |
public double altitude()
public double longitude()
public double latitude()
public final ImmutableGeoPoint withAltitude(double value)
public final ImmutableGeoPoint withLongitude(double value)
public final ImmutableGeoPoint withLatitude(double value)
public int hashCode()
public String toString()
public static ImmutableGeoPoint copyOf(GeoPoint instance)
public static ImmutableGeoPoint.Builder builder()
Copyright © 2017 The Immutables.org authors. All rights reserved.