Type alias TGetPolygonsAtCoordinateOptions

TGetPolygonsAtCoordinateOptions: {
    includeNonInteractive?: boolean;
}

Type declaration

  • Optional includeNonInteractive?: boolean

    Specifies whether polygons that cannot be interacted with should be included in the results. Default is false.