Uses of Class
com.google.cloud.firestore.GeoPoint
Packages that use GeoPoint
-
Uses of GeoPoint in com.google.cloud.firestore
Methods in com.google.cloud.firestore that return GeoPointModifier and TypeMethodDescriptionDocumentSnapshot.getGeoPoint(String field) Returns the value of the field as a GeoPoint.PipelineResult.getGeoPoint(String field) Returns the value of the field as a GeoPoint. -
Uses of GeoPoint in com.google.cloud.firestore.pipeline.expressions
Methods in com.google.cloud.firestore.pipeline.expressions with parameters of type GeoPointModifier and TypeMethodDescriptionstatic ExpressionCreate a constant for aGeoPointvalue.static ExpressionExpression.geoDistance(Field field, GeoPoint location) Evaluates to the distance in meters between the location in the specified field and the query location.static ExpressionExpression.geoDistance(String fieldName, GeoPoint location) Evaluates to the distance in meters between the location in the specified field and the query location.Field.geoDistance(GeoPoint location) Evaluates to the distance in meters between the location specified by this field and the query location.