Click or drag to resize
LocationClientUpdateGeoDataAsync Method
Update geodata

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<GeoDatumResponse>> UpdateGeoDataAsync(
	int geoDataId,
	UpdateGeoDataRequest updateGeoDataRequest
)

Parameters

geoDataId
Type: SystemInt32
The geo data identifier.
updateGeoDataRequest
Type: Quickblox.Sdk.Modules.LocationModule.RequestsUpdateGeoDataRequest
The update geo data with push request.

Return Value

Type: TaskHttpResponseGeoDatumResponse
Success HTTP Status Code 200
See Also