Files
openlayers/lib/OpenLayers/Marker.js

14 lines
251 B
JavaScript

OpenLayers.Marker = Class.create();
OpenLayers.Marker.prototype = {
// icon: {OpenLayers.Icon} for marker
icon: null,
// latlon: {OpenLayers.LatLon} location of object
latlon: null,
initialize: function() {
}
}