Uses of Class
com.google.appengine.api.search.GeoPoint
-
Packages that use GeoPoint Package Description com.google.appengine.api.search Provides a service for indexing documents and retrieving them using search queries. -
-
Uses of GeoPoint in com.google.appengine.api.search
Methods in com.google.appengine.api.search that return GeoPoint Modifier and Type Method Description GeoPointField. getGeoPoint()Methods in com.google.appengine.api.search with parameters of type GeoPoint Modifier and Type Method Description Field.BuilderField.Builder. setGeoPoint(GeoPoint geoPoint)Sets aGeoPointvalue for the field.
-