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