LocationComponent
Extends:
src/components/textfield/TextField.js~TextFieldComponent → LocationComponent
Static Member Summary
| Static Public Members | ||
| public static get |
builderInfo: {"title": string, "group": string, "icon": string, "weight": number, "schema": *} |
|
Static Method Summary
| Static Public Methods | ||
| public static |
schema(extend: ...*): * |
|
Member Summary
| Public Members | ||
| public get |
|
|
| public get |
|
|
| public get |
inputInfo: * |
|
Method Summary
| Public Methods | ||
| public |
addMarker(latlng: *, title: *, element: *) |
|
| public |
attach(element: *): * |
|
| public |
attachElement(element: *, index: *) |
|
| public |
init() |
|
| public |
renderElement(value: *, index: *): * |
|
Static Public Members
Static Public Methods
public static schema(extend: ...*): * source
Params:
| Name | Type | Attribute | Description |
| extend | ...* |
Return:
| * |
Public Methods
public addMarker(latlng: *, title: *, element: *) source
Params:
| Name | Type | Attribute | Description |
| latlng | * | ||
| title | * | ||
| element | * |
public attachElement(element: *, index: *) source
Params:
| Name | Type | Attribute | Description |
| element | * | ||
| index | * |
public init() source
public renderElement(value: *, index: *): * source
Params:
| Name | Type | Attribute | Description |
| value | * | ||
| index | * |
Return:
| * |
