| 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.RequestsAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string SortBy { get; set; }Public Property SortBy As String
Get
Set
public:
property String^ SortBy {
String^ get ();
void set (String^ value);
}member SortBy : string with get, set
Property Value
Type:
String
See Also