[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-14 UTC."],[[["\u003cp\u003e\u003ccode\u003eGARVPSAvailabilityFuture\u003c/code\u003e provides a handle to track the asynchronous operation of checking VPS availability initiated by \u003ccode\u003echeckVPSAvailabilityAtCoordinate:completionHandler:\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from \u003ccode\u003eGARFuture\u003c/code\u003e and includes a \u003ccode\u003eresult\u003c/code\u003e property containing a \u003ccode\u003eGARVPSAvailability\u003c/code\u003e object representing the availability status.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eresult\u003c/code\u003e property should be accessed only after confirming the operation's completion by verifying the \u003ccode\u003estate\u003c/code\u003e property of the \u003ccode\u003eGARFuture\u003c/code\u003e.\u003c/p\u003e\n"]]],["`GARVPSAvailabilityFuture` represents an asynchronous operation initiated by `checkVPSAvailabilityAtCoordinate`. It inherits from `GARFuture`. The key property, `result`, of type `GARVPSAvailability`, holds the operation's outcome or a default value if incomplete. Accessing `result` is conditional; it should only be read when the operation's `state` is `GARFutureStateDone`, ensuring the operation has finished.\n"],null,["# GARVPSAvailabilityFuture Class Reference\n\nGARVPSAvailabilityFuture\n========================\n\nA handle to an async operation initiated by a call to [checkVPSAvailabilityAtCoordinate:completionHandler: (GARSession(Geospatial))](/ar/reference/ios/category/GARSession(Geospatial)#checkvpsavailabilityatcoordinate:completionhandler:).\n\nSummary\n-------\n\n### Inheritance\n\nInherits from: [`GARFuture`](/ar/reference/ios/interface/GARFuture)\n\n| ### Properties ||\n|-------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [result](#result) | [GARVPSAvailability](/ar/reference/ios/group/GARVPSAvailability#garvpsavailability) The result of the async operation, or a default value if the operation isn't complete. |\n\nProperties\n----------\n\n### result\n\n```transact-sql\n@property(nonatomic, readonly) /ar/reference/ios/group/GARVPSAvailability#garvpsavailability /ar/reference/ios/interface/GARVPSAvailabilityFuture#result;\n``` \nThe result of the async operation, or a default value if the operation isn't complete.\n\nThis should only be used after checking that [state](/ar/reference/ios/interface/GARFuture#state) is [GARFutureStateDone](/ar/reference/ios/group/GARFutureState#garfuturestatedone)."]]