Class JOpenstreetmapObject
Openstreetmap API object class for the Joomla Platform
Direct known subclasses
JOpenstreetmapChangesets
,
JOpenstreetmapElements
,
JOpenstreetmapGps
,
JOpenstreetmapInfo
,
JOpenstreetmapUser
Abstract
Package: Joomla\Platform\Openstreetmap
Deprecated: 4.0 Use the
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 13.1
Located at joomla/openstreetmap/object.php
Package: Joomla\Platform\Openstreetmap
Deprecated: 4.0 Use the
joomla/openstreetmap
package via Composer insteadCopyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 13.1
Located at joomla/openstreetmap/object.php
Methods summary
public
|
#
__construct(
Constructor |
public
mixed
|
|
public
|
|
public
|
#
sendRequest( string $path, string $method = 'GET', array $headers = array(), mixed $data = '' )
Method to send the request which does not require authentication. |
Magic methods summary
Properties summary
protected
|
$options |
#
Options for the Openstreetmap object. |
protected
|
$client |
#
The HTTP client object to use in sending HTTP requests. |
protected
|
$oauth |
#
The OAuth client. |