<?xml version="1.0" encoding="UTF-8"?>
<!--
   DBGMKMapView.inspector
   DebuggerUI

   Adapted for DebuggerUI by Troy Koelling on 12/19/2013
   Copyright © 2013-2017 Apple Inc. All rights reserved.
-->
<slice>
    <section>
        <sliver title="Type">
            <property type="dbg-enumeration" keyPath="inspectedObjectsController.selection.object.mapType">
                <option-group>
                    <option value="0" title="Standard"/>
                    <option value="1" title="Satellite"/>
                    <option value="2" title="Hybrid"/>
                    <option value="3" title="Satellite Flyover"/>
                    <option value="4" title="Hybrid Flyover"/>
                    <option value="5" title="Muted Standard"/>
                </option-group>
            </property>
        </sliver>
        <sliver title="Behavior">
            <property type="dbg-boolean" title="Shows User Location" keyPath="inspectedObjectsController.selection.object.showsUserLocation"/>
        </sliver>
        <sliver title="Allows">
            <property type="dbg-boolean" title="Zooming" keyPath="inspectedObjectsController.selection.object.zoomEnabled"/>
            <property type="dbg-boolean" title="Scrolling" keyPath="inspectedObjectsController.selection.object.scrollEnabled"/>
            <property type="dbg-boolean" title="Rotating" keyPath="inspectedObjectsController.selection.object.rotateEnabled"/>
            <property type="dbg-boolean" title="3D Perspective" keyPath="inspectedObjectsController.selection.object.pitchEnabled"/>
        </sliver>
        <sliver title="Shows">
            <property type="dbg-boolean" title="Buildings" keyPath="inspectedObjectsController.selection.object.showsBuildings"/>
            <property type="dbg-boolean" title="Compass" keyPath="inspectedObjectsController.selection.object.showsCompass"/>
            <property type="dbg-boolean" title="Points of Interest" keyPath="inspectedObjectsController.selection.object.showsPointsOfInterest"/>
            <property type="dbg-boolean" title="Scale" keyPath="inspectedObjectsController.selection.object.showsScale"/>
            <property type="dbg-boolean" title="Traffic" keyPath="inspectedObjectsController.selection.object.showsTraffic"/>
            <property type="dbg-boolean" title="User Location" keyPath="inspectedObjectsController.selection.object.showsUserLocation"/>
            <property type="dbg-boolean" title="Zoom Controls" keyPath="inspectedObjectsController.selection.object.showsZoomControls"/>
        </sliver>
    </section>
</slice>

