आप उपयोग कर सकते हैं विकल्प::ढूंढें::सीमा . यह भी जांचें ::ढूंढें . निम्नलिखित कार्य करना चाहिए:
mongocxx::options::find opts;
opts.limit(10);
mongocxx::cursor cursor = coll.find(document{} << "loc" << open_document
<< "$near" << bsoncxx::builder::stream::open_array
<< lon << lat << bsoncxx::builder::stream::close_array
<< close_document << finalize, opts);