Package com.google.cloud.datastore
Class LatLngValue
- java.lang.Object
-
- com.google.cloud.datastore.Value<LatLng>
-
- com.google.cloud.datastore.LatLngValue
-
- All Implemented Interfaces:
Serializable
public final class LatLngValue extends Value<LatLng>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LatLngValue.Builder
-
Constructor Summary
Constructors Constructor Description LatLngValue(LatLng value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LatLngValue.Builder
newBuilder(LatLng value)
static LatLngValue
of(LatLng value)
LatLngValue.Builder
toBuilder()
-
-
-
Constructor Detail
-
LatLngValue
public LatLngValue(LatLng value)
-
-
Method Detail
-
toBuilder
public LatLngValue.Builder toBuilder()
-
of
public static LatLngValue of(LatLng value)
-
newBuilder
public static LatLngValue.Builder newBuilder(LatLng value)
-
-