Uses of Class
com.google.cloud.datastore.LatLng
Packages that use LatLng
Package
Description
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 LatLngModifier and TypeMethodDescriptionReturns the property value as a LatLng.static LatLngLatLng.of(double latitude, double longitude) Methods in com.google.cloud.datastore with parameters of type LatLngModifier and TypeMethodDescriptionAdds the providedLatLngvalues to theListValuebuilder.static LatLngValue.BuilderLatLngValue.newBuilder(LatLng value) static LatLngValuestatic ListValueCreates aListValueobject given a number ofLatLngvalues.Sets a property of typeLatLng.Sets a list property containing elements of typeLatLng.Constructors in com.google.cloud.datastore with parameters of type LatLng