goog.provide('ol.TransformFunction'); goog.require('ol.Coordinate'); /** * @typedef {function(ol.Coordinate): ol.Coordinate} */ ol.TransformFunction;