TKUIImageAnnotationView

@objc
@MainActor
public class TKUIImageAnnotationView : MKAnnotationView

A annotation to display a simple image on a map, which might have been downloaded from a server.

  • Undocumented

    Declaration

    Swift

    @MainActor
    public override init(annotation: MKAnnotation?, reuseIdentifier: String?)
  • Undocumented

    Declaration

    Swift

    @MainActor
    public override var annotation: MKAnnotation? { get set }