OpenLayers. Feature

Features are combinations of geography and attributes.  The OpenLayers.Feature class specifically combines a marker and a lonlat.

Summary
Features are combinations of geography and attributes.
{OpenLayers.Class} The class which will be used to instantiate a new Popup.
Constructor for features.

Properties

popupClass

{OpenLayers.Class} The class which will be used to instantiate a new Popup.  Default is OpenLayers.Popup.AnchoredBubble.

Constructor

OpenLayers. Feature

Constructor for features.

Parameters

layer{OpenLayers.Layer}
lonlat{OpenLayers.LonLat}
data{Object}

Returns

{OpenLayers.Feature}

Base class used to construct all other classes.
This class represents a longitude and latitude pair
Constructor for features.