Interface JTerrainSpecification

interface JTerrainSpecification {
    dataSourceId?: string;
    hillshadeAccentColor?: string;
    hillshadeExaggeration?: number;
    hillshadeHighlightColor?: string;
    hillshadeIlluminationAnchor?: JTERRAIN_ILLUMINATION_ANCHOR_TYPES;
    hillshadeIlluminationDirection?: number;
    hillshadeShadowColor?: string;
    terrainExaggeration?: number;
    visible?: boolean;
}

Properties

dataSourceId?: string
hillshadeAccentColor?: string
hillshadeExaggeration?: number
hillshadeHighlightColor?: string
hillshadeIlluminationAnchor?: JTERRAIN_ILLUMINATION_ANCHOR_TYPES
hillshadeIlluminationDirection?: number
hillshadeShadowColor?: string
terrainExaggeration?: number
visible?: boolean