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