UNPKG

@chayns-components/maps

Version:

A set of beautiful React components for developing your own applications with chayns.

24 lines (23 loc) 578 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_POSITION = exports.DEFAULT_POLYGON_OPTIONS = void 0; const DEFAULT_POLYGON_OPTIONS = exports.DEFAULT_POLYGON_OPTIONS = { strokeColor: '#000000', strokeOpacity: 0.8, strokeWeight: 1, fillColor: '#808080', fillOpacity: 0.25, clickable: false, draggable: false, editable: false, visible: true, radius: 30000, zIndex: 1 }; const DEFAULT_POSITION = exports.DEFAULT_POSITION = { lat: 52.067450969671796, lng: 7.017417 }; //# sourceMappingURL=positionInput.js.map