Home Manual Reference Source Test Repository

src/areas/TYPE_ENUM.js

/**
 * TYPE values allowed
 */
export const TYPE_ENUM = ['Polygon', 'Point', 'LineString'];