-
Notifications
You must be signed in to change notification settings - Fork 160
Expand file tree
/
Copy pathgeocoding.json
More file actions
39 lines (39 loc) · 1.19 KB
/
geocoding.json
File metadata and controls
39 lines (39 loc) · 1.19 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
39
{
"geocoding": {
"label": {
"geocoding": "Google Geocoding",
"category": "location",
"geocodeby-address": "Geocode by Address",
"geocodeby-coordinates": "Geocode by Coordinates",
"name": "Name",
"geocodeby": "Geocode by",
"byaddress": "Address",
"bycoordinates": "Coordinates",
"address": "Address",
"latitude": "Latitude",
"longitude": "Longitude",
"apikey": "Google API Key",
"bounds": "Bounds",
"language": "Language",
"region": "Region",
"components": "Components"
},
"placeholder": {
"name": "Name",
"address": "Address",
"latitude": "Latitude",
"longitude": "Longitude",
"bounds": "Bounds",
"language": "Language",
"region": "Region",
"components": "Components"
},
"status": {
"failed": "failed"
},
"error": {
"no-lan_lon": "Please provide a longitude and latitude.",
"no-address": "Please provide an address."
}
}
}