| FindGeoDataRequestCurrentPosition Property |
The current position of the user. Used only in conjunction with the keys 'radius' (Diapasons) and 'distance' (Sort).
If this option is specified, and it does not set any of these parameters - error validation.
Use '%3B' instead ';'.
Sample format:90%3B90 (90;90)
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 CurrentPosition { get; set; }Public Property CurrentPosition As String
Get
Set
public:
property String^ CurrentPosition {
String^ get ();
void set (String^ value);
}member CurrentPosition : string with get, set
Property Value
Type:
String
See Also