Interface JappTextMarkerProperties

interface JappTextMarkerProperties {
    id: string;
    label: string;
    location: LngLatLike;
    shapeType: string;
    textColor: string;
    textRotation: number;
    textSize: number;
    zoomRef: number;
}

Properties

id: string
label: string
location: LngLatLike
shapeType: string
textColor: string
textRotation: number
textSize: number
zoomRef: number