Type alias CesiumTilesetOptions

CesiumTilesetOptions: LayerOptions & {
    featureVisibility?: FeatureVisibility;
    highlightStyle?: VectorStyleItem | VectorStyleItemOptions;
    offset?: Coordinate;
    screenSpaceError?: number;
    screenSpaceErrorMobile?: number;
    tilesetOptions?: object;
}

Type declaration

  • Optional featureVisibility?: FeatureVisibility
  • Optional highlightStyle?: VectorStyleItem | VectorStyleItemOptions
  • Optional offset?: Coordinate

    an offset of x, y, z. x and y in degrees longitude/latitude respectively

  • Optional screenSpaceError?: number

    relates inversely to the depth over which the layer is activated

  • Optional screenSpaceErrorMobile?: number

    relates inversely to the depth over which the layer is activated

  • Optional tilesetOptions?: object

Generated using TypeDoc