OpenLayers.Icon = Class.create(); OpenLayers.Icon.prototype = { // string: image url url: null, // {OpenLayers.Size}: size of image size:null, initialize: function() { } }