namespace EventKit
{
[Register("EKStructuredLocation", true)]
public class EKStructuredLocation : EKObject, INSCopying, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual CLLocation? GeoLocation
{
[Export("geoLocation", ArgumentSemantic.Retain)]
get;
[Export("setGeoLocation:", ArgumentSemantic.Retain)]
set;
}
}
}
Assembly | Xamarin.WatchOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
---|---|
Help | Documentation |
.NET | 7.0-ios7.0-tvos |
Xamarin iOS | 0.0 |
Xamarin macOS | 0.0 |
Xamarin watchOS | 0.0 |
OS Platforms | For the selected framework the property getter is supported on all OS platforms. For the selected framework the property setter is supported on all OS platforms. |