FUICalloutAnnotation

open class FUICalloutAnnotation : MKPointAnnotation, FUIAnnotation

A subclass of MKPointAnnotation which conforms to FUIAnnotation and it is tied to a callout tag showing the name of a route on the map.

  • The state of the callout annotation. This annotation will become invisible if in .selected state.

    Declaration

    Swift

    open var state: FUIMapFloorplan.State
  • The layer to which the callout annotation is added. This property is managed by map floorplan controller. After you initialize this property, you should not set it directly.

    Declaration

    Swift

    public var layer: FUIGeometryLayer
  • The index path of a callout annotation. This property is managed by map floorplan controller. After you initialize this property, you should not set it directly.

    Declaration

    Swift

    public var indexPath: IndexPath