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