summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/res/values/strings.xml
blob: becbcce0b0ce8eaea2ffec13965273141f274f7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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 -->
    <!-- {@deprecated Use Style.getXStyleUrl(int version) instead.} -->
    <string name="style_mapbox_streets">mapbox://styles/mapbox/streets-v9</string>
    <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-hybrid-v9</string>
</resources>