-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Expand file tree
/
Copy pathstrings.xml
More file actions
38 lines (37 loc) · 2.12 KB
/
strings.xml
File metadata and controls
38 lines (37 loc) · 2.12 KB
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
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2020 Google Inc.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<resources>
<string name="app_name">Maps Utils Demo</string>
<string name="input_text">Looking for…</string>
<string name="button_send">Go!</string>
<string name="police_stations">Police Stations in Victoria</string>
<string name="medicare">Medicare Offices</string>
<string name="attrib_format">Data from <a href = "%s">data.gov.au</a>, modified under <a href = \"https://creativecommons.org/licenses/by/3.0/au/\">CC BY 3.0 AU</a></string>
<string name="police_stations_url">https://data.gov.au/dataset/police-station-locations/resource/76110b24-0f0a-4c29-9583-3f99eaba486c</string>
<string name="medicare_url">https://data.gov.au/dataset/location-of-medicare-offices/resource/5d38e1be-4011-49c4-8b8b-75405eeb1088</string>
<string name="kml_url">https://raw.githubusercontent.com/googlemaps/android-maps-utils/70a77b066b8391da06a2d708792de8337bf5d3b6/demo/src/main/res/raw/campus.kml</string>
<string name="geojson_url">https://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/all_day.geojson</string>
<string-array name="heatmaps_datasets_array">
<item>@string/police_stations</item>
<item>@string/medicare</item>
</string-array>
<string name="button_radius">Radius</string>
<string name="button_gradient">Gradient</string>
<string name="button_opacity">Opacity</string>
<string name="location_1_is_supported_in_streetview">Location 1 is supported in StreetView: %1$s</string>
<string name="go">Go</string>
</resources>