Click or drag to resize
FindGeoDataRequestSortBy Property
created_at Values ​​should be sorted by date. latitude Values ​​should be sorted by latitude. longitude Values ​​should be sorted by longitude. distance Values ​​should be sorted by the distance from the 'current_position' (is a required parameter in the request)

Namespace: Quickblox.Sdk.Modules.LocationModule.Requests
Assembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string SortBy { get; set; }

Property Value

Type: String
See Also