On this page

Type Alias PainterOptions

type PainterOptions = {
    anisotropicFilterPitch: number;
    fadeDuration: number;
    moving: boolean;
    rotating: boolean;
    showOverdrawInspector: boolean;
    showPadding: boolean;
    showTileBoundaries: boolean;
    zooming: boolean;
}
Index

Properties

anisotropicFilterPitch: number
fadeDuration: number
moving: boolean
rotating: boolean
showOverdrawInspector: boolean
showPadding: boolean
showTileBoundaries: boolean
zooming: boolean
Was this helpful?
SDK JS
Reference
PainterOptions