Codebase list gnome-maps / upstream/3.38.6 data / org.gnome.Maps.gschema.xml
upstream/3.38.6

Tree @upstream/3.38.6 (Download .tar.gz)

org.gnome.Maps.gschema.xml @upstream/3.38.6raw · history · blame

<schemalist gettext-domain="gnome-maps">
  <enum id="org.gnome.maps.TransportationType">
    <value value="0" nick="car"/>
    <value value="1" nick="bike"/>
    <value value="2" nick="pedestrian"/>
    <value value="3" nick="transit"/>
  </enum>
  <schema id="org.gnome.Maps" path="/org/gnome/maps/">
    <key type="ad" name="last-viewed-location">
      <default>[0.0,0.0]</default>
      <summary>last viewed location</summary>
      <description>Coordinates of last viewed location.</description>
    </key>
    <key type="i" name="zoom-level">
      <default>0</default>
      <summary>zoom</summary>
      <description>Zoom level</description>
    </key>
    <key name="map-type" type="s">
      <default>"MapsStreetSource"</default>
      <summary>Map type</summary>
      <description>The type of map to display (street, aerial, etc.)</description>
    </key>
    <key name="window-size" type="ai">
      <default>[768, 600]</default>
      <summary>Window size</summary>
      <description>Window size (width and height).</description>
    </key>
    <key name="window-position" type="ai">
      <default>[]</default>
      <summary>Window position</summary>
      <description>Window position (X and Y).</description>
    </key>
    <key name="window-maximized" type="b">
      <default>true</default>
      <summary>Window maximized</summary>
      <description>Window maximization state</description>
    </key>
    <key name="max-search-results" type="i">
      <default>20</default>
      <summary>Maximum number of search results</summary>
      <description>Maximum number of search results from geocode search.</description>
    </key>
    <key name="recent-places-limit" type="i">
      <default>50</default>
      <summary>Number of recent places to store</summary>
      <description>Number of recently visited places to store.</description>
    </key>
    <key name="recent-routes-limit" type="i">
      <default>5</default>
      <summary>Number of recent routes to store</summary>
      <description>Number of recently visited routes to store.</description>
    </key>
    <key name="checkin-facebook-privacy" type="s">
      <default>"EVERYONE"</default>
      <summary>Facebook check-in privacy setting</summary>
      <!-- Translators: EVERYONE, FRIENDS_OF_FRIENDS, ALL_FRIENDS, and SELF are constant names, and should not be translated -->
      <description>Latest used Facebook check-in privacy setting. Possible values are: EVERYONE, FRIENDS_OF_FRIENDS, ALL_FRIENDS or SELF.</description>
    </key>
    <key name="checkin-foursquare-privacy" type="s">
      <default>"public"</default>
      <summary>Foursquare check-in privacy setting</summary>
      <description>Latest used Foursquare check-in privacy setting. Possible values are: public, followers or private.</description>
    </key>
    <key name="checkin-foursquare-broadcast-facebook" type="b">
      <default>false</default>
      <summary>Foursquare check-in Facebook broadcasting</summary>
      <description>Indicates if Foursquare should broadcast the check-in as a post in the Facebook account associated with the Foursquare account.</description>
    </key>
    <key name="checkin-foursquare-broadcast-twitter" type="b">
      <default>false</default>
      <summary>Foursquare check-in Twitter broadcasting</summary>
      <description>Indicates if Foursquare should broadcast the check-in as a tweet in the Twitter account associated with the Foursquare account.</description>
    </key>
    <key name="osm-username" type="s">
      <default>""</default>
      <summary>OpenStreetMap username or e-mail address</summary>
      <description>Indicates if the user has signed in to edit OpenStreetMap data.</description>
    </key>
    <key name="transportation-type" enum="org.gnome.maps.TransportationType">
      <default>'pedestrian'</default>
      <summary>Last used transportation type for routing</summary>
    </key>
    <key name="night-mode" type="b">
      <default>false</default>
      <summary>Night mode</summary>
      <description>Whether the application is in night mode.</description>
    </key>
    <key name="hybrid-aerial" type="b">
      <default>false</default>
      <summary>Use hybrid aerial tiles</summary>
      <description>Whether aerial tiles should use hybrid style (with labels).</description>
    </key>
  </schema>
</schemalist>