/**
* OpenLayers.Feature<br/>
* Features are combinations of geography and attributes. The OpenLayers.Feature class specifically combines a marker and a lonlat.
* @class Feature
* @constructor
* @namespace OpenLayers
* @param {OpenLayers.Layer} layer
* @param {OpenLayers.LonLat} lonlat
* @param {Object} data
*/
OpenLayers.Feature = OpenLayers.Class({
/**
* @property popupClass
* @type {OpenLayers.Class}
*/
popupClass: null
});