UNPKG

@chayns-components/maps

Version:

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

18 lines 382 B
export const 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 }; export const DEFAULT_POSITION = { lat: 52.067450969671796, lng: 7.017417 }; //# sourceMappingURL=positionInput.js.map