# Interface: IAnimateFillLayerOptions
# Hierarchy
Omit<PolygonOptions,
"data"
>↳ IAnimateFillLayerOptions
# Table of contents
# Properties
- animateImages
- fillAntialias
- fillColor
- fillOpacity
- fillOutlineColor
- fillPattern
- fillSortKey
- fillTranslate
- fillTranslateAnchor
- filter
- isHoverFeatureState
- isHoverPointer
- layerBefore
- layerId
- maxzoom
- minzoom
- sourceId
- sourceLayer
- speed
- startAutoAnimation
- visibility
# Properties
# animateImages
• Optional
animateImages: (string | ArrayBufferView | ImageData | HTMLImageElement | ImageBitmap | { data
: Uint8Array | Uint8ClampedArray ; height
: number ; width
: number })[]
动画图集.
# fillAntialias
• Optional
fillAntialias: boolean | ExpressionSpecificationEx | { stops
: [number, boolean][] ; type
: "exponential"
} | { stops
: [number, boolean][] ; type
: "interval"
}
Inherited from: Omit.fillAntialias
# fillColor
• Optional
fillColor: string | ExpressionSpecificationEx | { stops
: [number, string][] ; type
: "exponential"
} | { stops
: [number, string][] ; type
: "interval"
} | { default?
: string ; property
: string ; stops
: [number, string][] ; type
: "exponential"
} | { default?
: string ; property
: string ; stops
: [number, string][] ; type
: "interval"
} | { default?
: string ; property
: string ; stops
: [string | number | boolean, string][] ; type
: "categorical"
} | { default?
: string ; property
: string ; type
: "identity"
} | { default?
: string ; property
: string ; stops
: [{ value
: number ; zoom
: number }, string][] ; type
: "exponential"
} | { default?
: string ; property
: string ; stops
: [{ value
: number ; zoom
: number }, string][] ; type
: "interval"
} | { default?
: string ; property
: string ; stops
: [{ value
: string | number | boolean ; zoom
: number }, string][] ; type
: "categorical"
}
Inherited from: Omit.fillColor
# fillOpacity
• Optional
fillOpacity: number | ExpressionSpecificationEx | { stops
: [number, number][] ; type
: "exponential"
} | { stops
: [number, number][] ; type
: "interval"
} | { default?
: number ; property
: string ; stops
: [number, number][] ; type
: "exponential"
} | { default?
: number ; property
: string ; stops
: [number, number][] ; type
: "interval"
} | { default?
: number ; property
: string ; stops
: [string | number | boolean, number][] ; type
: "categorical"
} | { default?
: number ; property
: string ; type
: "identity"
} | { default?
: number ; property
: string ; stops
: [{ value
: number ; zoom
: number }, number][] ; type
: "exponential"
} | { default?
: number ; property
: string ; stops
: [{ value
: number ; zoom
: number }, number][] ; type
: "interval"
} | { default?
: number ; property
: string ; stops
: [{ value
: string | number | boolean ; zoom
: number }, number][] ; type
: "categorical"
}
Inherited from: Omit.fillOpacity
# fillOutlineColor
• Optional
fillOutlineColor: string | ExpressionSpecificationEx | { stops
: [number, string][] ; type
: "exponential"
} | { stops
: [number, string][] ; type
: "interval"
} | { default?
: string ; property
: string ; stops
: [number, string][] ; type
: "exponential"
} | { default?
: string ; property
: string ; stops
: [number, string][] ; type
: "interval"
} | { default?
: string ; property
: string ; stops
: [string | number | boolean, string][] ; type
: "categorical"
} | { default?
: string ; property
: string ; type
: "identity"
} | { default?
: string ; property
: string ; stops
: [{ value
: number ; zoom
: number }, string][] ; type
: "exponential"
} | { default?
: string ; property
: string ; stops
: [{ value
: number ; zoom
: number }, string][] ; type
: "interval"
} | { default?
: string ; property
: string ; stops
: [{ value
: string | number | boolean ; zoom
: number }, string][] ; type
: "categorical"
}
Inherited from: Omit.fillOutlineColor
# fillPattern
• Optional
fillPattern: string | ExpressionSpecificationEx | { stops
: [number, string][] ; type
: "exponential"
} | { stops
: [number, string][] ; type
: "interval"
} | { default?
: string ; property
: string ; stops
: [number, string][] ; type
: "exponential"
} | { default?
: string ; property
: string ; stops
: [number, string][] ; type
: "interval"
} | { default?
: string ; property
: string ; stops
: [string | number | boolean, string][] ; type
: "categorical"
} | { default?
: string ; property
: string ; type
: "identity"
} | { default?
: string ; property
: string ; stops
: [{ value
: number ; zoom
: number }, string][] ; type
: "exponential"
} | { default?
: string ; property
: string ; stops
: [{ value
: number ; zoom
: number }, string][] ; type
: "interval"
} | { default?
: string ; property
: string ; stops
: [{ value
: string | number | boolean ; zoom
: number }, string][] ; type
: "categorical"
}
Inherited from: Omit.fillPattern
# fillSortKey
• Optional
fillSortKey: number | ExpressionSpecificationEx | { stops
: [number, number][] ; type
: "exponential"
} | { stops
: [number, number][] ; type
: "interval"
} | { default?
: number ; property
: string ; stops
: [number, number][] ; type
: "exponential"
} | { default?
: number ; property
: string ; stops
: [number, number][] ; type
: "interval"
} | { default?
: number ; property
: string ; stops
: [string | number | boolean, number][] ; type
: "categorical"
} | { default?
: number ; property
: string ; type
: "identity"
} | { default?
: number ; property
: string ; stops
: [{ value
: number ; zoom
: number }, number][] ; type
: "exponential"
} | { default?
: number ; property
: string ; stops
: [{ value
: number ; zoom
: number }, number][] ; type
: "interval"
} | { default?
: number ; property
: string ; stops
: [{ value
: string | number | boolean ; zoom
: number }, number][] ; type
: "categorical"
}
Inherited from: Omit.fillSortKey
# fillTranslate
• Optional
fillTranslate: [number, number] | ExpressionSpecificationEx | { stops
: [number, [number, number]][] ; type
: "exponential"
} | { stops
: [number, [number, number]][] ; type
: "interval"
}
Inherited from: Omit.fillTranslate
# fillTranslateAnchor
• Optional
fillTranslateAnchor: "map"
| ExpressionSpecificationEx | "viewport"
| { stops
: [number, "map"
| "viewport"
][] ; type
: "exponential"
} | { stops
: [number, "map"
| "viewport"
][] ; type
: "interval"
}
Inherited from: Omit.fillTranslateAnchor
# filter
• Optional
filter: any
Inherited from: Omit.filter
# isHoverFeatureState
• Optional
isHoverFeatureState: boolean
Inherited from: Omit.isHoverFeatureState
# isHoverPointer
• Optional
isHoverPointer: boolean
Inherited from: Omit.isHoverPointer
# layerBefore
• Optional
layerBefore: string
创建的图层位于哪个图层之前.
# layerId
• Optional
layerId: string
Inherited from: Omit.layerId
# maxzoom
• Optional
maxzoom: number
Inherited from: Omit.maxzoom
# minzoom
• Optional
minzoom: number
Inherited from: Omit.minzoom
# sourceId
• Optional
sourceId: string
Inherited from: Omit.sourceId
# sourceLayer
• Optional
sourceLayer: string
Inherited from: Omit.sourceLayer
# speed
• Optional
speed: number
速度,默认1.
# startAutoAnimation
• Optional
startAutoAnimation: boolean
开始时自动动画,默认true.
# visibility
• Optional
visibility: "visible"
| "none"
Inherited from: Omit.visibility