var geoJSON = { type: 'Point', coordinates: [-82.441, 29.200] }; var graphic = { id: '1', feature: geoJSON, shape: 'Point' };
var geoJSON = { type: 'Point', coordinates: [-82.441, 29.200] };
var graphic = { id: '1', feature: geoJSON, shape: 'Point' };