MapGraphicOptions is an interface that contains options, conversion functions, and handlers for putting a graphic on a map
var geoJSON = { type: "Feature", geometry: { type: 'LineString', coordinates: [[-82.441, 29.200], [-82.441, 29.535]] }, properties: { } }; var graphicOptions = { geometry: geoJSON.geometry, feature: geoJSON, shape: 'LineString' };
MapGraphicOptions is an interface that contains options, conversion functions, and handlers for putting a graphic on a map
var geoJSON = { type: "Feature", geometry: { type: 'LineString', coordinates: [[-82.441, 29.200], [-82.441, 29.535]] }, properties: { } };
var graphicOptions = { geometry: geoJSON.geometry, feature: geoJSON, shape: 'LineString' };