Enabling and Disabling features on the map
Toggling MapsIndoors features
mapControl?.hiddenFeatures = [MPFeatureType.extrudedBuildings.rawValue,
MPFeatureType.extrusion3D.rawValue,
MPFeatureType.walls3D.rawValue,
MPFeatureType.model3D.rawValue]mapControl?.hiddenFeatures = []Last updated
Was this helpful?