Click or drag to resize
LocationClientCreateGeoDataAsync Method
Create geodata which represent points on the earth

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>> CreateGeoDataAsync(
	CreateGeoDataRequest createGeoDataRequest
)

Parameters

createGeoDataRequest
Type: Quickblox.Sdk.Modules.LocationModule.RequestsCreateGeoDataRequest

[Missing <param name="createGeoDataRequest"/> documentation for "M:Quickblox.Sdk.Modules.LocationModule.LocationClient.CreateGeoDataAsync(Quickblox.Sdk.Modules.LocationModule.Requests.CreateGeoDataRequest)"]

Return Value

Type: TaskHttpResponseGeoDatumResponse
Success HTTP Status Code 201
See Also