MVFv3 API Documentation
    Preparing search index...
    EnterpriseTextAreaProperties:
        | {
            align: "unknown"
            | "center"
            | "near";
            maxHeight: number;
            maxWidth: number;
            rotation: number;
        } & { geometryId: `g_${string}` }
        | {
            align: "unknown" | "center" | "near";
            maxHeight: number;
            maxWidth: number;
            rotation: number;
        } & { verticalOffset: number }

    Enterprise Text Areas are a way to describe a place that text can be rendered dynamically on the map.

    Type declaration

    • {
          align: "unknown" | "center" | "near";
          maxHeight: number;
          maxWidth: number;
          rotation: number;
      } & { geometryId: `g_${string}` }
      • 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.

      • maxHeight: number

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

        0

      • 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

      • rotation: number

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

        0

        360

      • geometryId: `g_${string}`
    • {
          align: "unknown" | "center" | "near";
          maxHeight: number;
          maxWidth: number;
          rotation: number;
      } & { verticalOffset: number }
      • 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.

      • maxHeight: number

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

        0

      • 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

      • rotation: number

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

        0

        360

      • verticalOffset: number

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

        0