xamarintvos
namespace MapKit
{
[Introduced(PlatformName.MacOSX, 10, 9, PlatformArchitecture.All, null)]
[Protocol(Name = "MKOverlay", WrapperType = typeof(MKOverlayWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "Intersects", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(MKMapRect) }, ReturnType = typeof(bool), Selector = "intersectsMapRect:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "boundingMapRect", IsProperty = true, IsRequired = true, IsStatic = false, Name = "BoundingMapRect", PropertyType = typeof(MKMapRect), Selector = "boundingMapRect")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "canReplaceMapContent", IsProperty = true, IsRequired = false, IsStatic = false, Name = "CanReplaceMapContent", PropertyType = typeof(bool), Selector = "canReplaceMapContent")]
public interface IMKOverlay : IMKAnnotation, INativeObject, IDisposable
{
[Preserve(Conditional = true)]
MKMapRect BoundingMapRect
{
[Export("boundingMapRect")]
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. |