GMSPlaceIsOpenResponse Class Reference

GMSPlaceIsOpenResponse Class Reference

Overview

The response object for the `isOpenWithRequest:callback:` method.

Public Member Functions

(instancetype) - initWithStatus:
 Default init is not available.

Properties

GMSPlaceOpenStatus status
 The open status of the place.

Member Function Documentation

- (instancetype) initWithStatus: (GMSPlaceOpenStatus status

Default init is not available.

Please use the designated initializer. Initializes the response with a given status. This is meant to be used for unit testing purposes.


Property Documentation

- (GMSPlaceOpenStatus) status [read, assign]

The open status of the place.