Wherewolf .find() options playground

layer:
wholeFeature:
Code to search:
//Add two layers to wherewolf
ww.add("assemblyDistrict",assembly)
  .add("senateDistrict",senate);

//Search a point with options
var result = ww.find([-73.9981801,40.7153051]);
The value of result: