{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "styled-google-maps-block/main-block",
	"version": "0.1.0",
	"title": "Styled Google Maps",
	"category": "embed",
	"description": "A highly-customizable Google Maps block. Supports custom themes, navigational directions, and Google Street View.",
	"supports": {
		"html": false
	},
	"textdomain": "styled-google-maps-block",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css",
	"viewScript": "file:./view-script.js",
	"keywords": [
		"google",
		"maps",
		"map",
		"branded",
		"style",
		"styled",
		"custom",
		"customized",
		"theme",
		"embed",
		"street view",
		"directions"
	],
	"attributes": {
		"key": {
			"type": "string",
			"default": "AIzaSyCRspsEADhOoOF4c2LhYKu_IAB0orV9ExA"
		},
		"height": {
			"type": "number",
			"default": 400
		},
		"mapmode": {
			"type": "string",
			"default": "place",
			"enum": [
				"place",
				"view",
				"directions",
				"streetview",
				"search",
				"themed"
			]
		},
		"q": {
			"type": "string",
			"default": "Empire State Building"
		},
		"center": {
			"type": "string",
			"default": "40.74841,-73.98570"
		},
		"zoom": {
			"type": "number",
			"default": 10
		},
		"maptype": {
			"type": "string",
			"default": "roadmap",
			"enum": [
				"roadmap",
				"satellite"
			]
		},
		"language": {
			"type": "string",
			"default": ""
		},
		"region": {
			"type": "string",
			"default": ""
		},
		"origin": {
			"type": "string",
			"default": "Empire State Building"
		},
		"destination": {
			"type": "string",
			"default": "Flatiron Building"
		},
		"waypoints": {
			"type": "string",
			"default": ""
		},
		"mode": {
			"type": "string",
			"enum": [
				"driving",
				"walking",
				"bicycling",
				"transit",
				"flying"
			],
			"default": "driving"
		},
		"avoid": {
			"type": "string",
			"default": ""
		},
		"units": {
			"type": "string",
			"enum": [
				"",
				"metric",
				"imperial"
			],
			"default": ""
		},
		"location": {
			"type": "string",
			"default": "40.74841,-73.98570"
		},
		"pano": {
			"type": "string",
			"default": ""
		},
		"heading": {
			"type": "number",
			"default": 0
		},
		"pitch": {
			"type": "number",
			"default": 0
		},
		"fov": {
			"type": "number",
			"default": 90
		},
		"styles": {
			"type": "string",
			"default": "[]"
		},
		"themedmaptype": {
			"type": "string",
			"enum": [
				"roadmap",
				"satellite",
				"hybrid",
				"terrain"
			],
			"default": "roadmap"
		},
		"uivisibility": {
			"type": "boolean",
			"default": true
		},
		"markervisibility": {
			"type": "boolean",
			"default": true
		}
	}
}
