Class JOpenstreetmapGps
Openstreetmap API GPS class for the Joomla Platform
- JOpenstreetmapObject
- JOpenstreetmapGps
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/gps.php
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/gps.php
Methods summary
public
array
|
#
retrieveGps( float $left, float $bottom, float $right, float $top, integer $page = 0 )
Method to retrieve GPS points |
public
|
#
uploadTrace( string $file, string $description, string $tags, integer $public, string $visibility, string $username, string $password )
Method to upload GPS Traces |
public
array
|
#
downloadTraceMetadetails( integer $id, string $username, string $password )
Method to download Trace details |
public
array
|
#
downloadTraceMetadata( integer $id, string $username, string $password )
Method to download Trace data |
Methods inherited from JOpenstreetmapObject
__construct()
,
getOption()
,
sendRequest()
,
setOption()