WRLDMapsceneRequestResponse Class Reference

A response to the mapscene Request. This is returned when a mapscene request completes via a callback.

@property succeeded

@property (readonly) bool succeeded

A boolean indicating wheather the request succeeded. True if the request was successful, else false.

@property mapscene

@property (readonly, nullable) WRLDMapscene *mapscene

Holds the resulting mapscene from the request to the mapscene service.

v0.0.1600