SDK JS
    Preparing search index...

    Interface GeoSunSystemOptions

    Options for the GeoSunSystem constructor.

    interface GeoSunSystemOptions {
        controllers: SunConsumer[];
        reference?: SunReference;
    }
    Index

    Properties

    controllers: SunConsumer[]

    The SunConsumer controllers to fan each SunState out to.

    reference?: SunReference

    Where to evaluate the sun; see SunReference. Default 'map-center' (re-read from map.getCenter() each update).