Fix js-docs for marker-types

This commit is contained in:
Blue (Lukas Rieger) 2021-03-22 22:08:09 +01:00
parent 0727559aa1
commit a7a382d1d9
No known key found for this signature in database
GPG Key ID: 904C4995F9E1F800
4 changed files with 3 additions and 2 deletions

View File

@ -81,6 +81,7 @@ export class ExtrudeMarker extends ObjectMarker {
* @param markerData {{
* position: {x: number, y: number, z: number},
* label: string,
* detail: string,
* shape: {x: number, z: number}[],
* shapeMinY: number,
* shapeMaxY: number,

View File

@ -83,6 +83,7 @@ export class LineMarker extends ObjectMarker {
* @param markerData {{
* position: {x: number, y: number, z: number},
* label: string,
* detail: string,
* line: {x: number, y: number, z: number}[],
* link: string,
* newTab: boolean,

View File

@ -88,8 +88,6 @@ export class PoiMarker extends HtmlMarker {
* iconAnchor: {x: number, y: number},
* label: string,
* icon: string,
* link: string,
* newTab: boolean,
* minDistance: number,
* maxDistance: number
* }}

View File

@ -77,6 +77,7 @@ export class ShapeMarker extends ObjectMarker {
* @param markerData {{
* position: {x: number, y: number, z: number},
* label: string,
* detail: string,
* shape: {x: number, z: number}[],
* shapeY: number,
* height: number,