<?xml version="1.0" encoding="UTF-8"?>
<!--
    IBMKLookAroundViewController.inspector
    IDEInterfaceBuilderCocoaTouchIntegration

    Created by Luke Larson on 3/22/22.
    Copyright © 2022 Apple Inc. All rights reserved.
-->
<slice>
    <section>
        <sliver title="Navigation">
            <property type="boolean" title="Enabled" keyPath="inspectedObjectsController.selection.object.navigationEnabled"/>
        </sliver>
        <sliver title="Shows">
            <property type="boolean" title="Road Labels" keyPath="inspectedObjectsController.selection.object.showsRoadLabels"/>
        </sliver>
    </section>
    <section title="Point of Interest">
        <chooser type="number" title="Filter" keyPath="inspectedObjectsController.selection.object.ibInspectedPointOfInterestFilterChoice">
            <choice title="None" value="0">
            </choice>
            <choice title="Inclusion" value="1">
                <sliver title="Include">
                    <property type="array" objectType="string" defaultValue="Category" placeholder="No Categories"  optionsKeyPath="inspectedObjectsController.selection.object.ibInspectedPointOfInterestFilterCategories" keyPath="inspectedObjectsController.selection.object.ibInspectedPointOfInterestFilterIncludedCategories"/>
                </sliver>
            </choice>
            <choice title="Exclusion" value="2">
                <sliver title="Exclude">
                    <property type="array" objectType="string" defaultValue="Category" placeholder="No Categories" optionsKeyPath="inspectedObjectsController.selection.object.ibInspectedPointOfInterestFilterCategories" keyPath="inspectedObjectsController.selection.object.ibInspectedPointOfInterestFilterExcludedCategories"/>
                </sliver>
            </choice>
        </chooser>
    </section>
</slice>
