IPolygonBound

Polygon or rectangle bounds definition

Definition

export type IPolygonBound = LatLngExpression[] | LatLngExpression[][];

Usage

import { undefined } from 'uxp/components';

Last updated