Interface ProjectionOptions

interface ProjectionOptions {
    centered: boolean;
}

Properties

Properties

centered: boolean