summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/res/values/strings.xml
blob: eadcdcc04346d08e032d786cd02fb6f7d0b44a66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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="mapboxIconContentDescription">The Mapbox logo.</string>
    <string name="infoWindowTitle">Title</string>
    <string name="infoWindowDescription">Description</string>
    <string name="infoWindowAddress">Address</string>

    <!-- these are public -->
    <string name="style_mapbox_streets">mapbox://styles/mapbox/streets-v8</string>
    <string name="style_emerald">mapbox://styles/mapbox/emerald-v8</string>
    <string name="style_light">mapbox://styles/mapbox/light-v8</string>
    <string name="style_dark">mapbox://styles/mapbox/dark-v8</string>
    <string name="style_satellite">mapbox://styles/mapbox/satellite-v8</string>
    <string name="style_satellite_streets">mapbox://styles/mapbox/satellite-hybrid-v8</string>
</resources>