@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 altitude) |
ImmutableGeoPoint |
withLatitude(double latitude) |
ImmutableGeoPoint |
withLongitude(double longitude) |
public double longitude()
public double latitude()
public double altitude()
public final ImmutableGeoPoint withLongitude(double longitude)
public final ImmutableGeoPoint withLatitude(double latitude)
public final ImmutableGeoPoint withAltitude(double altitude)
public int hashCode()
public String toString()
public static ImmutableGeoPoint copyOf(GeoPoint instance)
public static ImmutableGeoPoint.Builder builder()
Copyright © 2016 The Immutables.org authors. All rights reserved.