Click or drag to resize
LocationClientGetGeoDataByIdAsync Method
Retrieve geodata by the identifier

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<GeoDatumWithUserResponse>> GetGeoDataByIdAsync(
	int geoDataId
)

Parameters

geoDataId
Type: SystemInt32
The geo data identifier.

Return Value

Type: TaskHttpResponseGeoDatumWithUserResponse
Success HTTP Status Code 200
See Also