MVFv3 API Documentation
    Preparing search index...

    Enterprise Floating Text Areas are text areas that are floating in space.

    type EnterpriseFloatingTextAreaProperties = {
        rotation: number;
        align: "unknown" | "center" | "near";
        maxWidth: number;
        maxHeight: number;
        verticalOffset: number;
    }
    Index

    Properties

    rotation: number

    Rotation in degrees, about the center of the image. North is 0, east is 90.

    0

    360

    align: "unknown" | "center" | "near"

    The alignment of the text within the label. 'Near' means the text will be aligned up against the position. Typically in the SDK the text will be rotated to always be upright, so either the start or end of the text will be up against the position. 'Center' means it will be centered in the middle of the area.

    maxWidth: number

    The maximum width of the label, in meters. The left edge will start at the feature's position and extend in the rotation direction.

    0

    maxHeight: number

    The maximum height of the label, in meters. Half the height will be above the feature's position, half below.

    0

    verticalOffset: number

    How high to position the image, in meters, relative to the ground plane.

    0