geoview-core
    Preparing search index...

    Type Alias TypeIconStyle

    Marker icon styles.

    type TypeIconStyle = {
        anchor?: number[];
        anchorXUnits?: string;
        anchorYUnits?: string;
        scale?: number;
        size?: number[];
        src: string;
    }
    Index

    Properties

    anchor?: number[]
    anchorXUnits?: string
    anchorYUnits?: string
    scale?: number
    size?: number[]
    src: string