Click or drag to resize
LocationClientFindGeoDataAsync Method
Retrieve all (by default) geodata for current application. The ID of the application is taken from the token which is specified in the request

Namespace: Quickblox.Sdk.Modules.LocationModule
Assembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Task<HttpResponse<PagedResponse<GeoDatumWithUserResponse>>> FindGeoDataAsync(
	FindGeoDataRequest findGeoDataRequest
)

Parameters

findGeoDataRequest
Type: Quickblox.Sdk.Modules.LocationModule.RequestsFindGeoDataRequest
Filters The request can contain all, some or none of these parameters.If this option is set, its value - the object to validate. Filters require an exact match property values ​​with an instance of the corresponding parameter value.

Return Value

Type: TaskHttpResponsePagedResponseGeoDatumWithUserResponse
Success HTTP Status Code 200
See Also