sesaparcours
    Preparing search index...
    • modify the name position of point a (the default position is under the point, the right and under the point syntax setPointNameOffset(a, offsetX, offsetY) is also allowed

      Parameters

      • options: { a: string | CPt; offsetX: number; offsetY: number }
        • a: string | CPt

          name (or tag if name is empty) of the point name of which is to be repositionned

        • offsetX: number

          new x-shift of the name

        • offsetY: number

          new x-shift of the name

      Returns void