Type Alias TMVFStyle

TMVFStyle: {
    altitude: number;
    color: string;
    height: number;
    opacity: number;
}

Type declaration

  • altitude: number

    How far off the "ground" the objects belonging to this layer should be drawn, in meters.

    0

  • color: string

    Color should be represented with a hash (#), followed by 6 hexadecimal digits. ex: #RRGGBB

    ^#[0-9a-fA-F]{6}$

  • height: number

    The height of the objects belonging to this layer, in meters.

    0

  • opacity: number

    0

    1