JOpenstreetmap
class JOpenstreetmap
Joomla Platform class for interact with Openstreetmap API.
Methods
__construct(
JOpenstreetmapOauth $oauth = null,
Registry $options = null,
JHttp $client = null)
Constructor.
__get(
string $name)
Method to get object instances
mixed
getOption(
string $key)
Get an option from the JOpenstreetmap instance.
setOption(
string $key,
mixed $value)
Set an option for the Openstreetmap instance.
Details
__construct(
JOpenstreetmapOauth $oauth = null,
Registry $options = null,
JHttp $client = null)
Constructor.