UNPKG

openlayers-test

Version:

Build tools and sources for developing OpenLayers based mapping applications

17 lines (11 loc) 216 B
goog.provide('ol.structs.IHasChecksum'); /** * @interface */ ol.structs.IHasChecksum = function() { }; /** * @return {string} The checksum. */ ol.structs.IHasChecksum.prototype.getChecksum = function() { };