| 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.LocationModuleAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Task<HttpResponse<PagedResponse<GeoDatumWithUserResponse>>> FindGeoDataAsync(
FindGeoDataRequest findGeoDataRequest
)
Public Function FindGeoDataAsync (
findGeoDataRequest As FindGeoDataRequest
) As Task(Of HttpResponse(Of PagedResponse(Of GeoDatumWithUserResponse)))
public:
Task<HttpResponse<PagedResponse<GeoDatumWithUserResponse^>^>^>^ FindGeoDataAsync(
FindGeoDataRequest^ findGeoDataRequest
)
member FindGeoDataAsync :
findGeoDataRequest : FindGeoDataRequest -> Task<HttpResponse<PagedResponse<GeoDatumWithUserResponse>>>
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:
TaskHttpResponsePagedResponseGeoDatumWithUserResponseSuccess HTTP Status Code 200
See Also