summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/strings.xml
blob: 5ceabacff296275dc77f2bd48237861faae537a7 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <string name="app_name">Mapbox Android SDK TestApp</string>

    <!-- Test Activities -->
    <string name="activity_mapboxmap">MapboxMap Activity</string>

    <!-- Fragment -->
    <string name="activity_map_fragment_suport">Support Map Fragment</string>
    <string name="activity_map_fragment">Map Fragment</string>

    <!-- Annotations -->
    <string name="activity_add_bulk_markers">Add Markers</string>
    <string name="activity_animated_marker">Animated Marker (experimental)</string>
    <string name="activity_dynamic_marker">Dynamic Marker</string>
    <string name="activity_polyline">Polyline</string>
    <string name="activity_polygon">Polygon</string>

    <!-- InfoWindow-->
    <string name="activity_info_window">Standard InfoWindow example</string>
    <string name="activity_infowindow_adapter">Custom InfoWindow Adapter</string>

    <!-- Camera -->
    <string name="activity_camera_animation_types">Animation Types</string>
    <string name="activity_camera_zoom">Zoom Methods</string>
    <string name="activity_visible_coordinate_bounds">LatLngBounds Method</string>
    <string name="activity_camera_position">CameraPosition Method</string>
    <string name="activity_scroll_by">Scroll By Method</string>

    <!-- API -->
    <string name="activity_directions">Directions</string>
    <string name="activity_geocoder">Geocoder</string>

    <!-- Other -->
    <string name="activity_snapshot">Snapshot Activity</string>
    <string name="activity_user_tracking_mode">User tracking mode</string>
    <string name="activity_custom_layer">Custom Layer (experimental)</string>
    <string name="activity_map_padding">Map Padding</string>
    <string name="activity_offline">Offline Map</string>
    <string name="activity_minmax_zoom">Min/Max Zoom</string>

    <!-- Description -->
    <string name="description_user_location_tracking">Tracks the location of the user</string>
    <string name="description_custom_layer">Experimental feature</string>
    <string name="description_info_window_adapter">Learn how to create a custom InfoWindow</string>
    <string name="description_cameraposition">CameraPosition capabilities</string>
    <string name="description_map_fragment">Showcase MapFragment</string>
    <string name="description_map_fragment_support">Showcase SupportMapFragment</string>
    <string name="description_press_for_marker">Example how to add a marker to a Map</string>
    <string name="description_camera_zoom">Different types of zoom methods</string>
    <string name="description_minmax_zoom">Configure a max and min zoomlevel</string>
    <string name="description_info_window">Learn how to handle the InfoWindow</string>
    <string name="description_info_window_concurrent">InfoWindow example with multiple open</string>
    <string name="description_add_bulk_markers">Add Markers to a Map</string>
    <string name="description_camera_animation_types">Showcase the different animation types</string>
    <string name="description_visible_bounds">Center the camera around a bounds</string>
    <string name="description_dynamic_marker">Update position and icon</string>
    <string name="description_map_padding">Map Padding example</string>
    <string name="description_offline">Offline Map example</string>
    <string name="description_animated_marker">Animate the position change of a Marker</string>
    <string name="description_polyline">Add a polyline to a map</string>
    <string name="description_polygon">Add a polygon to a map</string>
    <string name="description_directions">Example with Directions API</string>
    <string name="description_geocoder">Example with Geocoder API</string>
    <string name="description_scroll_by">Scroll with pixels in x,y direction</string>
    <string name="description_snapshot">Example to make a snapshot of the map</string>

    <string name="menuitem_title_concurrent_infowindow">Concurrent Open InfoWindows</string>r
    <string name="menuitem_title_tracking_mode_dismiss_on_gesture">Dismiss on Gesture</string>r

    <string name="category">category</string>
    <string name="category_annotation">Annotation</string>
    <string name="category_infowindow">InfoWindow</string>
    <string name="category_camera">Camera</string>
    <string name="category_fragment">Fragment</string>
    <string name="category_api">API</string>
    <string name="category_other">Other</string>

    <string name="action_visible_bounds_explanation">Center map around 2 markers</string>
    <string name="action_remove_polylines">Remove polylines</string>

    <string name="button_camera_move">Move</string>
    <string name="button_camera_ease">Ease</string>
    <string name="button_camera_animate">Animate</string>
    <string name="button_make_snapshot">Snapshot</string>

    <string name="label_fps">FPS:</string>

    <string name="styleMapboxStreets">Mapbox Streets</string>
    <string name="styleEmerald">Emerald</string>
    <string name="styleLight">Light</string>
    <string name="styleDark">Dark</string>
    <string name="styleSatellite">Satellite</string>
    <string name="styleSatelliteStreets">Satellite Streets</string>

    <string-array name="outdoors_class_list">
        <item>Day</item>
        <item>Night</item>
    </string-array>

    <string-array name="bulk_marker_list">
        <item>10</item>
        <item>100</item>
        <item>1000</item>
        <item>10000</item>
    </string-array>

    <string-array name="user_tracking_mode">
        <item>Disabled</item>
        <item>Follow tracking</item>
    </string-array>

    <string-array name="user_bearing_mode">
        <item>Disabled</item>
        <item>GPS bearing</item>
        <item>Compass bearing</item>
        <!--<item>Combined mode</item>-->
    </string-array>

    <string name="zoom_botton">Zoom</string>

    <string name="scrollby_x_value">X: %1$d</string>
    <string name="scrollby_y_value">Y: %1$d</string>
    <string name="button_download_region">Download region</string>
    <string name="button_list_regions">List regions</string>

    <string name="dialog_camera_position">Animate to new position</string>

</resources>