UNPKG

backendless

Version:

Backendless JavaScript SDK for Node.js and the browser

12 lines (11 loc) 223 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GeoTypes = void 0; var GeoTypes = { POINT: 'Point', LINE_STRING: 'LineString', POLYGON: 'Polygon' }; exports.GeoTypes = GeoTypes;