Package | Description |
---|---|
com.google.cloud.datastore |
A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.
|
Modifier and Type | Method and Description |
---|---|
LatLng |
BaseEntity.getLatLng(String name)
Returns the property value as a LatLng.
|
static LatLng |
LatLng.of(double latitude,
double longitude) |
Modifier and Type | Method and Description |
---|---|
ListValue.Builder |
ListValue.Builder.addValue(LatLng first,
LatLng... other)
Adds the provided
LatLng values to the ListValue builder. |
ListValue.Builder |
ListValue.Builder.addValue(LatLng first,
LatLng... other)
Adds the provided
LatLng values to the ListValue builder. |
static LatLngValue.Builder |
LatLngValue.newBuilder(LatLng value) |
static LatLngValue |
LatLngValue.of(LatLng value) |
static ListValue |
ListValue.of(LatLng first,
LatLng... other)
Creates a
ListValue object given a number of LatLng values. |
static ListValue |
ListValue.of(LatLng first,
LatLng... other)
Creates a
ListValue object given a number of LatLng values. |
B |
BaseEntity.Builder.set(String name,
LatLng value)
Sets a property of type
LatLng . |
B |
BaseEntity.Builder.set(String name,
LatLng first,
LatLng second,
LatLng... others)
Sets a list property containing elements of type
LatLng . |
B |
BaseEntity.Builder.set(String name,
LatLng first,
LatLng second,
LatLng... others)
Sets a list property containing elements of type
LatLng . |
Constructor and Description |
---|
LatLngValue(LatLng value) |
Copyright © 2019 Google LLC. All rights reserved.