• Converts KML coordinates string to x,y, and z values.

    Parameters

    • coordinates: string

      The string coordinates to convert.

    Returns {
        x: number;
        y: number;
        z: number;
    }[]