I'm using simplegeo storage to store custom objects. I have a custom property which I would like to use to further filter my queries because doing so on the client side would be inefficient due to the amount of records I'm storing.
I've scoured your documentation here: https://simplegeo.com/docs/api-endpoints/simplegeo-storage#nearby and there doesn't seem to be a way filter based on a custom property value but I thought I'd ask anyways:
is there a way to filter search results from a custom property value using the 'nearyby' API using simplegeo storage?