I have two feature layers that are optional in the map
I'm going to guess that I'll have to hook into a mouse event and when it slows to a certain point, find the nearest feature from layer 1, then fire off an async call to get the associated data from layer 2, then display it. ?