Interface FindAndZoomCommandOptions
Hierarchy
-
FindAndZoomCommandOptions
Properties
criteria
criteria: string
featureSourceId
featureSourceId: string
featureTypeId
featureTypeId: string
highlight
highlight: boolean
resultset
resultset: boolean
zoom
zoom: boolean
FindAndZoomCommandOptions are passed into the execution of the FindAndZoomCommand.
var findAndZoomCommandOptions = { featureSourceId: "http://tlbstws4.dot.state.fl.us/ArcGIS/rest/services/GEV_DMS/MapServer", featureTypeId: 'http://tlbstws4.dot.state.fl.us/ArcGIS/rest/services/GEV_DMS/MapServer/175', zoom: true, criteria: "DISTRICT='02'", resultset: false };