OpenLayers.Feature

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

Summary
OpenLayers.FeatureFeatures are combinations of geography and attributes.
Properties
popupClass{OpenLayers.Class} The class which will be used to instantiate a new Popup.
Constructor
OpenLayers.FeatureConstructor 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.
Close