mirror of
https://github.com/davidjohnbarton/crawler-google-places.git
synced 2025-12-12 16:38:45 +00:00
Improved schema
This commit is contained in:
parent
433468aed3
commit
f7a76be8ae
|
|
@ -13,12 +13,14 @@
|
||||||
"lat": {
|
"lat": {
|
||||||
"title": "Viewport Latitude",
|
"title": "Viewport Latitude",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Use it with combination with longitude and zoom to set up viewport to search on."
|
"description": "Use it with combination with longitude and zoom to set up viewport to search on.",
|
||||||
|
"editor": "textfield"
|
||||||
},
|
},
|
||||||
"lng": {
|
"lng": {
|
||||||
"title": "Viewport Longitude",
|
"title": "Viewport Longitude",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Use it with combination with latitude and zoom to set up viewport to search on."
|
"description": "Use it with combination with latitude and zoom to set up viewport to search on.",
|
||||||
|
"editor": "textfield"
|
||||||
},
|
},
|
||||||
"zoom": {
|
"zoom": {
|
||||||
"title": "Viewport Zoom",
|
"title": "Viewport Zoom",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user