Sha256: 94808b9c139b68865edfdf1d4893aa46f4851bea943c06e2f1fc8625c9e3cb3f

Contents?: true

Size: 1.19 KB

Versions: 9

Compression:

Stored size: 1.19 KB

Contents

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2012 Google Inc. All Rights Reserved. -->
<resources>
  <declare-styleable name="MapAttrs">
    <attr name="mapType" format="enum">
      <enum name="none" value="0"/>
      <enum name="normal" value="1"/>
      <enum name="satellite" value="2"/>
      <enum name="terrain" value="3"/>
      <enum name="hybrid" value="4"/>



    </attr>
    <attr name="cameraBearing" format="float"/>
    <attr name="cameraTargetLat" format="float"/>
    <attr name="cameraTargetLng" format="float"/>
    <attr name="cameraTilt" format="float"/>
    <attr name="cameraZoom" format="float"/>
    <attr name="liteMode" format="boolean"/>



    <attr name="uiCompass" format="boolean"/>
    <attr name="uiRotateGestures" format="boolean"/>
    <attr name="uiScrollGestures" format="boolean"/>
    <attr name="uiTiltGestures" format="boolean"/>
    <attr name="uiZoomControls" format="boolean"/>
    <attr name="uiZoomGestures" format="boolean"/>
    <attr name="useViewLifecycle" format="boolean"/>
    <attr name="zOrderOnTop" format="boolean"/>
    <attr name="uiMapToolbar" format="boolean"/>
    <attr name="ambientEnabled" format="boolean"/>
  </declare-styleable>
</resources>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
motion-flow-0.1.8 vendor/android/google-play-services_lib/res/values/maps_attrs.xml
motion-flow-0.1.7 vendor/android/google-play-services_lib/res/values/maps_attrs.xml
motion-flow-0.1.6 vendor/android/google-play-services_lib/res/values/maps_attrs.xml
motion-flow-0.1.5 vendor/android/google-play-services_lib/res/values/maps_attrs.xml
motion-flow-0.1.4 vendor/android/google-play-services_lib/res/values/maps_attrs.xml
motion-flow-0.1.3 vendor/android/google-play-services_lib/res/values/maps_attrs.xml
motion-flow-0.1.2 vendor/android/google-play-services_lib/res/values/maps_attrs.xml
motion-flow-0.1.1 vendor/android/google-play-services_lib/res/values/maps_attrs.xml
motion-flow-0.1 vendor/android/google-play-services_lib/res/values/maps_attrs.xml