BufferGeometryCommandOptions are passed into the execution of the BufferGeometryCommand.
var options = { geometry: { type: "Point", coordinates: [-82.441, 29.200] }, distance: new GeometryMeasure('miles', 1, 'Point') };
The distance property is used to specifiy the GeometryMeasure distance to buffer.
The geometry property is used to specifiy the GeometryObject to buffer.
BufferGeometryCommandOptions are passed into the execution of the BufferGeometryCommand.
var options = { geometry: { type: "Point", coordinates: [-82.441, 29.200] }, distance: new GeometryMeasure('miles', 1, 'Point') };