Minor fixes to marker documentation. r=me, (Closes #1532)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@7138 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -62,9 +62,9 @@ OpenLayers.Marker = OpenLayers.Class({
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor: OpenLayers.Marker
|
* Constructor: OpenLayers.Marker
|
||||||
* Paraemeters:
|
* Parameters:
|
||||||
* icon - {<OpenLayers.Icon>} the icon for this marker
|
|
||||||
* lonlat - {<OpenLayers.LonLat>} the position of this marker
|
* lonlat - {<OpenLayers.LonLat>} the position of this marker
|
||||||
|
* icon - {<OpenLayers.Icon>} the icon for this marker
|
||||||
*/
|
*/
|
||||||
initialize: function(lonlat, icon) {
|
initialize: function(lonlat, icon) {
|
||||||
this.lonlat = lonlat;
|
this.lonlat = lonlat;
|
||||||
|
|||||||
Reference in New Issue
Block a user