MapObject::getPropertyBoolean()
Retrieves the value of the specified property as a boolean.
Syntax
Java
.getPropertyBoolean(name)
Parameters
| Name | Data Type | Description |
|---|---|---|
| name | String | the name of the property to retrieve |
Return
boolean

Retrieves the value of the specified property as a boolean.
.getPropertyBoolean(name)
| Name | Data Type | Description |
|---|---|---|
| name | String | the name of the property to retrieve |
boolean