xamarintvos
namespace MapKit
{
[Introduced(PlatformName.MacOSX, 10, 9, PlatformArchitecture.All, null)]
[Protocol(Name = "MKAnnotation", WrapperType = typeof(MKAnnotationWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "SetCoordinate", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(CLLocationCoordinate2D) }, Selector = "setCoordinate:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "coordinate", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Coordinate", PropertyType = typeof(CLLocationCoordinate2D), Selector = "coordinate")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.Copy, GetterSelector = "title", IsProperty = true, IsRequired = false, IsStatic = false, Name = "Title", PropertyType = typeof(string), Selector = "title")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.Copy, GetterSelector = "subtitle", IsProperty = true, IsRequired = false, IsStatic = false, Name = "Subtitle", PropertyType = typeof(string), Selector = "subtitle")]
public interface IMKAnnotation : INativeObject, IDisposable
{
[Preserve(Conditional = true)]
CLLocationCoordinate2D Coordinate
{
[Export("coordinate")]
get;
}
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.NET | 6.07.08.09.0 |
Information specific to xamarintvos | |
Assembly | Xamarin.TVOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |