displaysMap
displaysMap
displaysMap Instance Property of INUIHostedViewSiriProviding A Boolean indicating whether your view controller replaces any default map interface.
optional var displaysMap: Bool { get }Discussion
Implement this property and return //com.apple.documentation/documentation/Swift/true when you want your view controller to provide the map showing location-related information. If you do not implement this property, or your implementation returns //com.apple.documentation/documentation/Swift/false, Siri displays its own map in addition to the content that you provide.