| LocationClientCreateGeoDataAsync Method |
Create geodata which represent points on the earth
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<GeoDatumResponse>> CreateGeoDataAsync(
CreateGeoDataRequest createGeoDataRequest
)
Public Function CreateGeoDataAsync (
createGeoDataRequest As CreateGeoDataRequest
) As Task(Of HttpResponse(Of GeoDatumResponse))
public:
Task<HttpResponse<GeoDatumResponse^>^>^ CreateGeoDataAsync(
CreateGeoDataRequest^ createGeoDataRequest
)
member CreateGeoDataAsync :
createGeoDataRequest : CreateGeoDataRequest -> Task<HttpResponse<GeoDatumResponse>>
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:
TaskHttpResponseGeoDatumResponseSuccess HTTP Status Code 201
See Also