Change Building Outline Color
iOS v4
To change the building outline color, along with other display properties, you must get and modify the Building Outline Display Rule.
let buildingOutline = MPMapsIndoors.shared.displayRuleFor(displayRuleType: .buildingOutline)
buildingOutline?.polygonStrokeColor = .blue
Note that only the polygon stroke color, width and opacity values are respected.
Last updated
Was this helpful?