| FindGeoDataRequestGeoRect Property |
[Missing <summary> documentation for "P:Quickblox.Sdk.Modules.LocationModule.Requests.FindGeoDataRequest.GeoRect"]
Namespace: Quickblox.Sdk.Modules.LocationModule.RequestsAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic GeoRect GeoRect { get; set; }Public Property GeoRect As GeoRect
Get
Set
public:
property GeoRect^ GeoRect {
GeoRect^ get ();
void set (GeoRect^ value);
}member GeoRect : GeoRect with get, set
Property Value
Type:
GeoRect
See Also