Yahoo! UI Library

CHZERO  1.0.0

Yahoo! UI Library > CHZERO > Feature.js (source view)
Search:
 
Filters
/**
 * 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
});

Copyright © 2012 Yahoo! Inc. All rights reserved.