Files
openlayers/lib/OpenLayers/Icon.js

14 lines
220 B
JavaScript

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