| PushLocationRadius Property |
The distance in meters around your coordinates
Namespace: Quickblox.Sdk.Modules.LocationModule.ModelsAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic uint Radius { get; set; }Public Property Radius As UInteger
Get
Set
public:
property unsigned int Radius {
unsigned int get ();
void set (unsigned int value);
}member Radius : uint32 with get, set
Property Value
Type:
UInt32
See Also