Uses of Class
com.google.cloud.datastore.LatLng
-
Packages that use LatLng Package Description com.google.cloud.datastore A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications. -
-
Uses of LatLng in com.google.cloud.datastore
Methods in com.google.cloud.datastore that return LatLng Modifier and Type Method Description LatLngBaseEntity. getLatLng(String name)Returns the property value as a LatLng.static LatLngLatLng. of(double latitude, double longitude)Methods in com.google.cloud.datastore with parameters of type LatLng Modifier and Type Method Description ListValue.BuilderListValue.Builder. addValue(LatLng first, LatLng... other)Adds the providedLatLngvalues to theListValuebuilder.static LatLngValue.BuilderLatLngValue. newBuilder(LatLng value)static LatLngValueLatLngValue. of(LatLng value)static ListValueListValue. of(LatLng first, LatLng... other)Creates aListValueobject given a number ofLatLngvalues.BBaseEntity.Builder. set(String name, LatLng value)Sets a property of typeLatLng.BBaseEntity.Builder. set(String name, LatLng first, LatLng second, LatLng... others)Sets a list property containing elements of typeLatLng.Constructors in com.google.cloud.datastore with parameters of type LatLng Constructor Description LatLngValue(LatLng value)
-