summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/res/values/strings.xml
blob: 687b85b2d8b533c89e13e5071699fda5e5cd822b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="compassContentDescription">Map compass. Click to reset the map rotation to North.</string>
    <string name="attributionsIconContentDescription">Attribution icon. Click to show attribution dialog.</string>
    <string name="attributionsDialogTitle">Mapbox Android SDK</string>
    <string name="attributionTelemetryTitle">Make Mapbox Maps Better</string>
    <string name="attributionTelemetryMessage">You are helping to make OpenStreetMap and Mapbox maps better by contributing anonymous usage data.</string>
    <string name="mapboxIconContentDescription">The Mapbox logo.</string>
    <string name="infoWindowTitle">Title</string>
    <string name="infoWindowDescription">Description</string>
    <string name="infoWindowAddress">Address</string>

    <!-- these are public -->
    <!-- Using one of these constants means your map style will always use the latest version and
     may change as we improve the style. -->
    <string name="style_mapbox_streets">mapbox://styles/mapbox/streets-v9</string>
    <string name="style_outdoors">mapbox://styles/mapbox/outdoors-v9</string>
    <!-- Note: Emerald style has been deprecated and will be removed in a future release-->
    <string name="style_emerald">mapbox://styles/mapbox/emerald-v8</string>
    <string name="style_light">mapbox://styles/mapbox/light-v9</string>
    <string name="style_dark">mapbox://styles/mapbox/dark-v9</string>
    <string name="style_satellite">mapbox://styles/mapbox/satellite-v9</string>
    <string name="style_satellite_streets">mapbox://styles/mapbox/satellite-streets-v9</string>
</resources>