UNPKG

@awhere/api

Version:

The awesome aWhere API for JavaScript.

7 lines (6 loc) 290 B
import { DatabaseItemType } from '@awhere/interfaces'; import FeatureCollection from './FeatureCollection'; export default class PolygonCollection extends FeatureCollection { get type(): import("@awhere/interfaces").ItemTypeChildren.databaseItem; get subtype(): DatabaseItemType; }