create_map
ActiveTool of QuintaDB
declared in 1.0.0
Створити карту Google Maps з джерелами даних (маркерами з форм). center_type: 1=адреса, 2=координати, 3=перший запис.
Parameters schema
{
"type": "object",
"required": [
"app_id",
"name"
],
"properties": {
"name": {
"type": "string",
"description": "Display name"
},
"app_id": {
"type": "string",
"description": "Project ID (from list_projects)"
},
"center_type": {
"type": "integer",
"description": "1=адреса, 2=координати, 3=перший запис"
},
"data_sources": {
"type": "array",
"items": {
"type": "object",
"properties": {
"entity_id": {
"type": "string",
"description": "ID форми"
},
"address_field_id": {
"type": "string",
"description": "Поле з адресою"
},
"info_window_type": {
"type": "integer",
"description": "1=поле, 2=фіксований текст"
},
"latitude_field_id": {
"type": "string",
"description": "Поле з широтою"
},
"marker_field_type": {
"type": "integer",
"description": "1=адреса, 2=координати"
},
"marker_title_type": {
"type": "integer",
"description": "1=поле, 2=фіксований текст"
},
"longitude_field_id": {
"type": "string",
"description": "Поле з довготою"
},
"info_window_field_id": {
"type": "string",
"description": "Поле для вмісту popup"
},
"marker_title_field_id": {
"type": "string",
"description": "Поле для заголовку маркера"
}
}
}
},
"center_address": {
"type": "string",
"description": "Адреса центру (для center_type=1)"
},
"center_latitude": {
"type": "number"
},
"center_longitude": {
"type": "number"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
QuintaDB
1/7 registries