Uses of Class
ch.ivyteam.ivy.location.LocationQuery
-
Packages that use LocationQuery Package Description ch.ivyteam.ivy.location Defines alocation servicefor storing and queryinglocationinformation and that is available onusersand tasks. -
-
Uses of LocationQuery in ch.ivyteam.ivy.location
Methods in ch.ivyteam.ivy.location that return LocationQuery Modifier and Type Method Description LocationQueryLocationQuery. address(String address)Filters the search result for locations with the given address.LocationQueryLocationQuery. name(String name)Filters the search result for locations with the given name.LocationQueryLocationQuery. nearby(GeoPosition position, Distance distance)Filters the search result for locations that are within the given distance to the given position.LocationQueryLocationQuery. note(String note)Filters the search result for locations with the given note.LocationQueryILocationService. search()Search for locations.LocationQueryLocationQuery. type(String type)Filters the search result for locations with the given type.Methods in ch.ivyteam.ivy.location with parameters of type LocationQuery Modifier and Type Method Description voidILocationService. deleteAllThatMatch(LocationQuery query)Deletes all locations that match the givenquery
-