Mappedin JS - v6.14.0
    Preparing search index...

    Type Alias TMVFStyle

    type TMVFStyle = {
        altitude: number;
        color: string;
        height: number;
        opacity: number;
    }
    Index

    Properties

    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