Table of Contents [Hide/Show]
CommandVerbParametersCode SampleSee Also
$('#zoomToCounty').click(function () { FDOT.Map.executeCommand('zc', { value: 'Leon', highlight: true, buffer: 1.1 }, function () {}); });