Display Rules in Practice
iOS v4
Style the Map using Display Rules on iOS
Modify the Display Rule for the Selected Location
let selectionDisplayRule = MPMapsIndoors.shared.displayRuleFor(displayRuleType: .selectionHighlight)
selectionDisplayRule?.polygonStrokeColor = .blue
selectionDisplayRule?.polygonFillColor = .green
selectionDisplayRule?.polygonStrokeWidth = 8Setting Display Rule for a Type
Setting Display Rule for a Single and Multiple Locations
Presenting Locations Using Polygons
Style the Map using Google Maps Styling
Last updated
Was this helpful?