Type alias AbstractFeatureProviderOptions

AbstractFeatureProviderOptions: VcsObjectOptions & {
    mapTypes?: string[];
    showGeometry?: boolean;
    style?: StyleItemOptions | StyleItem;
    vectorProperties?: VectorProperties | VectorPropertiesOptions;
}

Type declaration

  • Optional mapTypes?: string[]

    can be used to constrict the featureProvider to specific mapTypes empty array means no restriction

  • Optional showGeometry?: boolean

    show the resulting geometry in the map

  • Optional style?: StyleItemOptions | StyleItem

    the style to apply to features created by this feature provider

  • Optional vectorProperties?: VectorProperties | VectorPropertiesOptions

    the vector properties of the features. Allow picking is false by default.

Generated using TypeDoc