//>>built define("dojox/geo/openlayers/Point",["dojo/_base/kernel","dojo/_base/declare","dojox/geo/openlayers/Geometry"],function(_1,_2,_3){ return _2("dojox.geo.openlayers.Point",_3,{setPoint:function(p){ this.coordinates=p; },getPoint:function(){ return this.coordinates; }}); });