MLNAttributionInfo class
Information about an attribution statement, usually a copyright or trademark statement, associated with a map content source.
Constructors
- MLNAttributionInfo()
- 
          Returns a new instance of MLNAttributionInfo constructed with the default newmethod.factory
- MLNAttributionInfo.castFrom(ObjCObjectBase other)
- 
          Constructs a MLNAttributionInfo that points to the same underlying object as other.
- 
          MLNAttributionInfo.castFromPointer(Pointer<ObjCObject> other, {bool retain = false, bool release = false})
- Constructs a MLNAttributionInfo that wraps the given raw object pointer.
Properties
- debugDescription$1 → NSString
- 
  debugDescription
  no setterinherited
- description$1 → NSString
- 
  description
  no setterinherited
- feedbackLink ↔ bool
- 
  A Boolean value indicating whether the attribution statement is a shortcut to a
feedback tool.
  getter/setter pair
- hash$1 → int
- 
  hash
  no setterinherited
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- isProxy → bool
- 
  isProxy
  no setterinherited
- ref → ObjCObjectRef
- 
  
  finalinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- superclass$1 → ObjCObjectBase
- 
  superclass
  no setterinherited
- title ↔ NSAttributedString
- 
  The attribution statement’s attributed title text.
  getter/setter pair
- URL ↔ NSURL?
- 
  The URL to more information about the entity named in the attribution.
  getter/setter pair
Methods
- 
  autorelease() → MLNAttributionInfo 
- autorelease
- 
  class$1() → ObjCObjectBase 
- 
  class
  inherited
- 
  conformsToProtocol$1(Protocol aProtocol) → bool 
- 
  conformsToProtocol:
  inherited
- 
  copy() → ObjCObjectBase 
- 
  copy
  inherited
- 
  dealloc() → void 
- 
  dealloc
  inherited
- 
  doesNotRecognizeSelector(Pointer< ObjCSelector> aSelector) → void
- 
  doesNotRecognizeSelector:
  inherited
- 
  forwardingTargetForSelector(Pointer< ObjCSelector> aSelector) → ObjCObjectBase
- 
  forwardingTargetForSelector:
  inherited
- 
  forwardInvocation(NSInvocation anInvocation) → void 
- 
  forwardInvocation:
  inherited
- 
  init() → MLNAttributionInfo 
- init
- 
  initWithTitle(NSAttributedString title, {NSURL? URL}) → MLNAttributionInfo 
- Returns an initialized attribution info object with the given title and URL.
- 
  isEqual(ObjCObjectBase object) → bool 
- 
  isEqual:
  inherited
- 
  isKindOfClass(ObjCObjectBase aClass) → bool 
- 
  isKindOfClass:
  inherited
- 
  isMemberOfClass(ObjCObjectBase aClass) → bool 
- 
  isMemberOfClass:
  inherited
- 
  methodForSelector(Pointer< ObjCSelector> aSelector) → Pointer<NativeFunction< Void Function()> >
- 
  methodForSelector:
  inherited
- 
  methodSignatureForSelector(Pointer< ObjCSelector> aSelector) → NSMethodSignature
- 
  methodSignatureForSelector:
  inherited
- 
  mutableCopy() → ObjCObjectBase 
- 
  mutableCopy
  inherited
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  performSelector(Pointer< ObjCSelector> aSelector) → ObjCObjectBase
- 
  performSelector:
  inherited
- 
  performSelector$1(Pointer< ObjCSelector> aSelector, {required ObjCObjectBase withObject}) → ObjCObjectBase
- 
  performSelector:withObject:
  inherited
- 
  performSelector$2(Pointer< ObjCSelector> aSelector, {required ObjCObjectBase withObject, required ObjCObjectBase withObject$1}) → ObjCObjectBase
- 
  performSelector:withObject:withObject:
  inherited
- 
  release() → void 
- 
  release
  inherited
- 
  respondsToSelector(Pointer< ObjCSelector> aSelector) → bool
- 
  respondsToSelector:
  inherited
- 
  retain() → MLNAttributionInfo 
- retain
- 
  retainCount() → int 
- 
  retainCount
  inherited
- 
  self$1() → MLNAttributionInfo 
- self
- 
  titleWithStyle(MLNAttributionInfoStyle style) → NSAttributedString 
- 
  Returns a copy of the current titleformatted accordingly tostyle.
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
- 
  zone() → Pointer< NSZone> 
- 
  zone
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited
Static Methods
- 
  alloc() → MLNAttributionInfo 
- alloc
- 
  allocWithZone(Pointer< NSZone> zone) → MLNAttributionInfo
- allocWithZone:
- 
  isInstance(ObjCObjectBase obj) → bool 
- 
  Returns whether objis an instance of MLNAttributionInfo.
- 
  new$() → MLNAttributionInfo 
- new