FUIOverlay
public protocol FUIOverlay : MKOverlay, FUIAnnotation
A protocol extending FUIAnnotation and MKOverlay for storing extra info that will be used by FUIMapFloorplanViewController. The properties of this protocol are managed by FUIMapFloorplanViewController. Developer is not supposed to set these properties.
-
Cache overlay render objects for different states.
Declaration
Swift
var overlayRenderer: [FUIMapFloorplan.State : MKOverlayRenderer] { get set }