Function Hook_geocoding_bing->is_available
Definitions
sources/hooks/systems/geocoding/bing.php
- Whether the service is available.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $reverse | boolean | No | No | False | N/A | N/A | Whether reverse geocoding is requested |
Returns
- Whether it is
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Whether the service is available.
*
* @param boolean $reverse Whether reverse geocoding is requested
* @return boolean Whether it is
*/
public function is_available(bool $reverse = false) : bool
* Whether the service is available.
*
* @param boolean $reverse Whether reverse geocoding is requested
* @return boolean Whether it is
*/
public function is_available(bool $reverse = false) : bool

