Help for this page
package MyApp::Location; ... }); MyApp->register_source( 'ClosestUsers' => $new_source ); ...
my $closeBy = [ $c->model('MyApp')->resultset('ClosestUsers' ) ... } ) ];
SELECT me.id_checkin, me.user_id, me.modified, me.location, me.accuracy FROM ... FROM loc c ORDER by distance asc LIMIT ?)